Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a --dev mode | Quentin Dufour | 2023-12-27 | 1 | -3/+23 |
* | cargo format | Quentin Dufour | 2023-12-27 | 1 | -82/+97 |
* | implement the reload feature | Quentin Dufour | 2023-12-14 | 1 | -8/+25 |
* | add support for hot reloading | Quentin Dufour | 2023-12-14 | 1 | -1/+1 |
* | add a password hash tool | Quentin Dufour | 2023-12-14 | 1 | -0/+12 |
* | use bail! instead of panic! | Quentin Dufour | 2023-12-13 | 1 | -2/+2 |
* | CLI tools | Quentin Dufour | 2023-12-13 | 1 | -5/+137 |
* | it compiles again! | Quentin Dufour | 2023-12-13 | 1 | -13/+9 |
* | WIP | Quentin Dufour | 2023-12-12 | 1 | -1/+3 |
* | implement account create | Quentin Dufour | 2023-12-08 | 1 | -10/+55 |
* | WIP refactor | Quentin Dufour | 2023-12-06 | 1 | -47/+99 |
* | WIP config rework | Quentin Dufour | 2023-12-04 | 1 | -1/+1 |
* | reworked configuration file | Quentin Dufour | 2023-11-24 | 1 | -1/+29 |
* | extract setup logic | Quentin Dufour | 2023-11-23 | 1 | -247/+2 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 1 | -1/+1 |
* | v2 api storage | Quentin Dufour | 2023-11-01 | 1 | -2/+0 |
* | a first naive version of the storage interface | Quentin Dufour | 2023-11-01 | 1 | -0/+4 |
* | WIP traits for the storage | Quentin Dufour | 2023-10-30 | 1 | -0/+1 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -2/+2 |
* | Move back to mainline mail-parser | Alex Auvolat | 2022-07-20 | 1 | -3/+0 |
* | Some more FETCH things work | Alex Auvolat | 2022-07-15 | 1 | -1/+5 |
* | Begin add watch mechanism to Bayou | Alex Auvolat | 2022-07-13 | 1 | -0/+1 |
* | Rename mailrage to aerogramme in missing places | Alex Auvolat | 2022-06-30 | 1 | -3/+3 |
* | Fetch ENVELOPE works \o/ | Alex Auvolat | 2022-06-29 | 1 | -0/+6 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 1 | -4/+2 |
* | Clean up unused imports | Alex Auvolat | 2022-06-29 | 1 | -1/+1 |
* | Refactor files in a "mail" crate | Quentin Dufour | 2022-06-27 | 1 | -3/+1 |
* | WIP Refactor, code is broken | Quentin Dufour | 2022-06-17 | 1 | -3/+1 |
* | Remove mailstore that is deprecated | Quentin Dufour | 2022-06-15 | 1 | -1/+0 |
* | Add LMTP support | Quentin Dufour | 2022-06-15 | 1 | -0/+13 |
|\ | |||||
| * | Implementn basic LMTP server | Alex Auvolat | 2022-05-31 | 1 | -0/+12 |
| * | UUID generator; import kannader smtp server | Alex Auvolat | 2022-05-31 | 1 | -0/+1 |
* | | It compiles | Quentin Dufour | 2022-06-13 | 1 | -0/+1 |
* | | Refactor | Quentin Dufour | 2022-06-07 | 1 | -2/+1 |
* | | Put commands in a dedicated file | Quentin Dufour | 2022-06-03 | 1 | -0/+1 |
* | | Split in multiple files | Quentin Dufour | 2022-06-03 | 1 | -0/+3 |
* | | Pass data through the stack | Quentin Dufour | 2022-06-03 | 1 | -1/+1 |
* | | Working server | Quentin Dufour | 2022-06-02 | 1 | -2/+3 |
|/ | |||||
* | Delete password easilyier | Alex Auvolat | 2022-05-23 | 1 | -4/+7 |
* | Add user secret in mix to encrypt keys with password | Alex Auvolat | 2022-05-23 | 1 | -8/+58 |
* | Fix things | Alex Auvolat | 2022-05-20 | 1 | -1/+4 |
* | Fix things | Alex Auvolat | 2022-05-20 | 1 | -0/+5 |
* | implement hash_password and verify_password | Alex Auvolat | 2022-05-20 | 1 | -1/+4 |
* | cleanup | Alex Auvolat | 2022-05-19 | 1 | -3/+1 |
* | CLI skeleton | Alex Auvolat | 2022-05-19 | 1 | -10/+214 |
* | Some refactoring | Alex Auvolat | 2022-05-19 | 1 | -48/+4 |
* | Refactor K2V/S3 client creation | Alex Auvolat | 2022-05-19 | 1 | -3/+3 |
* | cleanup | Alex Auvolat | 2022-05-19 | 1 | -10/+8 |
* | More construction of things | Alex Auvolat | 2022-05-19 | 1 | -69/+53 |
* | Don't try to checkpoint as often | Alex Auvolat | 2022-05-18 | 1 | -1/+17 |