aboutsummaryrefslogtreecommitdiff
path: root/src/mail/user.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the ENABLE capability, reduce wild loggingfeat/searchQuentin Dufour2024-01-081-0/+5
|
* cargo formatQuentin Dufour2023-12-271-1/+5
|
* initialize aws sdk with our infoQuentin Dufour2023-12-211-1/+1
|
* Storage trait new implementationQuentin Dufour2023-12-181-44/+24
|
* extract setup logicQuentin Dufour2023-11-231-2/+2
|
* fix orphan storage compatibilityQuentin Dufour2023-11-171-1/+1
|
* introduce an "orphan" enumQuentin Dufour2023-11-171-8/+33
|
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-151-2/+1
|
* make all our objects send+syncQuentin Dufour2023-11-021-16/+18
|
* implement equality+cmp for builders based on urlQuentin Dufour2023-11-021-1/+2
|
* we are doomed with static typesQuentin Dufour2023-11-021-2/+0
|
* mask implementation to the rest of the codeQuentin Dufour2023-11-011-2/+2
|
* implement an AnyCredentialsQuentin Dufour2023-11-011-2/+4
|
* basic body ext testing + formatQuentin Dufour2023-10-121-8/+13
|
* 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