aboutsummaryrefslogtreecommitdiff
path: root/src/login/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* covering imap commandsQuentin Dufour2023-12-291-1/+1
* add a --dev modeQuentin Dufour2023-12-271-0/+1
* cargo formatQuentin Dufour2023-12-271-28/+42
* upgrade argon2, add aws-sdk-s3Quentin Dufour2023-12-211-9/+6
* Storage trait new implementationQuentin Dufour2023-12-181-10/+2
* CLI toolsQuentin Dufour2023-12-131-7/+5
* it compiles again!Quentin Dufour2023-12-131-336/+116
* WIPQuentin Dufour2023-12-121-1/+13
* WIP refactorQuentin Dufour2023-12-061-32/+11
* fix login modQuentin Dufour2023-11-211-79/+59
* rewrite CryptoKeys with Storage abstractionQuentin Dufour2023-11-211-81/+26
* remove old storagecredentialsQuentin Dufour2023-11-211-68/+0
* incoming has been fully portedQuentin Dufour2023-11-171-1/+1
* implement equality+cmp for builders based on urlQuentin Dufour2023-11-021-8/+5
* gradually implement our interfaceQuentin Dufour2023-11-021-1/+1
* start replacing engineQuentin Dufour2023-11-021-2/+2
* try dynamic dispatchQuentin Dufour2023-11-021-1/+1
* mask implementation to the rest of the codeQuentin Dufour2023-11-011-17/+3
* implement an AnyCredentialsQuentin Dufour2023-11-011-17/+16
* integration to login with an enumQuentin Dufour2023-11-011-3/+20
* basic body ext testing + formatQuentin Dufour2023-10-121-8/+8
* finalize for release 0.1.0Quentin Dufour2023-07-251-13/+24
* finalize eml-codec integrationQuentin Dufour2023-07-251-1/+1
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-251-14/+11
* clippy lint fixQuentin Dufour2023-05-151-8/+8
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-4/+21
* WIP Refactor, code is brokenQuentin Dufour2022-06-171-0/+5
* Implement public_loginAlex Auvolat2022-05-311-1/+11
* Delete password easilyierAlex Auvolat2022-05-231-1/+0
* Add user secret in mix to encrypt keys with passwordAlex Auvolat2022-05-231-12/+76
* Fix thingsAlex Auvolat2022-05-201-26/+55
* SimplifyAlex Auvolat2022-05-201-18/+10
* Fix thingsAlex Auvolat2022-05-201-10/+18
* Implement add_password and delete_passwordAlex Auvolat2022-05-201-3/+92
* Implement some cryptoAlex Auvolat2022-05-201-10/+279
* CLI skeletonAlex Auvolat2022-05-191-13/+19
* Some refactoringAlex Auvolat2022-05-191-6/+70
* Refactor K2V/S3 client creationAlex Auvolat2022-05-191-3/+39
* More construction of thingsAlex Auvolat2022-05-191-0/+20