Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic body ext testing + format | Quentin Dufour | 2023-10-12 | 1 | -137/+349 |
| | |||||
* | finally code that buildbodyext | Quentin Dufour | 2023-10-10 | 1 | -121/+109 |
| | |||||
* | WIP refactor, support LSP | Quentin Dufour | 2023-10-09 | 1 | -216/+250 |
| | |||||
* | WIP | Quentin Dufour | 2023-09-28 | 1 | -26/+123 |
| | |||||
* | add back header fields | Quentin Dufour | 2023-09-21 | 1 | -9/+15 |
| | |||||
* | partial re-implementation of body ext | Quentin Dufour | 2023-08-16 | 1 | -100/+108 |
| | | | | header fields is still missing | ||||
* | finalize eml-codec integration | Quentin Dufour | 2023-07-25 | 1 | -61/+65 |
| | |||||
* | replacing mail_parser by eml_codec, first iteration | Quentin Dufour | 2023-07-25 | 1 | -227/+128 |
| | |||||
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 5 | -43/+30 |
| | |||||
* | use the raw_message() callbump_mail_parser | Quentin Dufour | 2023-03-09 | 1 | -11/+10 |
| | |||||
* | debug | Quentin Dufour | 2023-02-07 | 1 | -3/+4 |
| | |||||
* | bump mail_parser | Quentin Dufour | 2023-02-07 | 1 | -110/+60 |
| | |||||
* | Fix open_mailbox | Alex Auvolat | 2022-07-21 | 1 | -2/+8 |
| | |||||
* | Implement COPY | Alex Auvolat | 2022-07-21 | 2 | -22/+65 |
| | |||||
* | Move to mail_parser 0.5 | Alex Auvolat | 2022-07-20 | 1 | -227/+187 |
| | |||||
* | Remove broken tests | Alex Auvolat | 2022-07-20 | 1 | -2/+6 |
| | |||||
* | Move back to mainline mail-parser | Alex Auvolat | 2022-07-20 | 1 | -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 Auvolat | 2022-07-15 | 1 | -2/+35 |
| | |||||
* | better name and cleanup | Alex Auvolat | 2022-07-15 | 1 | -9/+9 |
| | |||||
* | Some more FETCH things work | Alex Auvolat | 2022-07-15 | 1 | -59/+179 |
| | |||||
* | begin impl fetch body[xxxx] | Alex Auvolat | 2022-07-13 | 1 | -8/+46 |
| | |||||
* | Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEEN | Alex Auvolat | 2022-07-13 | 2 | -28/+17 |
| | |||||
* | reformat | Alex Auvolat | 2022-07-13 | 1 | -2/+3 |
| | |||||
* | Fix list wildcards | Alex Auvolat | 2022-07-13 | 3 | -7/+85 |
| | |||||
* | Correctly implement UID FETCH and UID STORE | Alex Auvolat | 2022-07-13 | 1 | -21/+46 |
| | |||||
* | Implement opportunistic sync based on watch value, and use it | Alex Auvolat | 2022-07-13 | 2 | -11/+11 |
| | |||||
* | Small changes to .update() | Alex Auvolat | 2022-07-13 | 2 | -34/+34 |
| | |||||
* | small fixes | Alex Auvolat | 2022-07-13 | 2 | -3/+8 |
| | |||||
* | LMTP refactoring, implement EXPUNGE | Alex Auvolat | 2022-07-13 | 1 | -2/+14 |
| | |||||
* | "set flags" as a bayou op | Alex Auvolat | 2022-07-13 | 2 | -24/+11 |
| | |||||
* | implement STORE | Alex Auvolat | 2022-07-12 | 2 | -29/+119 |
| | |||||
* | Cleanup | Alex Auvolat | 2022-07-12 | 1 | -7/+4 |
| | |||||
* | Implement APPEND | Alex Auvolat | 2022-07-12 | 3 | -4/+104 |
| | |||||
* | Fix Subscribed | Alex Auvolat | 2022-07-12 | 1 | -4/+3 |
| | |||||
* | Implement STATUS | Alex Auvolat | 2022-07-12 | 2 | -41/+110 |
| | |||||
* | Clean up | Alex Auvolat | 2022-07-12 | 2 | -11/+0 |
| | |||||
* | cleanup | Alex Auvolat | 2022-07-12 | 4 | -24/+23 |
| | |||||
* | Implement LIST | Alex Auvolat | 2022-07-12 | 1 | -18/+113 |
| | |||||
* | Push what compiles | Quentin Dufour | 2022-07-08 | 1 | -8/+11 |
| | |||||
* | Add a workaround for mail-parser bug | Quentin Dufour | 2022-07-08 | 1 | -21/+35 |
| | |||||
* | Count lines the same way as Dovecot+Cyrus | Quentin Dufour | 2022-07-08 | 1 | -1/+4 |
| | |||||
* | Use CRLF as line ending in test files | Quentin Dufour | 2022-07-08 | 1 | -1/+2 |
| | |||||
* | Correctly count lines + bytes | Quentin Dufour | 2022-07-07 | 1 | -6/+12 |
| | |||||
* | Add Maddy FETCH BODY and BODYSTRUCTURE | Quentin Dufour | 2022-07-07 | 1 | -2/+2 |
| | |||||
* | Fix envelope + rfc822 message size+line number | Quentin Dufour | 2022-07-06 | 1 | -31/+125 |
| | |||||
* | Add support for mime in mime | Quentin Dufour | 2022-07-05 | 1 | -15/+37 |
| | |||||
* | Add support for MIME types | Quentin Dufour | 2022-07-05 | 1 | -20/+58 |
| | |||||
* | Refactor BODY parsing to generalize it | Quentin Dufour | 2022-07-05 | 1 | -67/+103 |
| | |||||
* | First test based on Dovecot results | Quentin Dufour | 2022-07-05 | 1 | -8/+19 |
| | |||||
* | Implement Content-Description | Quentin Dufour | 2022-07-05 | 1 | -8/+16 |
| |