aboutsummaryrefslogtreecommitdiff
path: root/src/mail
Commit message (Expand)AuthorAgeFilesLines
...
* Fix open_mailboxAlex Auvolat2022-07-212-14/+12
* Implement COPYAlex Auvolat2022-07-211-3/+8
* Move to mail_parser 0.5Alex Auvolat2022-07-201-2/+4
* better name and cleanupAlex Auvolat2022-07-151-1/+1
* Some more FETCH things workAlex Auvolat2022-07-152-1/+5
* 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
* Begin add watch mechanism to BayouAlex Auvolat2022-07-131-27/+2
* LMTP refactoring, implement EXPUNGEAlex Auvolat2022-07-131-3/+8
* "set flags" as a bayou opAlex Auvolat2022-07-132-0/+34
* Implement APPENDAlex Auvolat2022-07-121-8/+23
* Implement STATUSAlex Auvolat2022-07-122-2/+17
* Clean upAlex Auvolat2022-07-122-49/+2
* cleanupAlex Auvolat2022-07-122-5/+4
* Implement mailbox renamingAlex Auvolat2022-07-121-77/+223
* Implement LISTAlex Auvolat2022-07-121-19/+32
* Handling of incoming messages from LMTP seems to work!Alex Auvolat2022-07-042-39/+86
* Fix uidindex tests + body structure for text msgQuentin Dufour2022-07-041-8/+8
* Code to add mail to inboxAlex Auvolat2022-07-012-7/+148
* small rewriteAlex Auvolat2022-07-011-30/+36
* release lock when no longer neededAlex Auvolat2022-07-011-2/+18
* commentsAlex Auvolat2022-07-011-1/+5
* Incomming locking loopAlex Auvolat2022-07-011-33/+144
* WIP incoming loopAlex Auvolat2022-06-301-51/+85
* More work on incoming mails, but no mails yetAlex Auvolat2022-06-305-16/+228
* Skeleton for incoming mail processorAlex Auvolat2022-06-303-13/+36
* update uid in mailbox list when opening mailboxAlex Auvolat2022-06-301-3/+13
* Implement create_mailboxAlex Auvolat2022-06-302-41/+97
* Refactor user to be shared using ArcAlex Auvolat2022-06-301-38/+73
* Elementary data structure for mailbox listAlex Auvolat2022-06-302-30/+130
* reformat mailbox.rs and add securityAlex Auvolat2022-06-301-8/+22
* Implement move and copy mailAlex Auvolat2022-06-302-7/+90
* Add prototypes for mailbox functionsAlex Auvolat2022-06-301-13/+48
* Rename to AerogrammeAlex Auvolat2022-06-301-1/+1
* 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-292-24/+176
* Implement IDLE in selected stateAlex Auvolat2022-06-291-0/+5
* Cleanup and remove useless importsAlex Auvolat2022-06-293-17/+3
* Add call to testing procedureAlex Auvolat2022-06-291-0/+5
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-295-71/+68
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-293-56/+83
* work on prototypesAlex Auvolat2022-06-293-20/+44
* RefactoringAlex Auvolat2022-06-293-149/+198
* Clean up unused importsAlex Auvolat2022-06-292-4/+4
* Refactor to allow mutabilityAlex Auvolat2022-06-291-1/+2
* cargo fmt + implement noopQuentin Dufour2022-06-282-6/+43
* Refactor files in a "mail" crateQuentin Dufour2022-06-273-0/+570