aboutsummaryrefslogtreecommitdiff
path: root/src/mail/mailbox.rs
Commit message (Expand)AuthorAgeFilesLines
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-051-1/+1
* added some utility structuresQuentin Dufour2024-01-051-0/+4
* MOVE command is optimizedQuentin Dufour2024-01-051-3/+0
* cargo formatQuentin Dufour2023-12-271-21/+43
* implemente garage storageQuentin Dufour2023-12-271-1/+1
* s3 is now implementedQuentin Dufour2023-12-221-1/+1
* initialize aws sdk with our infoQuentin Dufour2023-12-211-2/+2
* implemented an in memory storageQuentin Dufour2023-12-191-1/+6
* Storage trait new implementationQuentin Dufour2023-12-181-25/+34
* various fixesQuentin Dufour2023-11-231-3/+3
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-151-2/+2
* converted incoming mailQuentin Dufour2023-11-021-83/+23
* add rust analyzer to the shellQuentin Dufour2023-11-021-12/+6
* WIP rewrite mail/incomingQuentin Dufour2023-11-021-4/+2
* gradually implement our interfaceQuentin Dufour2023-11-021-4/+5
* basic body ext testing + formatQuentin Dufour2023-10-121-3/+3
* finalize eml-codec integrationQuentin Dufour2023-07-251-4/+2
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-251-4/+4
* 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