aboutsummaryrefslogtreecommitdiff
path: root/src/imap/mailbox_view.rs
Commit message (Expand)AuthorAgeFilesLines
* fixed aerogramme testsQuentin Dufour2024-01-021-22/+28
* compile with imap-flowQuentin Dufour2024-01-021-8/+20
* commands now use imap-flowQuentin Dufour2024-01-021-192/+243
* WIP rewriteQuentin Dufour2024-01-011-10/+10
* fix "fetch x rfc822"Quentin Dufour2023-12-291-1/+1
* basic body ext testing + formatQuentin Dufour2023-10-121-137/+349
* finally code that buildbodyextQuentin Dufour2023-10-101-121/+109
* WIP refactor, support LSPQuentin Dufour2023-10-091-216/+250
* WIPQuentin Dufour2023-09-281-26/+123
* add back header fieldsQuentin Dufour2023-09-211-9/+15
* partial re-implementation of body extQuentin Dufour2023-08-161-100/+108
* finalize eml-codec integrationQuentin Dufour2023-07-251-61/+65
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-251-227/+128
* clippy lint fixQuentin Dufour2023-05-151-35/+24
* use the raw_message() callbump_mail_parserQuentin Dufour2023-03-091-11/+10
* debugQuentin Dufour2023-02-071-3/+4
* 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
* 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