Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement IMAP fetch internaldate | Quentin Dufour | 2022-06-30 | 3 | -11/+39 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | Rename mailrage to aerogramme in missing places | Alex Auvolat | 2022-06-30 | 5 | -48/+48 | |
| | ||||||
* | 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 | 15 | -128/+303 | |
| | ||||||
* | 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 | 9 | -121/+159 | |
| | ||||||
* | 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 | 7 | -102/+40 | |
| | ||||||
* | 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 | 2 | -17/+5 | |
| | ||||||
* | WIP refactor | Quentin Dufour | 2022-06-20 | 9 | -203/+181 | |
| | ||||||
* | WIP Refactor, code is broken | Quentin Dufour | 2022-06-17 | 13 | -207/+381 | |
| | ||||||
* | Use unrestricted IMAP Response | Quentin Dufour | 2022-06-17 | 4 | -25/+72 | |
| | ||||||
* | 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 | 21 | -268/+1289 | |
|\ | ||||||
| * | 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 | 7 | -13/+349 | |
| | | ||||||
| * | UUID generator; import kannader smtp server | Alex Auvolat | 2022-05-31 | 7 | -48/+718 | |
| | | ||||||
| * | Implement public_login | Alex Auvolat | 2022-05-31 | 4 | -74/+194 | |
| | | ||||||
* | | Add tests | Quentin Dufour | 2022-06-15 | 1 | -9/+104 | |
| | | ||||||
* | | Add a flag cache | Quentin Dufour | 2022-06-14 | 2 | -74/+104 | |
| | |