Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also share HTTPClient for K2Vperf/cpu-ram-bottleneck | Quentin Dufour | 2024-02-23 | 2 | -2/+2 |
* | Replace with a single AWS HTTP client | Quentin Dufour | 2024-02-23 | 2 | -3/+10 |
* | retrieve missing attributes ldap | Quentin Dufour | 2024-01-30 | 1 | -0/+3 |
* | covering imap commands | Quentin Dufour | 2023-12-29 | 2 | -6/+9 |
* | add a --dev mode | Quentin Dufour | 2023-12-27 | 2 | -0/+49 |
* | cargo format | Quentin Dufour | 2023-12-27 | 3 | -73/+113 |
* | upgrade argon2, add aws-sdk-s3 | Quentin Dufour | 2023-12-21 | 1 | -9/+6 |
* | fix how mem storage is created | Quentin Dufour | 2023-12-21 | 1 | -5/+7 |
* | move storage logic into the storage module | Quentin Dufour | 2023-12-21 | 1 | -16/+4 |
* | avoid infinite loop | Quentin Dufour | 2023-12-21 | 1 | -0/+2 |
* | working in memory storage | Quentin Dufour | 2023-12-20 | 1 | -11/+29 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 3 | -25/+17 |
* | new new new storage interface | Quentin Dufour | 2023-12-16 | 2 | -12/+19 |
* | add support for hot reloading | Quentin Dufour | 2023-12-14 | 1 | -29/+44 |
* | CLI tools | Quentin Dufour | 2023-12-13 | 2 | -9/+7 |
* | it compiles again! | Quentin Dufour | 2023-12-13 | 3 | -356/+136 |
* | WIP | Quentin Dufour | 2023-12-12 | 2 | -4/+16 |
* | rework static login provider | Quentin Dufour | 2023-12-08 | 1 | -7/+13 |
* | now compile again | Quentin Dufour | 2023-12-08 | 2 | -23/+3 |
* | WIP refactor | Quentin Dufour | 2023-12-06 | 2 | -51/+36 |
* | it compiles! | Quentin Dufour | 2023-11-23 | 2 | -57/+71 |
* | various fixes | Quentin Dufour | 2023-11-23 | 1 | -3/+3 |
* | fix login mod | Quentin Dufour | 2023-11-21 | 2 | -98/+59 |
* | rewrite CryptoKeys with Storage abstraction | Quentin Dufour | 2023-11-21 | 1 | -81/+26 |
* | remove old storagecredentials | Quentin Dufour | 2023-11-21 | 2 | -68/+5 |
* | WIP provider config | Quentin Dufour | 2023-11-17 | 1 | -13/+12 |
* | integrate storage choice in config | Quentin Dufour | 2023-11-17 | 1 | -0/+1 |
* | 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 | 2 | -9/+9 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 3 | -6/+21 |
* | WIP Refactor, code is broken | Quentin Dufour | 2022-06-17 | 1 | -0/+5 |
* | Add LMTP support | Quentin Dufour | 2022-06-15 | 3 | -79/+197 |
|\ | |||||
| * | Implement public_login | Alex Auvolat | 2022-05-31 | 3 | -74/+192 |
* | | WIP login | Quentin Dufour | 2022-06-03 | 1 | -0/+6 |
|/ | |||||
* | First impl of LDAP login | Alex Auvolat | 2022-05-23 | 1 | -5/+163 |
* | 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 | 2 | -13/+81 |
* | Fix things | Alex Auvolat | 2022-05-20 | 1 | -26/+55 |
* | Simplify | Alex Auvolat | 2022-05-20 | 1 | -18/+10 |