aboutsummaryrefslogtreecommitdiff
path: root/src/mail/mailbox.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy lint fixQuentin Dufour2023-05-151-22/+38
* bump mail_parserQuentin Dufour2023-02-071-2/+2
* Implement COPYAlex Auvolat2022-07-211-3/+8
* Move to mail_parser 0.5Alex Auvolat2022-07-201-2/+4
* Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEENAlex Auvolat2022-07-131-4/+1
* Implement opportunistic sync based on watch value, and use itAlex Auvolat2022-07-131-5/+19
* "set flags" as a bayou opAlex Auvolat2022-07-131-0/+10
* Implement APPENDAlex Auvolat2022-07-121-8/+23
* Clean upAlex Auvolat2022-07-121-48/+2
* cleanupAlex Auvolat2022-07-121-1/+1
* Handling of incoming messages from LMTP seems to work!Alex Auvolat2022-07-041-34/+63
* Code to add mail to inboxAlex Auvolat2022-07-011-0/+59
* More work on incoming mails, but no mails yetAlex Auvolat2022-06-301-1/+1
* Implement create_mailboxAlex Auvolat2022-06-301-2/+12
* Elementary data structure for mailbox listAlex Auvolat2022-06-301-1/+6
* reformat mailbox.rs and add securityAlex Auvolat2022-06-301-8/+22
* Implement move and copy mailAlex Auvolat2022-06-301-7/+81
* Add prototypes for mailbox functionsAlex Auvolat2022-06-301-13/+48
* Add possibility to fetch full RFC822Alex Auvolat2022-06-291-1/+2
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-291-5/+14
* cleanupAlex Auvolat2022-06-291-2/+2
* Implement beginning of a FETCH commandAlex Auvolat2022-06-291-24/+165
* Implement IDLE in selected stateAlex Auvolat2022-06-291-0/+5
* Cleanup and remove useless importsAlex Auvolat2022-06-291-2/+0
* Add call to testing procedureAlex Auvolat2022-06-291-0/+5
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-291-29/+17
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-51/+37
* work on prototypesAlex Auvolat2022-06-291-17/+20
* RefactoringAlex Auvolat2022-06-291-0/+165