aboutsummaryrefslogtreecommitdiff
path: root/src/mail/incoming.rs
Commit message (Collapse)AuthorAgeFilesLines
* append ignore dates instead of failingQuentin Dufour2024-01-031-8/+8
|
* cargo formatQuentin Dufour2023-12-271-9/+12
|
* 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-3/+3
|
* implemented an in memory storageQuentin Dufour2023-12-191-1/+1
|
* Storage trait new implementationQuentin Dufour2023-12-181-50/+53
|
* various fixesQuentin Dufour2023-11-231-2/+2
|
* fix orphan storage compatibilityQuentin Dufour2023-11-171-3/+3
|
* incoming has been fully portedQuentin Dufour2023-11-171-42/+32
|
* not very clear how we pass data across channelQuentin Dufour2023-11-161-1/+1
|
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-151-2/+1
|
* add rust analyzer to the shellQuentin Dufour2023-11-021-1/+1
|
* WIP rewrite mail/incomingQuentin Dufour2023-11-021-53/+28
|
* make all our objects send+syncQuentin Dufour2023-11-021-3/+3
|
* try dynamic dispatchQuentin Dufour2023-11-021-3/+2
|
* we are doomed with static typesQuentin Dufour2023-11-021-2/+3
|
* basic body ext testing + formatQuentin Dufour2023-10-121-4/+4
|
* clippy lint fixQuentin Dufour2023-05-151-18/+26
|
* Fix open_mailboxAlex Auvolat2022-07-211-1/+1
|
* better name and cleanupAlex Auvolat2022-07-151-1/+1
|
* Some more FETCH things workAlex Auvolat2022-07-151-1/+1
|
* Begin add watch mechanism to BayouAlex Auvolat2022-07-131-27/+2
|
* Clean upAlex Auvolat2022-07-121-1/+0
|
* cleanupAlex Auvolat2022-07-121-4/+3
|
* Handling of incoming messages from LMTP seems to work!Alex Auvolat2022-07-041-5/+23
|
* Code to add mail to inboxAlex Auvolat2022-07-011-7/+89
|
* 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-301-6/+213
|
* Skeleton for incoming mail processorAlex Auvolat2022-06-301-0/+16