aboutsummaryrefslogtreecommitdiff
path: root/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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