Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Cleanup and remove useless imports | Alex Auvolat | 2022-06-29 | 1 | -2/+0 |
* | Add call to testing procedure | Alex Auvolat | 2022-06-29 | 1 | -0/+5 |
* | Rename MailIdent to UniqueIdent and use those to identify mailboxes | Alex Auvolat | 2022-06-29 | 1 | -29/+17 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 1 | -51/+37 |
* | work on prototypes | Alex Auvolat | 2022-06-29 | 1 | -17/+20 |
* | Refactoring | Alex Auvolat | 2022-06-29 | 1 | -0/+165 |