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