aboutsummaryrefslogtreecommitdiff
path: root/src/server.rs
Commit message (Expand)AuthorAgeFilesLines
* format + fix storage bugQuentin Dufour2024-01-311-4/+11
* Basic parsing of Dovecot Client CommandsQuentin Dufour2024-01-241-1/+8
* WIP Dovecot Authentication Protocol ServerQuentin Dufour2024-01-231-0/+4
* Add TLS supportQuentin Dufour2024-01-231-4/+14
* compile with imap-flowQuentin Dufour2024-01-021-2/+2
* covering imap commandsQuentin Dufour2023-12-291-1/+1
* add a --dev modeQuentin Dufour2023-12-271-1/+2
* cargo formatQuentin Dufour2023-12-271-6/+13
* implement the reload featureQuentin Dufour2023-12-141-3/+21
* add support for hot reloadingQuentin Dufour2023-12-141-4/+4
* WIP refactorQuentin Dufour2023-12-061-24/+16
* extract setup logicQuentin Dufour2023-11-231-1/+1
* WIP provider configQuentin Dufour2023-11-171-11/+2
* LMTP refactoring, implement EXPUNGEAlex Auvolat2022-07-131-1/+1
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-4/+3
* Clean up unused importsAlex Auvolat2022-06-291-2/+2
* cargo fmtQuentin Dufour2022-06-221-3/+6
* It compiles again!Quentin Dufour2022-06-221-3/+6
* WIP refactorQuentin Dufour2022-06-201-9/+4
* WIP Refactor, code is brokenQuentin Dufour2022-06-171-21/+12
* Handle CTRL+C for IMAPQuentin Dufour2022-06-171-15/+17
* Remove mailstore that is deprecatedQuentin Dufour2022-06-151-3/+0
* Add LMTP supportQuentin Dufour2022-06-151-20/+87
|\
| * Implementn basic LMTP serverAlex Auvolat2022-05-311-11/+56
* | cargo fmt + WIP uid index improvementQuentin Dufour2022-06-141-5/+5
* | RefactorQuentin Dufour2022-06-071-2/+2
* | Comment test code againQuentin Dufour2022-06-031-2/+2
* | Run cargo fmtQuentin Dufour2022-06-031-6/+9
* | Split in multiple filesQuentin Dufour2022-06-031-132/+7
* | Reproduce with a sleepQuentin Dufour2022-06-031-2/+4
* | Add test codeQuentin Dufour2022-06-031-3/+6
* | WIP loginQuentin Dufour2022-06-031-5/+19
* | Log on server startupQuentin Dufour2022-06-031-2/+1
* | Create a Mailstore objectQuentin Dufour2022-06-031-22/+33
* | Pass data through the stackQuentin Dufour2022-06-031-16/+35
* | Use BoxFutureQuentin Dufour2022-06-031-2/+3
* | Working serverQuentin Dufour2022-06-021-33/+48
* | Replace with asyncQuentin Dufour2022-06-021-29/+13
* | Working servicesQuentin Dufour2022-06-021-3/+19
* | Simplified typesQuentin Dufour2022-06-021-10/+6
* | Working integration v1Quentin Dufour2022-06-021-1/+36
* | Start bal in mailrageQuentin Dufour2022-06-011-2/+26
* | Add some docQuentin Dufour2022-05-301-1/+1
|/
* CLI skeletonAlex Auvolat2022-05-191-10/+4
* Some refactoringAlex Auvolat2022-05-191-0/+49