aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update smtp-server with new LMTP server APIupdate-smtp-serverAlex Auvolat2022-06-212-17/+5
|
* WIP refactorQuentin Dufour2022-06-209-203/+181
|
* WIP Refactor, code is brokenQuentin Dufour2022-06-1713-207/+381
|
* Use unrestricted IMAP ResponseQuentin Dufour2022-06-174-25/+72
|
* Handle CTRL+C for IMAPQuentin Dufour2022-06-172-16/+21
|
* Remove mailstore that is deprecatedQuentin Dufour2022-06-153-37/+0
|
* FixQuentin Dufour2022-06-153-0/+0
|
* Add LMTP supportQuentin Dufour2022-06-1521-268/+1289
|\
| * Implement ToString and FromStr for bayou timestampAlex Auvolat2022-06-012-16/+24
| |
| * Implement FromStr for MailUuidAlex Auvolat2022-06-011-9/+18
| |
| * Implementn basic LMTP serverAlex Auvolat2022-05-317-13/+349
| |
| * UUID generator; import kannader smtp serverAlex Auvolat2022-05-317-48/+718
| |
| * Implement public_loginAlex Auvolat2022-05-314-74/+194
| |
* | Add testsQuentin Dufour2022-06-151-9/+104
| |
* | Add a flag cacheQuentin Dufour2022-06-142-74/+104
| |
* | Rename MailUuid in MailIdentQuentin Dufour2022-06-142-42/+51
| |
* | Alias Flag to StringQuentin Dufour2022-06-141-9/+18
| |
* | cargo fmt + WIP uid index improvementQuentin Dufour2022-06-146-67/+125
| |
* | Handle selectQuentin Dufour2022-06-134-38/+90
| |
* | Improve SELECTQuentin Dufour2022-06-133-3/+16
| |
* | Add responseQuentin Dufour2022-06-131-6/+13
| |
* | It compilesQuentin Dufour2022-06-134-55/+112
| |
* | Compiling with a MPSC channelQuentin Dufour2022-06-092-36/+51
| |
* | Start implementing other endpointsQuentin Dufour2022-06-073-7/+21
| |
* | Add some more commandsQuentin Dufour2022-06-072-11/+35
| |
* | Implement a MutexQuentin Dufour2022-06-072-6/+20
| |
* | RefactorQuentin Dufour2022-06-074-38/+30
| |
* | Comment test code againQuentin Dufour2022-06-031-2/+2
| |
* | Working loginQuentin Dufour2022-06-031-12/+12
| |
* | Put commands in a dedicated fileQuentin Dufour2022-06-033-35/+50
| |
* | Run cargo fmtQuentin Dufour2022-06-034-38/+33
| |
* | Split in multiple filesQuentin Dufour2022-06-035-132/+153
| |
* | Reproduce with a sleepQuentin Dufour2022-06-031-2/+4
| |
* | Add test codeQuentin Dufour2022-06-031-3/+6
| |
* | WIP loginQuentin Dufour2022-06-032-5/+25
| |
* | 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-032-17/+36
| |
* | Use BoxFutureQuentin Dufour2022-06-031-2/+3
| |
* | Working serverQuentin Dufour2022-06-024-35/+53
| |
* | 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-015-41/+548
| |
* | Add some logQuentin Dufour2022-05-301-0/+17
| |
* | Add some docQuentin Dufour2022-05-303-1/+56
| |
* | Explore config file generationQuentin Dufour2022-05-254-7/+42
|/
* Update depsAlex Auvolat2022-05-241-9/+9
|
* First impl of LDAP loginAlex Auvolat2022-05-235-22/+318
|