Commit Graph

439 Commits

Author SHA1 Message Date
Clément DOUIN d557d9e1df prepare v0.8.0 2023-05-31 16:12:18 +02:00
Clément DOUIN 32b31db175 fix back read -t html 2023-05-30 23:07:10 +02:00
Clément DOUIN 65ac0c7702 improve tpl builders api 2023-05-30 00:34:15 +02:00
Clément DOUIN 5a2d842cbe plug option email-sending-save-copy 2023-05-19 16:00:13 +02:00
Clément DOUIN 5da1148dc9 refactor wizard to handle password and oauth2 configuration 2023-05-19 15:26:53 +02:00
Clément DOUIN d814ae904a drastically simplified configs
Also started to refactor wizard (WIP).
2023-05-16 00:11:37 +02:00
Clément DOUIN 0ff77b5179 move id mapper from lib to CLI 2023-05-14 21:41:31 +02:00
Clément DOUIN 53538e36f9 fix sync deadlocks 2023-05-12 21:59:53 +02:00
Clément DOUIN f8eed6ad14 fix smtp cmd password issue 2023-05-08 16:07:52 +02:00
Clément DOUIN f4facd1761 fix config unit tests 2023-05-08 14:31:36 +02:00
Clément DOUIN 54ea9a3302 improve imap oauth2 api, add smtp oauth2 support 2023-05-07 22:10:48 +02:00
Clément DOUIN 441ce40e09 make secrets have default implem
Secrets use by default the keyring, and the entry is based on the name
of the current account to avoid conflicts.
2023-05-07 20:52:13 +02:00
Clément DOUIN 728f2555d7 improve oauth2 config reset 2023-05-07 10:18:58 +02:00
Clément DOUIN 5749bc3a82 update changelog with secret changes and oauth2 support 2023-05-07 00:16:47 +02:00
Clément DOUIN 5d21433816 fix smtp default config, fix cargo imports 2023-05-06 21:23:16 +02:00
Clément DOUIN b478c545ad refactor imap oauth2 and password config using sub crates from lib 2023-05-06 15:04:55 +02:00
Clément DOUIN 9dfdebb396 fix config unit tests 2023-05-05 00:28:50 +02:00
Clément DOUIN e6c9a6e90e init imap oauth2 support 2023-05-05 00:08:01 +02:00
Clément DOUIN f026e48733 improve oauth2 config deserialization and configuration 2023-05-05 00:07:27 +02:00
Clément DOUIN 21f67bc7f5 set up imap oauth2 config 2023-05-04 12:17:43 +02:00
Clément DOUIN e271ca4293 fix different toolchain channel between shells and packages 2023-05-01 16:13:31 +02:00
Clément DOUIN ae6fe9a7c1 fix github actions
Fixed wrong nixpkgs channel, fixed windows zip archive, replaced
.tar.gz by .tgz.
2023-05-01 11:42:22 +02:00
Clément DOUIN 7844a79009 fix release and test 2023-05-01 11:41:39 +02:00
Clément DOUIN 30599931bc add test zip workflow 2023-05-01 11:21:23 +02:00
Clément DOUIN a7e9c560c2 release v0.7.3 v0.7.3 2023-05-01 01:28:31 +02:00
Clément DOUIN 9453f83c94 fix unit tests 2023-05-01 00:44:59 +02:00
Clément DOUIN 5d00e0bef0 fix windows releases 2023-05-01 00:36:55 +02:00
Clément DOUIN f66679318d Merge pull request #447 from soywod/develop
Release v0.7.2
v0.7.2
2023-05-01 00:25:23 +02:00
Clément DOUIN 84003f951a improve cross compilation, prepare v0.7.2 2023-05-01 00:19:59 +02:00
Clément DOUIN 9cf5003697 update changelog 2023-04-25 09:39:49 +02:00
Clément DOUIN 072f488d89 replace himalaya-lib by pimalaya-email 2023-04-20 12:13:27 +02:00
Clément DOUIN 7b3a9e4cc7 improve cargo features naming and organization 2023-03-29 18:09:39 +02:00
Clément DOUIN 69590f6986 added vendored cargo feature 2023-03-11 17:33:57 +01:00
Clément DOUIN d5efd03bcd bump himalaya lib 3aa70c4b 2023-02-28 02:16:24 +01:00
Clément DOUIN 501c7f18f5 add flag seen by default for send and save commands 2023-02-23 18:23:15 +01:00
Clément DOUIN 55f5de1803 replace reply all -a by -A 2023-02-22 14:36:31 +01:00
Clément DOUIN fb324878fa improve global options, add account config sync-folders-strategy 2023-02-22 13:20:58 +01:00
Clément DOUIN 22fb1b8dee add completions and man pages to release archives #43 2023-02-21 16:07:16 +01:00
Clément DOUIN 21d8d57f72 add create and delete folder commands #54 2023-02-20 18:26:10 +01:00
Clément DOUIN 5734b30fd1 fix config unit tests 2023-02-20 17:47:40 +01:00
Clément DOUIN 3631ca714b fix flags case sensitivity 2023-02-20 17:41:26 +01:00
Clément DOUIN 0ab652b4b6 bump himalaya-lib 8c53868 2023-02-20 11:57:41 +01:00
Clément DOUIN 4b3280cbbb bump himalaya-lib b1a1834d 2023-02-20 10:03:55 +01:00
Clément DOUIN bfb572acbd fix config deserialization issues 2023-02-19 08:51:19 +01:00
Clément DOUIN efd24251e0 bump himalaya-lib version 2023-02-18 10:08:26 +01:00
Clément DOUIN beba35d57e use develop branch of himalaya-lib 2023-02-16 16:15:30 +01:00
Clément DOUIN 19d8296324 add Scoop install method 2023-02-16 15:45:10 +01:00
Rashil Gandhi 7fbe39b8fb Add Scoop install method 2023-02-16 19:44:26 +05:30
Clément DOUIN 3cc1ed7583 release v0.7.1
### Added

- Added command `folders expunge` that deletes all emails marked for
  deletion.
  
### Changed

- Changed the location of the
  [documentation](https://pimalaya.org/himalaya/docs/).

### Fixed

- Fixed broken links in README.md.

### Removed

- Removed the `maildir-backend` cargo feature, it is now included by
  default.
- Removed issues section on GitHub, now issues need to be opened by
  sending an email at
  [~soywod/pimalaya@todo.sr.ht](mailto:~soywod/pimalaya@todo.sr.ht).
v0.7.1
2023-02-14 17:40:27 +01:00
Clément DOUIN 509b09d533 prepare v0.7.1
Those commits have been stashed then applied due to merge issue:

add ability to sync specific folders f7585eb
add expunge command 1c0b7fb
update readme links to documentation e1c8cf5
fix other doc typos 9c27165
reword title of the project 1eaac7d
reword title of the project bis a7419d6
fix broken links in changelog 26b0311
prepare v0.7.1 2b5e58e
2023-02-14 16:47:02 +01:00