Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Rename MailIdent to UniqueIdent and use those to identify mailboxes | Alex Auvolat | 2022-06-29 | 5 | -71/+68 | |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 3 | -56/+83 | |
* | work on prototypes | Alex Auvolat | 2022-06-29 | 3 | -20/+44 | |
* | Refactoring | Alex Auvolat | 2022-06-29 | 3 | -149/+198 | |
* | Clean up unused imports | Alex Auvolat | 2022-06-29 | 2 | -4/+4 | |
* | Refactor to allow mutability | Alex Auvolat | 2022-06-29 | 1 | -1/+2 | |
* | cargo fmt + implement noop | Quentin Dufour | 2022-06-28 | 2 | -6/+43 | |
* | Refactor files in a "mail" crate | Quentin Dufour | 2022-06-27 | 3 | -0/+570 |