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