Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP refactor | Quentin Dufour | 2024-03-08 | 1 | -245/+0 |
* | covering imap commands | Quentin Dufour | 2023-12-29 | 1 | -1/+1 |
* | add a --dev mode | Quentin Dufour | 2023-12-27 | 1 | -0/+1 |
* | cargo format | Quentin Dufour | 2023-12-27 | 1 | -28/+42 |
* | upgrade argon2, add aws-sdk-s3 | Quentin Dufour | 2023-12-21 | 1 | -9/+6 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 1 | -10/+2 |
* | CLI tools | Quentin Dufour | 2023-12-13 | 1 | -7/+5 |
* | it compiles again! | Quentin Dufour | 2023-12-13 | 1 | -336/+116 |
* | WIP | Quentin Dufour | 2023-12-12 | 1 | -1/+13 |
* | WIP refactor | Quentin Dufour | 2023-12-06 | 1 | -32/+11 |
* | fix login mod | Quentin Dufour | 2023-11-21 | 1 | -79/+59 |
* | rewrite CryptoKeys with Storage abstraction | Quentin Dufour | 2023-11-21 | 1 | -81/+26 |
* | remove old storagecredentials | Quentin Dufour | 2023-11-21 | 1 | -68/+0 |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 1 | -1/+1 |
* | implement equality+cmp for builders based on url | Quentin Dufour | 2023-11-02 | 1 | -8/+5 |
* | gradually implement our interface | Quentin Dufour | 2023-11-02 | 1 | -1/+1 |
* | start replacing engine | Quentin Dufour | 2023-11-02 | 1 | -2/+2 |
* | try dynamic dispatch | Quentin Dufour | 2023-11-02 | 1 | -1/+1 |
* | mask implementation to the rest of the code | Quentin Dufour | 2023-11-01 | 1 | -17/+3 |
* | implement an AnyCredentials | Quentin Dufour | 2023-11-01 | 1 | -17/+16 |
* | integration to login with an enum | Quentin Dufour | 2023-11-01 | 1 | -3/+20 |
* | basic body ext testing + format | Quentin Dufour | 2023-10-12 | 1 | -8/+8 |
* | finalize for release 0.1.0 | Quentin Dufour | 2023-07-25 | 1 | -13/+24 |
* | finalize eml-codec integration | Quentin Dufour | 2023-07-25 | 1 | -1/+1 |
* | replacing mail_parser by eml_codec, first iteration | Quentin Dufour | 2023-07-25 | 1 | -14/+11 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -8/+8 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 1 | -4/+21 |
* | WIP Refactor, code is broken | Quentin Dufour | 2022-06-17 | 1 | -0/+5 |
* | Implement public_login | Alex Auvolat | 2022-05-31 | 1 | -1/+11 |
* | Delete password easilyier | Alex Auvolat | 2022-05-23 | 1 | -1/+0 |
* | Add user secret in mix to encrypt keys with password | Alex Auvolat | 2022-05-23 | 1 | -12/+76 |
* | Fix things | Alex Auvolat | 2022-05-20 | 1 | -26/+55 |
* | Simplify | Alex Auvolat | 2022-05-20 | 1 | -18/+10 |
* | Fix things | Alex Auvolat | 2022-05-20 | 1 | -10/+18 |
* | Implement add_password and delete_password | Alex Auvolat | 2022-05-20 | 1 | -3/+92 |
* | Implement some crypto | Alex Auvolat | 2022-05-20 | 1 | -10/+279 |
* | CLI skeleton | Alex Auvolat | 2022-05-19 | 1 | -13/+19 |
* | Some refactoring | Alex Auvolat | 2022-05-19 | 1 | -6/+70 |
* | Refactor K2V/S3 client creation | Alex Auvolat | 2022-05-19 | 1 | -3/+39 |
* | More construction of things | Alex Auvolat | 2022-05-19 | 1 | -0/+20 |