aboutsummaryrefslogtreecommitdiff
path: root/src/mail
Commit message (Expand)AuthorAgeFilesLines
* search is re-enabledQuentin Dufour2024-01-061-4/+4
* Mailbox View made more readableQuentin Dufour2024-01-061-2/+5
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-053-26/+100
* added some utility structuresQuentin Dufour2024-01-054-3/+130
* MOVE command is optimizedQuentin Dufour2024-01-054-3/+13
* append ignore dates instead of failingQuentin Dufour2024-01-031-8/+8
* cargo formatQuentin Dufour2023-12-273-31/+60
* implemente garage storageQuentin Dufour2023-12-272-2/+2
* s3 is now implementedQuentin Dufour2023-12-222-2/+2
* initialize aws sdk with our infoQuentin Dufour2023-12-213-6/+6
* implemented an in memory storageQuentin Dufour2023-12-192-2/+7
* Storage trait new implementationQuentin Dufour2023-12-183-119/+111
* various fixesQuentin Dufour2023-11-232-5/+5
* extract setup logicQuentin Dufour2023-11-231-2/+2
* fix orphan storage compatibilityQuentin Dufour2023-11-172-4/+4
* incoming has been fully portedQuentin Dufour2023-11-171-42/+32
* introduce an "orphan" enumQuentin Dufour2023-11-171-8/+33
* not very clear how we pass data across channelQuentin Dufour2023-11-161-1/+1
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-154-7/+5
* converted incoming mailQuentin Dufour2023-11-021-83/+23
* add rust analyzer to the shellQuentin Dufour2023-11-022-13/+7
* WIP rewrite mail/incomingQuentin Dufour2023-11-022-57/+30
* make all our objects send+syncQuentin Dufour2023-11-022-19/+21
* implement equality+cmp for builders based on urlQuentin Dufour2023-11-021-1/+2
* gradually implement our interfaceQuentin Dufour2023-11-021-4/+5
* try dynamic dispatchQuentin Dufour2023-11-021-3/+2
* we are doomed with static typesQuentin Dufour2023-11-022-4/+3
* 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-123-15/+20
* finalize eml-codec integrationQuentin Dufour2023-07-251-4/+2
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-252-6/+6
* clippy lint fixQuentin Dufour2023-05-155-59/+79
* bump mail_parserQuentin Dufour2023-02-071-2/+2
* 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