Clément DOUIN
3079e53556
feat(imap): add custom pem file support for tls
2026-01-20 21:45:59 +01:00
Clément DOUIN
730dee7fac
docs(readme): add fosstodon badge
...
Also changed the style of the matrix badge.
2026-01-19 10:34:32 +01:00
Clément DOUIN
4473819ace
fix: abusive imap warn logs
...
Refs: #552
2026-01-17 23:00:56 +01:00
Oliver Schrenk
fc301f51fd
docs(readme): fix outdated commands
...
* docs(readme): update configure commands
* docs(readme): note on oauth2 support for homebrew
* docs(readme): use --locked
* docs(readme): add missing fields
* docs(readme): improve brew note about cargo features
Refs: #607
2026-01-17 21:26:55 +01:00
Clément DOUIN
e586192067
fix: freeze when sending big attachment
...
Refs: #593
2026-01-14 21:02:03 +01:00
Clément DOUIN
6a514aee2f
build(nix): use mktemp for wineprefix
2026-01-13 10:53:40 +01:00
Clément DOUIN
10911aed54
build(nix): try without wineboot
2026-01-13 10:41:35 +01:00
Clément DOUIN
ea62d7ce8b
build(nix): force init wine for windows builds
2026-01-13 10:20:12 +01:00
Clément DOUIN
a648ad2cd7
build(nix): fix windows build
2026-01-13 00:42:21 +01:00
Clément DOUIN
4d97a9cc4c
build(nix): fix postInstall hook
2026-01-12 20:15:03 +01:00
Clément DOUIN
f4c1f0d65f
build: fix tests
2026-01-12 18:52:33 +01:00
Clément DOUIN
eab11cd255
build(nix): fix ci build
2026-01-12 17:08:17 +01:00
Clément DOUIN
976b4c0650
build(nix): use nixpkgs derivation instead of local package.nix
...
Refs: #558
2026-01-12 16:12:22 +01:00
Tim Stewart
1222c40557
docs(readme): fix typo coma
...
Refs: #586
2026-01-12 15:17:02 +01:00
Clément DOUIN
bb77230626
ci: use staging-next branch of nixpkgs
2026-01-12 14:54:22 +01:00
Clément DOUIN
d3a9e98e79
ci: enable builds for all branches for testing purpose
2026-01-12 14:20:32 +01:00
Clément DOUIN
96d065c96b
build: bump deps
2026-01-12 14:19:23 +01:00
Clément DOUIN
38dc7f342f
docs(changelog): fix invalid fetch with NIL body encoding
...
Refs: #525
2026-01-12 10:23:06 +01:00
Cody Hiar
cf008c0ca7
docs(readme): fix gmail doc example
...
Refs: #564
2025-03-05 15:44:10 +01:00
Alan
d697cbc16b
docs(readme): add faq entry for disabling color
...
Refs: #567
2025-02-25 21:06:23 +01:00
Clément DOUIN
26feecd80a
build(deps): bump all
...
Refs: #525
2025-02-17 15:03:45 +01:00
Clément DOUIN
55bd9247e7
build(nix): bump pimalaya/nix flake
...
Refs: <https://github.com/pimalaya/nix/issues/1 >
2025-01-27 14:32:18 +01:00
Clément DOUIN
15a9a4a69f
build: bump all external dependencies
2025-01-12 16:01:46 +01:00
Clément DOUIN
2b25a4d1fb
build: add job for publishing to crates.io
2025-01-11 21:08:02 +01:00
ajanvrin
12afd84d2b
docs(contributing): link to conventionalcommits.org instead of git repo
...
I was not aware of what Conventional Commits are, and their repository does not describe what the commits are meant to look like.
Linking to the summary is IMHO more convenient.
Refs: #540
2025-01-11 17:08:40 +01:00
Clément DOUIN
5632fdac3b
build: release v1.1.0
v1.1.0
2025-01-11 15:44:24 +01:00
Clément DOUIN
21a97b83f3
build: bump all deps before release
2025-01-11 15:18:38 +01:00
Clément DOUIN
0f6217e6e5
build(nix): fix darwin x86_64 build
...
Also re-format nix codes with nixfmt-rfc-style.
Refs: #538
2025-01-11 14:35:04 +01:00
Clément DOUIN
9d773e947b
docs(contributing): add dependencies overriding section
...
Refs: <https://github.com/pimalaya/core/issues/32 >
2025-01-11 08:53:13 +01:00
Clément DOUIN
c79cabc168
feat(folder): add -y|--yes flag for purge and delete commands
...
Refs: #469
2025-01-10 16:28:53 +01:00
Clément DOUIN
f5695cad53
refactor(config): change default downloads directory
...
Refs: <https://github.com/pimalaya/core/issues/1 >
2025-01-10 16:02:40 +01:00
Clément DOUIN
25edd9e106
ci(release-on-demand): fix wrong targets
2025-01-10 15:01:35 +01:00
Clément DOUIN
1e26033e28
ci(release-on-demand): add missing isStatic true
2025-01-10 14:48:29 +01:00
Clément DOUIN
354848baf4
ci(release-on-demand): add missing x86_64-linux target
2025-01-10 14:33:35 +01:00
Clément DOUIN
d51ba0850a
ci: init release-on-demand workflow
2025-01-10 14:26:43 +01:00
Clément DOUIN
e3cbbbc6c4
refactor(envelope): add trace log to debug imap sequence set
...
Refs: <https://github.com/pimalaya/himalaya/issues/518 >
2025-01-10 11:54:52 +01:00
Clément DOUIN
50b8d3667e
fix(envelope): prevent out of bound error on empty search result
...
Refs: #518
2025-01-10 11:36:19 +01:00
Clément DOUIN
9aa408ae17
refactor(message): make message.send.save-copy true by default
...
Refs: #536
2025-01-10 10:19:04 +01:00
Clément DOUIN
97e40b5f59
fix(config): fix de/serialization of backends' none variant
...
Refs: #523
2025-01-10 09:58:35 +01:00
Clément DOUIN
dc5b8a34c8
ci: fix wrong nixpkgs channel
2025-01-10 06:38:33 +01:00
Clément DOUIN
0eb7bfc419
ci: improve pimalaya/nix logs
2025-01-10 06:34:06 +01:00
Clément DOUIN
082e680b32
fix(tracing): make env filter warn the default
...
Refs: #522
2025-01-09 18:29:32 +01:00
Clément DOUIN
1928b36859
build(nix): update flake dependencies ter
2025-01-09 17:23:06 +01:00
Clément DOUIN
7ab615054f
build(nix): update flake dependencies bis
...
Refs: #515
2025-01-09 16:00:58 +01:00
Clément DOUIN
b503027585
build(nix): update flake dependencies
...
Refs: #515
2025-01-09 15:42:01 +01:00
Clément DOUIN
3ceef291a1
fix: permission denied when using install.sh
...
Refs: #515
2025-01-09 15:23:24 +01:00
Clément DOUIN
5eeda248fd
docs: fix folder.aliases
...
Fixed wrong folder.alias is the README and in the config.sample.toml.
Refs: #526
2024-12-19 09:20:13 +01:00
Tim Chase
118a3f9779
docs(readme): fix typo FAQ MML
...
Refs: #520
2024-12-12 20:56:14 +01:00
Clément DOUIN
4953aae860
doc(readme): add other interfaces section
2024-12-09 21:52:52 +01:00
Clément DOUIN
bf3d5342c2
doc(readme): add FAQ entry about aerc, mutt and alpine comparison
2024-12-09 21:52:49 +01:00