aboutsummaryrefslogtreecommitdiff
path: root/src/mail
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Elementary data structure for mailbox listAlex Auvolat2022-06-302-30/+130
|
* reformat mailbox.rs and add securityAlex Auvolat2022-06-301-8/+22
|
* Implement move and copy mailAlex Auvolat2022-06-302-7/+90
|
* Add prototypes for mailbox functionsAlex Auvolat2022-06-301-13/+48
|
* Rename to AerogrammeAlex Auvolat2022-06-301-1/+1
|
* 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-292-24/+176
|
* Implement IDLE in selected stateAlex Auvolat2022-06-291-0/+5
|
* Cleanup and remove useless importsAlex Auvolat2022-06-293-17/+3
|
* Add call to testing procedureAlex Auvolat2022-06-291-0/+5
|
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-295-71/+68
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-293-56/+83
|
* work on prototypesAlex Auvolat2022-06-293-20/+44
|
* RefactoringAlex Auvolat2022-06-293-149/+198
|
* Clean up unused importsAlex Auvolat2022-06-292-4/+4
|
* Refactor to allow mutabilityAlex Auvolat2022-06-291-1/+2
|
* cargo fmt + implement noopQuentin Dufour2022-06-282-6/+43
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-273-0/+570