aboutsummaryrefslogtreecommitdiff
path: root/src/lmtp.rs
Commit message (Expand)AuthorAgeFilesLines
* WIP refactorQuentin Dufour2024-03-081-221/+0
* dovecot plain auth inline continuation supportQuentin Dufour2024-02-131-2/+2
* Escape LMTP dataQuentin Dufour2024-02-101-1/+7
* LMTP refactoring, implement EXPUNGEAlex Auvolat2022-07-131-33/+40
* cleanupAlex Auvolat2022-07-121-4/+0
* Reformat LMTPQuentin Dufour2022-07-051-2/+1
* More work on incoming mails, but no mails yetAlex Auvolat2022-06-301-38/+1
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-291-1/+1
* work on prototypesAlex Auvolat2022-06-291-2/+2
* Clean up unused importsAlex Auvolat2022-06-291-6/+6
* Refactor to allow mutabilityAlex Auvolat2022-06-291-8/+7
* Refactor files in a "mail" crateQuentin Dufour2022-06-271-1/+1
* Update smtp-server with new LMTP server APIupdate-smtp-serverAlex Auvolat2022-06-211-14/+2
* Add LMTP supportQuentin Dufour2022-06-151-2/+2
* Implementn basic LMTP serverAlex Auvolat2022-05-311-0/+263