Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 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 | 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 |