aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add some test emails from mail-parserQuentin Dufour2022-07-0596-0/+5388
|
* Populate attribute listQuentin Dufour2022-07-041-120/+101
|
* update k2v-clientAlex Auvolat2022-07-041-1/+1
|
* 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-042-16/+213
|
* 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-306-54/+229
|
* 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
|
* Implement IMAP fetch internaldateQuentin Dufour2022-06-303-11/+39
|
* Refactor user to be shared using ArcAlex Auvolat2022-06-306-46/+88
|
* Elementary data structure for mailbox listAlex Auvolat2022-06-302-30/+130
|
* Implement RFC822.TEXTQuentin Dufour2022-06-306-31/+62
|
* reformat mailbox.rs and add securityAlex Auvolat2022-06-301-8/+22
|
* Implement move and copy mailAlex Auvolat2022-06-302-7/+90
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-307-27/+210
|
* Add prototypes for mailbox functionsAlex Auvolat2022-06-301-13/+48
|
* Rename to AerogrammeAlex Auvolat2022-06-302-2/+2
|
* Rename mailrage to aerogramme in missing placesAlex Auvolat2022-06-305-48/+48
|
* Add possibility to fetch full RFC822Alex Auvolat2022-06-292-2/+7
|
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-294-13/+110
|
* cleanupAlex Auvolat2022-06-292-6/+6
|
* Implement beginning of a FETCH commandAlex Auvolat2022-06-294-31/+306
|
* Implement IDLE in selected stateAlex Auvolat2022-06-294-17/+106
|
* Cleanup and remove useless importsAlex Auvolat2022-06-298-30/+7
|
* Add call to testing procedureAlex Auvolat2022-06-292-0/+8
|
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-297-74/+76
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-2915-128/+303
|
* work on prototypesAlex Auvolat2022-06-298-27/+50
|
* RefactoringAlex Auvolat2022-06-297-166/+213
|
* Clean up unused importsAlex Auvolat2022-06-2910-33/+33
|
* Refactor to allow mutabilityAlex Auvolat2022-06-299-121/+159
|
* Try my best to close the connectionquentinQuentin Dufour2022-06-281-1/+5
|
* Implement logoutQuentin Dufour2022-06-283-5/+22
|
* cargo fmt + implement noopQuentin Dufour2022-06-286-56/+70
|
* Switching to upstream boitalettresQuentin Dufour2022-06-287-102/+40
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-278-10/+11
|
* Add support for flagsQuentin Dufour2022-06-273-3/+41
|
* Implement Recent in SelectQuentin Dufour2022-06-243-33/+62
|
* Return UID validityQuentin Dufour2022-06-233-12/+35
|
* cargo fmtQuentin Dufour2022-06-227-113/+174
|
* Refactor selectedQuentin Dufour2022-06-224-29/+27
|
* Authenticated state worksQuentin Dufour2022-06-222-25/+24
|
* It compiles again!Quentin Dufour2022-06-227-76/+95
|