aboutsummaryrefslogtreecommitdiff
path: root/src/mail
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|