Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format code | Quentin Dufour | 2024-01-19 | 1 | -2/+4 |
* | Implement some part of SPECIAL-USE | Quentin Dufour | 2024-01-19 | 1 | -2/+24 |
* | Add the ENABLE capability, reduce wild loggingfeat/search | Quentin Dufour | 2024-01-08 | 1 | -0/+5 |
* | cargo format | Quentin Dufour | 2023-12-27 | 1 | -1/+5 |
* | initialize aws sdk with our info | Quentin Dufour | 2023-12-21 | 1 | -1/+1 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 1 | -44/+24 |
* | extract setup logic | Quentin Dufour | 2023-11-23 | 1 | -2/+2 |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 1 | -1/+1 |
* | introduce an "orphan" enum | Quentin Dufour | 2023-11-17 | 1 | -8/+33 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 1 | -2/+1 |
* | make all our objects send+sync | Quentin Dufour | 2023-11-02 | 1 | -16/+18 |
* | implement equality+cmp for builders based on url | Quentin Dufour | 2023-11-02 | 1 | -1/+2 |
* | we are doomed with static types | Quentin Dufour | 2023-11-02 | 1 | -2/+0 |
* | mask implementation to the rest of the code | Quentin Dufour | 2023-11-01 | 1 | -2/+2 |
* | implement an AnyCredentials | Quentin Dufour | 2023-11-01 | 1 | -2/+4 |
* | basic body ext testing + format | Quentin Dufour | 2023-10-12 | 1 | -8/+13 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -15/+9 |
* | Fix open_mailbox | Alex Auvolat | 2022-07-21 | 1 | -13/+11 |
* | Implement STATUS | Alex Auvolat | 2022-07-12 | 1 | -1/+10 |
* | Implement mailbox renaming | Alex Auvolat | 2022-07-12 | 1 | -77/+223 |
* | Implement LIST | Alex Auvolat | 2022-07-12 | 1 | -19/+32 |
* | More work on incoming mails, but no mails yet | Alex Auvolat | 2022-06-30 | 1 | -7/+11 |
* | Skeleton for incoming mail processor | Alex Auvolat | 2022-06-30 | 1 | -13/+19 |
* | update uid in mailbox list when opening mailbox | Alex Auvolat | 2022-06-30 | 1 | -3/+13 |
* | Implement create_mailbox | Alex Auvolat | 2022-06-30 | 1 | -39/+85 |
* | 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 | 1 | -29/+124 |
* | Cleanup and remove useless imports | Alex Auvolat | 2022-06-29 | 1 | -3/+3 |
* | Rename MailIdent to UniqueIdent and use those to identify mailboxes | Alex Auvolat | 2022-06-29 | 1 | -6/+15 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 1 | -3/+41 |
* | work on prototypes | Alex Auvolat | 2022-06-29 | 1 | -2/+23 |
* | Refactoring | Alex Auvolat | 2022-06-29 | 1 | -0/+31 |