Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on incoming mails, but no mails yet | Alex Auvolat | 2022-06-30 | 6 | -54/+229 |
* | 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 |
* | Implement IMAP fetch internaldate | Quentin Dufour | 2022-06-30 | 1 | -1/+5 |
* | Refactor user to be shared using Arc | Alex Auvolat | 2022-06-30 | 6 | -46/+88 |
* | Elementary data structure for mailbox list | Alex Auvolat | 2022-06-30 | 2 | -30/+130 |
* | Implement RFC822.TEXT | Quentin Dufour | 2022-06-30 | 6 | -31/+62 |
* | 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 |
* | Split out Examined state and add prototypes for IMAP command handlers | Alex Auvolat | 2022-06-30 | 7 | -27/+210 |
* | Add prototypes for mailbox functions | Alex Auvolat | 2022-06-30 | 1 | -13/+48 |
* | Rename to Aerogramme | Alex Auvolat | 2022-06-30 | 1 | -1/+1 |
* | Rename mailrage to aerogramme in missing places | Alex Auvolat | 2022-06-30 | 1 | -3/+3 |
* | Add possibility to fetch full RFC822 | Alex Auvolat | 2022-06-29 | 2 | -2/+7 |
* | Fetch ENVELOPE works \o/ | Alex Auvolat | 2022-06-29 | 4 | -13/+110 |
* | cleanup | Alex Auvolat | 2022-06-29 | 2 | -6/+6 |
* | Implement beginning of a FETCH command | Alex Auvolat | 2022-06-29 | 4 | -31/+306 |
* | Implement IDLE in selected state | Alex Auvolat | 2022-06-29 | 4 | -17/+106 |
* | Cleanup and remove useless imports | Alex Auvolat | 2022-06-29 | 8 | -30/+7 |
* | Add call to testing procedure | Alex Auvolat | 2022-06-29 | 2 | -0/+8 |
* | Rename MailIdent to UniqueIdent and use those to identify mailboxes | Alex Auvolat | 2022-06-29 | 7 | -74/+76 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 13 | -128/+282 |
* | work on prototypes | Alex Auvolat | 2022-06-29 | 8 | -27/+50 |
* | Refactoring | Alex Auvolat | 2022-06-29 | 7 | -166/+213 |
* | Clean up unused imports | Alex Auvolat | 2022-06-29 | 10 | -33/+33 |
* | Refactor to allow mutability | Alex Auvolat | 2022-06-29 | 8 | -118/+156 |
* | Try my best to close the connectionquentin | Quentin Dufour | 2022-06-28 | 1 | -1/+5 |
* | Implement logout | Quentin Dufour | 2022-06-28 | 3 | -5/+22 |
* | cargo fmt + implement noop | Quentin Dufour | 2022-06-28 | 6 | -56/+70 |
* | Switching to upstream boitalettres | Quentin Dufour | 2022-06-28 | 5 | -100/+38 |
* | Refactor files in a "mail" crate | Quentin Dufour | 2022-06-27 | 8 | -10/+11 |
* | Add support for flags | Quentin Dufour | 2022-06-27 | 3 | -3/+41 |
* | Implement Recent in Select | Quentin Dufour | 2022-06-24 | 3 | -33/+62 |
* | Return UID validity | Quentin Dufour | 2022-06-23 | 3 | -12/+35 |
* | cargo fmt | Quentin Dufour | 2022-06-22 | 7 | -113/+174 |
* | Refactor selected | Quentin Dufour | 2022-06-22 | 4 | -29/+27 |
* | Authenticated state works | Quentin Dufour | 2022-06-22 | 2 | -25/+24 |
* | It compiles again! | Quentin Dufour | 2022-06-22 | 7 | -76/+95 |
* | Update smtp-server with new LMTP server APIupdate-smtp-server | Alex Auvolat | 2022-06-21 | 1 | -14/+2 |
* | WIP refactor | Quentin Dufour | 2022-06-20 | 9 | -203/+181 |
* | WIP Refactor, code is broken | Quentin Dufour | 2022-06-17 | 12 | -207/+379 |
* | Use unrestricted IMAP Response | Quentin Dufour | 2022-06-17 | 2 | -23/+70 |
* | Handle CTRL+C for IMAP | Quentin Dufour | 2022-06-17 | 2 | -16/+21 |
* | Remove mailstore that is deprecated | Quentin Dufour | 2022-06-15 | 3 | -37/+0 |
* | Fix | Quentin Dufour | 2022-06-15 | 3 | -0/+0 |
* | Add LMTP support | Quentin Dufour | 2022-06-15 | 18 | -205/+709 |
|\ | |||||
| * | Implement ToString and FromStr for bayou timestamp | Alex Auvolat | 2022-06-01 | 2 | -16/+24 |
| * | Implement FromStr for MailUuid | Alex Auvolat | 2022-06-01 | 1 | -9/+18 |
| * | Implementn basic LMTP server | Alex Auvolat | 2022-05-31 | 5 | -12/+339 |