Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Implement STATUS | Alex Auvolat | 2022-07-12 | 2 | -2/+17 |
* | Clean up | Alex Auvolat | 2022-07-12 | 2 | -49/+2 |
* | cleanup | Alex Auvolat | 2022-07-12 | 2 | -5/+4 |
* | Implement mailbox renaming | Alex Auvolat | 2022-07-12 | 1 | -77/+223 |
* | Implement LIST | Alex Auvolat | 2022-07-12 | 1 | -19/+32 |
* | Handling of incoming messages from LMTP seems to work! | Alex Auvolat | 2022-07-04 | 2 | -39/+86 |
* | Fix uidindex tests + body structure for text msg | Quentin Dufour | 2022-07-04 | 1 | -8/+8 |
* | Code to add mail to inbox | Alex Auvolat | 2022-07-01 | 2 | -7/+148 |
* | small rewrite | Alex Auvolat | 2022-07-01 | 1 | -30/+36 |
* | release lock when no longer needed | Alex Auvolat | 2022-07-01 | 1 | -2/+18 |
* | comments | Alex Auvolat | 2022-07-01 | 1 | -1/+5 |
* | Incomming locking loop | Alex Auvolat | 2022-07-01 | 1 | -33/+144 |
* | WIP incoming loop | Alex Auvolat | 2022-06-30 | 1 | -51/+85 |
* | More work on incoming mails, but no mails yet | Alex Auvolat | 2022-06-30 | 5 | -16/+228 |
* | Skeleton for incoming mail processor | Alex Auvolat | 2022-06-30 | 3 | -13/+36 |
* | update uid in mailbox list when opening mailbox | Alex Auvolat | 2022-06-30 | 1 | -3/+13 |
* | Implement create_mailbox | Alex Auvolat | 2022-06-30 | 2 | -41/+97 |
* | Refactor user to be shared using Arc | Alex Auvolat | 2022-06-30 | 1 | -38/+73 |