Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UID sequence are now correctly fetched | Quentin Dufour | 2024-01-08 | 1 | -2/+0 |
* | Add the ENABLE capability, reduce wild loggingfeat/search | Quentin Dufour | 2024-01-08 | 2 | -0/+9 |
* | Search can now filter on index data | Quentin Dufour | 2024-01-06 | 2 | -1/+9 |
* | Stop dumping parsed emails in the logs | Quentin Dufour | 2024-01-06 | 1 | -3/+0 |
* | Format code again | Quentin Dufour | 2024-01-06 | 3 | -26/+48 |
* | search is re-enabled | Quentin Dufour | 2024-01-06 | 1 | -4/+4 |
* | Mailbox View made more readable | Quentin Dufour | 2024-01-06 | 1 | -2/+5 |
* | WIP rewrite with a query managerfeat/more-imap-qol | Quentin Dufour | 2024-01-05 | 3 | -26/+100 |
* | added some utility structures | Quentin Dufour | 2024-01-05 | 4 | -3/+130 |
* | MOVE command is optimized | Quentin Dufour | 2024-01-05 | 4 | -3/+13 |
* | append ignore dates instead of failing | Quentin Dufour | 2024-01-03 | 1 | -8/+8 |
* | cargo format | Quentin Dufour | 2023-12-27 | 3 | -31/+60 |
* | implemente garage storage | Quentin Dufour | 2023-12-27 | 2 | -2/+2 |
* | s3 is now implemented | Quentin Dufour | 2023-12-22 | 2 | -2/+2 |
* | initialize aws sdk with our info | Quentin Dufour | 2023-12-21 | 3 | -6/+6 |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 2 | -2/+7 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 3 | -119/+111 |
* | various fixes | Quentin Dufour | 2023-11-23 | 2 | -5/+5 |
* | extract setup logic | Quentin Dufour | 2023-11-23 | 1 | -2/+2 |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 2 | -4/+4 |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 1 | -42/+32 |
* | introduce an "orphan" enum | Quentin Dufour | 2023-11-17 | 1 | -8/+33 |
* | not very clear how we pass data across channel | Quentin Dufour | 2023-11-16 | 1 | -1/+1 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 4 | -7/+5 |
* | converted incoming mail | Quentin Dufour | 2023-11-02 | 1 | -83/+23 |
* | add rust analyzer to the shell | Quentin Dufour | 2023-11-02 | 2 | -13/+7 |
* | WIP rewrite mail/incoming | Quentin Dufour | 2023-11-02 | 2 | -57/+30 |
* | make all our objects send+sync | Quentin Dufour | 2023-11-02 | 2 | -19/+21 |
* | implement equality+cmp for builders based on url | Quentin Dufour | 2023-11-02 | 1 | -1/+2 |
* | gradually implement our interface | Quentin Dufour | 2023-11-02 | 1 | -4/+5 |
* | try dynamic dispatch | Quentin Dufour | 2023-11-02 | 1 | -3/+2 |
* | we are doomed with static types | Quentin Dufour | 2023-11-02 | 2 | -4/+3 |
* | mask implementation to the rest of the code | Quentin Dufour | 2023-11-01 | 1 | -2/+2 |
* | implement an AnyCredentials | Quentin Dufour | 2023-11-01 | 1 | -2/+4 |
* | basic body ext testing + format | Quentin Dufour | 2023-10-12 | 3 | -15/+20 |
* | finalize eml-codec integration | Quentin Dufour | 2023-07-25 | 1 | -4/+2 |
* | replacing mail_parser by eml_codec, first iteration | Quentin Dufour | 2023-07-25 | 2 | -6/+6 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 5 | -59/+79 |
* | bump mail_parser | Quentin Dufour | 2023-02-07 | 1 | -2/+2 |
* | Fix open_mailbox | Alex Auvolat | 2022-07-21 | 2 | -14/+12 |
* | Implement COPY | Alex Auvolat | 2022-07-21 | 1 | -3/+8 |
* | Move to mail_parser 0.5 | Alex Auvolat | 2022-07-20 | 1 | -2/+4 |
* | better name and cleanup | Alex Auvolat | 2022-07-15 | 1 | -1/+1 |
* | Some more FETCH things work | Alex Auvolat | 2022-07-15 | 2 | -1/+5 |
* | Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEEN | Alex Auvolat | 2022-07-13 | 1 | -4/+1 |
* | Implement opportunistic sync based on watch value, and use it | Alex Auvolat | 2022-07-13 | 1 | -5/+19 |
* | Begin add watch mechanism to Bayou | Alex Auvolat | 2022-07-13 | 1 | -27/+2 |
* | LMTP refactoring, implement EXPUNGE | Alex Auvolat | 2022-07-13 | 1 | -3/+8 |
* | "set flags" as a bayou op | Alex Auvolat | 2022-07-13 | 2 | -0/+34 |
* | Implement APPEND | Alex Auvolat | 2022-07-12 | 1 | -8/+23 |