Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Elementary data structure for mailbox list | Alex Auvolat | 2022-06-30 | 2 | -30/+130 |
* | reformat mailbox.rs and add security | Alex Auvolat | 2022-06-30 | 1 | -8/+22 |
* | Implement move and copy mail | Alex Auvolat | 2022-06-30 | 2 | -7/+90 |
* | Add prototypes for mailbox functions | Alex Auvolat | 2022-06-30 | 1 | -13/+48 |
* | Rename to Aerogramme | Alex Auvolat | 2022-06-30 | 1 | -1/+1 |
* | 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 | 2 | -24/+176 |
* | Implement IDLE in selected state | Alex Auvolat | 2022-06-29 | 1 | -0/+5 |
* | Cleanup and remove useless imports | Alex Auvolat | 2022-06-29 | 3 | -17/+3 |
* | Add call to testing procedure | Alex Auvolat | 2022-06-29 | 1 | -0/+5 |