Commit Graph

717 Commits

Author SHA1 Message Date
Clément DOUIN a6300e6498 cache cargo home 2024-09-17 07:59:23 +02:00
Clément DOUIN 6789993913 adjust artifact path 2 2024-09-17 07:13:27 +02:00
Clément DOUIN 068bb4c853 adjust artifact path 2024-09-17 06:55:02 +02:00
Clément DOUIN 34fbf5b603 upload built test binary to github artifacts 2024-09-17 06:46:57 +02:00
Clément DOUIN 681837b48d uncomment {imap,smtp}.auth.type in sample 2024-09-08 23:25:11 +02:00
Clément DOUIN ee91a41fbb cargo update 2024-09-08 23:18:32 +02:00
Clément DOUIN e31bbf4b7b fix tls issues 2024-09-07 22:02:23 +02:00
Clément DOUIN 2b5e2c1c14 fix wrong printer method used for folder listing 2024-09-07 00:04:04 +02:00
Clément DOUIN bdb78f98ba add exit code log 2024-09-04 11:55:32 +02:00
Clément DOUIN 74ec31014c fix ci macos version 2024-09-04 11:38:46 +02:00
Clément DOUIN afd7d79e41 try to fix ci 2024-09-04 11:20:21 +02:00
Clément DOUIN a2fa0dcf55 remove imap and smtp auth serde flatten 2024-09-03 12:02:02 +02:00
Clément DOUIN cfc88118bb clean unused deps 2024-09-03 11:02:23 +02:00
Clément DOUIN cce0baf81a fix pimalaya-tui package name 2024-09-01 16:07:50 +02:00
Clément DOUIN b92d7b4a08 make use of pimalaya_tui::config::TomlConfig 2024-09-01 13:46:56 +02:00
Clément DOUIN 6f5f943875 remove unused inquire dependency 2024-08-31 07:24:03 +02:00
Clément DOUIN 5a22cab781 make use of pimalaya-tui 2024-08-30 12:13:06 +02:00
Clément DOUIN c5b33b9623 update fundings 2024-08-30 08:02:11 +02:00
Clément DOUIN 248a7b97a2 fix typo in readme#features section 2024-08-28 12:12:01 +02:00
Clément DOUIN bd2a425832 improving config sample doc, part 2 2024-08-28 11:55:02 +02:00
Clément DOUIN 3f4a1e7eb2 improving config sample doc, part 1 2024-08-27 11:55:00 +02:00
Clément DOUIN bec2522e7f improve readme faq sections 2024-08-27 10:47:35 +02:00
Clément DOUIN 3044dda8f4 fix readme typo 2024-08-27 10:37:01 +02:00
Clément DOUIN f793d60ca2 add readme faq missing questions 2024-08-27 10:35:31 +02:00
Clément DOUIN 3fa617cf8f add readme config example for main email providers 2024-08-27 08:56:36 +02:00
Clément DOUIN cd3f5ff6a6 refactor readme 2024-08-27 08:13:39 +02:00
Clément DOUIN 3d9c45e374 make deps point to new pimalaya organization path 2024-08-27 07:21:01 +02:00
Clément DOUIN 48382b3e45 fix imap env list page size 0 2024-08-25 08:43:40 +02:00
Clément DOUIN b93642b3bc make imap envelope addresses parser more relaxed 2024-08-25 08:14:47 +02:00
Clément DOUIN 519955fb96 make imap client skip malformed fetches 2024-08-24 11:52:13 +02:00
Clément DOUIN 470815a227 improve imap auth mechanism selection and auto id exchange 2024-08-21 12:02:21 +02:00
Clément DOUIN d823f32c31 put imap retry behind the oauth2 cargo feature 2024-08-20 11:38:16 +02:00
Clément DOUIN cf064f8e0d add missing row height for accounts table 2024-08-20 10:58:07 +02:00
Clément DOUIN 8ccabf1fc0 make tables more customizable
All tables can customize the color of their column, and the envelopes
table can customize its flag chars.
2024-08-20 10:53:21 +02:00
Clément DOUIN daf2c7c87a make table full width 2024-08-19 09:55:08 +02:00
Clément DOUIN 444efc6beb make imap env list fetch in chunks 2024-08-18 10:40:07 +02:00
Clément DOUIN 0ccee5082a wip: try to fix proton bridge 2024-08-17 15:35:13 +02:00
Clément DOUIN b45944ef46 add attachment check in env list flags column 2024-08-17 11:55:41 +02:00
Clément DOUIN d85bc1e8ae Merge branch 'v1' 2024-08-16 14:29:46 +02:00
Clément DOUIN 146f5f628a pin pimalaya libs to fixed version 2024-08-16 14:29:02 +02:00
Clément DOUIN d26314cd48 fix cargo features 2024-08-13 11:49:46 +02:00
Clément DOUIN f9b92e6e7a Merge branch 'thread'
Replaced `imap` crate by `imap-{types,codec,flow,client}`, and added
thread support for IMAP and Maildir.
2024-05-29 10:55:54 +02:00
Clément DOUIN c6cf93a276 bump imap libs 2024-05-29 10:55:21 +02:00
Clément DOUIN f1371f42e4 Merge pull request #467 from gl-yziquel/yziquel
Enabling HIMALAYA_CONFIG to locate configuration file.
2024-05-27 09:27:29 +02:00
Clément DOUIN ec3f915922 bump email-lib and imap-flow suite 2024-05-26 13:36:25 +02:00
Clément DOUIN 16d273febc wip: fix thread id mapping 2024-05-26 11:54:13 +02:00
Clément DOUIN b773218c94 wip: fix printer, make thread compatible with it 2024-05-23 15:04:48 +02:00
Guillaume Yziquel 1b35da2d07 Using HIMALAYA_CONFIG as a way to provide himalaya configuration file from environment. 2024-05-22 21:53:15 +00:00
Clément DOUIN 6cbfc57c83 wip: add message thread command 2024-05-22 11:07:40 +02:00
Clément DOUIN 2eff215934 wip: style thread tree using crossterm 2024-05-21 15:25:24 +02:00