aboutsummaryrefslogtreecommitdiff
path: root/src/mail/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Search can now filter on index dataQuentin Dufour2024-01-061-1/+0
* Stop dumping parsed emails in the logsQuentin Dufour2024-01-061-3/+0
* Format code againQuentin Dufour2024-01-061-1/+1
* MOVE command is optimizedQuentin Dufour2024-01-051-0/+2
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-251-2/+2
* clippy lint fixQuentin Dufour2023-05-151-0/+2
* Some more FETCH things workAlex Auvolat2022-07-151-0/+4
* More work on incoming mails, but no mails yetAlex Auvolat2022-06-301-1/+1
* Skeleton for incoming mail processorAlex Auvolat2022-06-301-0/+1
* Implement beginning of a FETCH commandAlex Auvolat2022-06-291-0/+11
* Cleanup and remove useless importsAlex Auvolat2022-06-291-12/+0
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-291-2/+2
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-2/+5
* work on prototypesAlex Auvolat2022-06-291-1/+1
* RefactoringAlex Auvolat2022-06-291-149/+2
* Clean up unused importsAlex Auvolat2022-06-291-2/+2
* cargo fmt + implement noopQuentin Dufour2022-06-281-5/+42
* Refactor files in a "mail" crateQuentin Dufour2022-06-271-0/+130