aboutsummaryrefslogtreecommitdiff
path: root/src/mail/user.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy lint fixQuentin Dufour2023-05-151-15/+9
* Fix open_mailboxAlex Auvolat2022-07-211-13/+11
* Implement STATUSAlex Auvolat2022-07-121-1/+10
* Implement mailbox renamingAlex Auvolat2022-07-121-77/+223
* Implement LISTAlex Auvolat2022-07-121-19/+32
* More work on incoming mails, but no mails yetAlex Auvolat2022-06-301-7/+11
* Skeleton for incoming mail processorAlex Auvolat2022-06-301-13/+19
* update uid in mailbox list when opening mailboxAlex Auvolat2022-06-301-3/+13
* Implement create_mailboxAlex Auvolat2022-06-301-39/+85
* Refactor user to be shared using ArcAlex Auvolat2022-06-301-38/+73
* Elementary data structure for mailbox listAlex Auvolat2022-06-301-29/+124
* Cleanup and remove useless importsAlex Auvolat2022-06-291-3/+3
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-291-6/+15
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-3/+41
* work on prototypesAlex Auvolat2022-06-291-2/+23
* RefactoringAlex Auvolat2022-06-291-0/+31