aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add LMTP supportQuentin Dufour2022-06-1518-205/+709
|\
| * 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-315-12/+339
| |
| * UUID generator; import kannader smtp serverAlex Auvolat2022-05-315-38/+89
| |
| * 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
| |
* | 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-022-35/+51
| |
* | 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-013-26/+51
| |
* | Add some docQuentin Dufour2022-05-301-1/+1
| |
* | Explore config file generationQuentin Dufour2022-05-252-5/+36
|/
* First impl of LDAP loginAlex Auvolat2022-05-233-22/+193
|
* Delete password easilyierAlex Auvolat2022-05-232-5/+7
|
* Add user secret in mix to encrypt keys with passwordAlex Auvolat2022-05-234-21/+145
|
* Fix thingsAlex Auvolat2022-05-202-27/+59
|
* SimplifyAlex Auvolat2022-05-201-18/+10
|
* Fix thingsAlex Auvolat2022-05-203-12/+25
|
* Implement add_password and delete_passwordAlex Auvolat2022-05-201-3/+92
|
* Implement some cryptoAlex Auvolat2022-05-202-11/+280
|
* implement hash_password and verify_passwordAlex Auvolat2022-05-202-6/+26
|
* cleanupAlex Auvolat2022-05-195-9/+4
|
* CLI skeletonAlex Auvolat2022-05-198-53/+257
|