aboutsummaryrefslogtreecommitdiff
path: root/src/imap
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix list wildcardsAlex Auvolat2022-07-133-7/+85
|
* Correctly implement UID FETCH and UID STOREAlex Auvolat2022-07-131-21/+46
|
* Implement opportunistic sync based on watch value, and use itAlex Auvolat2022-07-132-11/+11
|
* Small changes to .update()Alex Auvolat2022-07-132-34/+34
|
* small fixesAlex Auvolat2022-07-132-3/+8
|
* LMTP refactoring, implement EXPUNGEAlex Auvolat2022-07-131-2/+14
|
* "set flags" as a bayou opAlex Auvolat2022-07-132-24/+11
|
* implement STOREAlex Auvolat2022-07-122-29/+119
|
* CleanupAlex Auvolat2022-07-121-7/+4
|
* Implement APPENDAlex Auvolat2022-07-123-4/+104
|
* Fix SubscribedAlex Auvolat2022-07-121-4/+3
|
* Implement STATUSAlex Auvolat2022-07-122-41/+110
|
* Clean upAlex Auvolat2022-07-122-11/+0
|
* cleanupAlex Auvolat2022-07-124-24/+23
|
* Implement LISTAlex Auvolat2022-07-121-18/+113
|
* Push what compilesQuentin Dufour2022-07-081-8/+11
|
* Add a workaround for mail-parser bugQuentin Dufour2022-07-081-21/+35
|
* Count lines the same way as Dovecot+CyrusQuentin Dufour2022-07-081-1/+4
|
* Use CRLF as line ending in test filesQuentin Dufour2022-07-081-1/+2
|
* Correctly count lines + bytesQuentin Dufour2022-07-071-6/+12
|
* Add Maddy FETCH BODY and BODYSTRUCTUREQuentin Dufour2022-07-071-2/+2
|
* Fix envelope + rfc822 message size+line numberQuentin Dufour2022-07-061-31/+125
|
* Add support for mime in mimeQuentin Dufour2022-07-051-15/+37
|
* Add support for MIME typesQuentin Dufour2022-07-051-20/+58
|
* Refactor BODY parsing to generalize itQuentin Dufour2022-07-051-67/+103
|
* First test based on Dovecot resultsQuentin Dufour2022-07-051-8/+19
|
* Implement Content-DescriptionQuentin Dufour2022-07-051-8/+16
|
* Populate attribute listQuentin Dufour2022-07-041-120/+101
|
* Fix uidindex tests + body structure for text msgQuentin Dufour2022-07-041-8/+205
|
* Implement IMAP fetch internaldateQuentin Dufour2022-06-301-1/+5
|
* Refactor user to be shared using ArcAlex Auvolat2022-06-305-8/+15
|
* Implement RFC822.TEXTQuentin Dufour2022-06-306-31/+62
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-307-27/+210
|
* Add possibility to fetch full RFC822Alex Auvolat2022-06-291-1/+5
|
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-292-8/+90
|
* cleanupAlex Auvolat2022-06-291-4/+4
|
* Implement beginning of a FETCH commandAlex Auvolat2022-06-292-7/+130
|
* Implement IDLE in selected stateAlex Auvolat2022-06-293-17/+101
|
* Cleanup and remove useless importsAlex Auvolat2022-06-295-13/+4
|
* Add call to testing procedureAlex Auvolat2022-06-291-0/+3
|
* Rename MailIdent to UniqueIdent and use those to identify mailboxesAlex Auvolat2022-06-291-2/+7
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-295-58/+173
|
* work on prototypesAlex Auvolat2022-06-294-5/+4
|
* RefactoringAlex Auvolat2022-06-294-17/+15
|
* Clean up unused importsAlex Auvolat2022-06-295-20/+20
|
* Refactor to allow mutabilityAlex Auvolat2022-06-296-109/+147
|
* 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-284-50/+27
|
* Switching to upstream boitalettresQuentin Dufour2022-06-285-100/+38
|