aboutsummaryrefslogtreecommitdiff
path: root/src/imap/mailbox_view.rs
Commit message (Collapse)AuthorAgeFilesLines
* bump mail_parserQuentin Dufour2023-02-071-110/+60
|
* Implement COPYAlex Auvolat2022-07-211-15/+28
|
* Move to mail_parser 0.5Alex Auvolat2022-07-201-227/+187
|
* Remove broken testsAlex Auvolat2022-07-201-2/+6
|
* Move back to mainline mail-parserAlex Auvolat2022-07-201-59/+79
| | | | | - this removes the bug introduced in 0fe5fe071 - but adds some bugs where the body structure is not returned properly
* Implement Fetch BODY[HEADERS.FIELDS] and BODY[HEADER.FIELDS.NOT]Alex Auvolat2022-07-151-2/+35
|
* better name and cleanupAlex Auvolat2022-07-151-9/+9
|
* Some more FETCH things workAlex Auvolat2022-07-151-59/+179
|
* begin impl fetch body[xxxx]Alex Auvolat2022-07-131-8/+46
|
* Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEENAlex Auvolat2022-07-131-25/+11
|
* Correctly implement UID FETCH and UID STOREAlex Auvolat2022-07-131-21/+46
|
* Implement opportunistic sync based on watch value, and use itAlex Auvolat2022-07-131-10/+8
|
* Small changes to .update()Alex Auvolat2022-07-131-30/+33
|
* small fixesAlex Auvolat2022-07-131-2/+2
|
* LMTP refactoring, implement EXPUNGEAlex Auvolat2022-07-131-2/+14
|
* "set flags" as a bayou opAlex Auvolat2022-07-131-23/+5
|
* implement STOREAlex Auvolat2022-07-121-23/+105
|
* Implement APPENDAlex Auvolat2022-07-121-1/+1
|
* Implement STATUSAlex Auvolat2022-07-121-30/+46
|
* Clean upAlex Auvolat2022-07-121-5/+0
|
* cleanupAlex Auvolat2022-07-121-8/+7
|
* 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
|
* Implement RFC822.TEXTQuentin Dufour2022-06-301-9/+37
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-301-2/+8
|
* Add possibility to fetch full RFC822Alex Auvolat2022-06-291-1/+5
|
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-291-2/+83
|
* cleanupAlex Auvolat2022-06-291-4/+4
|
* Implement beginning of a FETCH commandAlex Auvolat2022-06-291-2/+120
|
* Implement IDLE in selected stateAlex Auvolat2022-06-291-13/+91
|
* Cleanup and remove useless importsAlex Auvolat2022-06-291-3/+1
|
* 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-291-0/+154