Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP refactor | Quentin Dufour | 2024-03-08 | 1 | -524/+0 |
* | Refactor | Quentin Dufour | 2024-02-27 | 1 | -1/+1 |
* | Compile streams | Quentin Dufour | 2024-02-22 | 1 | -1/+1 |
* | idling works!!! | Quentin Dufour | 2024-01-18 | 1 | -5/+4 |
* | idle sync | Quentin Dufour | 2024-01-17 | 1 | -0/+10 |
* | Implement HIGHESTMODSEQ for STATUS | Quentin Dufour | 2024-01-10 | 1 | -0/+3 |
* | [broken compilation] update mail internal | Quentin Dufour | 2024-01-10 | 1 | -7/+7 |
* | Futures must be ordered | Quentin Dufour | 2024-01-08 | 1 | -1/+1 |
* | Add the ENABLE capability, reduce wild loggingfeat/search | Quentin Dufour | 2024-01-08 | 1 | -0/+4 |
* | WIP rewrite with a query managerfeat/more-imap-qol | Quentin Dufour | 2024-01-05 | 1 | -1/+1 |
* | added some utility structures | Quentin Dufour | 2024-01-05 | 1 | -0/+4 |
* | MOVE command is optimized | Quentin Dufour | 2024-01-05 | 1 | -3/+0 |
* | cargo format | Quentin Dufour | 2023-12-27 | 1 | -21/+43 |
* | implemente garage storage | Quentin Dufour | 2023-12-27 | 1 | -1/+1 |
* | s3 is now implemented | Quentin Dufour | 2023-12-22 | 1 | -1/+1 |
* | initialize aws sdk with our info | Quentin Dufour | 2023-12-21 | 1 | -2/+2 |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 1 | -1/+6 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 1 | -25/+34 |
* | various fixes | Quentin Dufour | 2023-11-23 | 1 | -3/+3 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 1 | -2/+2 |
* | converted incoming mail | Quentin Dufour | 2023-11-02 | 1 | -83/+23 |
* | add rust analyzer to the shell | Quentin Dufour | 2023-11-02 | 1 | -12/+6 |
* | WIP rewrite mail/incoming | Quentin Dufour | 2023-11-02 | 1 | -4/+2 |
* | gradually implement our interface | Quentin Dufour | 2023-11-02 | 1 | -4/+5 |
* | basic body ext testing + format | Quentin Dufour | 2023-10-12 | 1 | -3/+3 |
* | 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 | 1 | -4/+4 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -22/+38 |
* | bump mail_parser | Quentin Dufour | 2023-02-07 | 1 | -2/+2 |
* | Implement COPY | Alex Auvolat | 2022-07-21 | 1 | -3/+8 |
* | Move to mail_parser 0.5 | Alex Auvolat | 2022-07-20 | 1 | -2/+4 |
* | 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 |
* | "set flags" as a bayou op | Alex Auvolat | 2022-07-13 | 1 | -0/+10 |
* | Implement APPEND | Alex Auvolat | 2022-07-12 | 1 | -8/+23 |
* | Clean up | Alex Auvolat | 2022-07-12 | 1 | -48/+2 |
* | cleanup | Alex Auvolat | 2022-07-12 | 1 | -1/+1 |
* | Handling of incoming messages from LMTP seems to work! | Alex Auvolat | 2022-07-04 | 1 | -34/+63 |
* | Code to add mail to inbox | Alex Auvolat | 2022-07-01 | 1 | -0/+59 |
* | More work on incoming mails, but no mails yet | Alex Auvolat | 2022-06-30 | 1 | -1/+1 |
* | Implement create_mailbox | Alex Auvolat | 2022-06-30 | 1 | -2/+12 |
* | Elementary data structure for mailbox list | Alex Auvolat | 2022-06-30 | 1 | -1/+6 |
* | reformat mailbox.rs and add security | Alex Auvolat | 2022-06-30 | 1 | -8/+22 |
* | Implement move and copy mail | Alex Auvolat | 2022-06-30 | 1 | -7/+81 |
* | Add prototypes for mailbox functions | Alex Auvolat | 2022-06-30 | 1 | -13/+48 |
* | Add possibility to fetch full RFC822 | Alex Auvolat | 2022-06-29 | 1 | -1/+2 |
* | Fetch ENVELOPE works \o/ | Alex Auvolat | 2022-06-29 | 1 | -5/+14 |
* | cleanup | Alex Auvolat | 2022-06-29 | 1 | -2/+2 |
* | Implement beginning of a FETCH command | Alex Auvolat | 2022-06-29 | 1 | -24/+165 |
* | Implement IDLE in selected state | Alex Auvolat | 2022-06-29 | 1 | -0/+5 |