aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* format + fix storage bugQuentin Dufour2024-01-311-2/+10
|
* Dovecot auth typesQuentin Dufour2024-01-241-1/+11
|
* WIP Dovecot Authentication Protocol ServerQuentin Dufour2024-01-231-0/+4
|
* Add TLS supportQuentin Dufour2024-01-231-4/+5
|
* Rework some details (env var, cargo desc)Quentin Dufour2024-01-221-1/+1
|
* add a --dev modeQuentin Dufour2023-12-271-3/+23
|
* cargo formatQuentin Dufour2023-12-271-82/+97
|
* implement the reload featureQuentin Dufour2023-12-141-8/+25
|
* add support for hot reloadingQuentin Dufour2023-12-141-1/+1
|
* add a password hash toolQuentin Dufour2023-12-141-0/+12
|
* use bail! instead of panic!Quentin Dufour2023-12-131-2/+2
|
* CLI toolsQuentin Dufour2023-12-131-5/+137
|
* it compiles again!Quentin Dufour2023-12-131-13/+9
|
* WIPQuentin Dufour2023-12-121-1/+3
|
* implement account createQuentin Dufour2023-12-081-10/+55
|
* WIP refactorQuentin Dufour2023-12-061-47/+99
|
* WIP config reworkQuentin Dufour2023-12-041-1/+1
|
* reworked configuration fileQuentin Dufour2023-11-241-1/+29
|
* extract setup logicQuentin Dufour2023-11-231-247/+2
|
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-151-1/+1
|
* v2 api storageQuentin Dufour2023-11-011-2/+0
|
* a first naive version of the storage interfaceQuentin Dufour2023-11-011-0/+4
|
* WIP traits for the storageQuentin Dufour2023-10-301-0/+1
|
* clippy lint fixQuentin Dufour2023-05-151-2/+2
|
* Move back to mainline mail-parserAlex Auvolat2022-07-201-3/+0
| | | | | - this removes the bug introduced in 0fe5fe071 - but adds some bugs where the body structure is not returned properly
* Some more FETCH things workAlex Auvolat2022-07-151-1/+5
|
* Begin add watch mechanism to BayouAlex Auvolat2022-07-131-0/+1
|
* Rename mailrage to aerogramme in missing placesAlex Auvolat2022-06-301-3/+3
|
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-291-0/+6
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-4/+2
|
* Clean up unused importsAlex Auvolat2022-06-291-1/+1
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-271-3/+1
|
* WIP Refactor, code is brokenQuentin Dufour2022-06-171-3/+1
|
* Remove mailstore that is deprecatedQuentin Dufour2022-06-151-1/+0
|
* Add LMTP supportQuentin Dufour2022-06-151-0/+13
|\
| * Implementn basic LMTP serverAlex Auvolat2022-05-311-0/+12
| |
| * UUID generator; import kannader smtp serverAlex Auvolat2022-05-311-0/+1
| |
* | It compilesQuentin Dufour2022-06-131-0/+1
| |
* | RefactorQuentin Dufour2022-06-071-2/+1
| |
* | Put commands in a dedicated fileQuentin Dufour2022-06-031-0/+1
| |
* | Split in multiple filesQuentin Dufour2022-06-031-0/+3
| |
* | Pass data through the stackQuentin Dufour2022-06-031-1/+1
| |
* | Working serverQuentin Dufour2022-06-021-2/+3
|/
* Delete password easilyierAlex Auvolat2022-05-231-4/+7
|
* Add user secret in mix to encrypt keys with passwordAlex Auvolat2022-05-231-8/+58
|
* Fix thingsAlex Auvolat2022-05-201-1/+4
|
* Fix thingsAlex Auvolat2022-05-201-0/+5
|
* implement hash_password and verify_passwordAlex Auvolat2022-05-201-1/+4
|
* cleanupAlex Auvolat2022-05-191-3/+1
|
* CLI skeletonAlex Auvolat2022-05-191-10/+214
|