Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Implement COPY | Alex Auvolat | 2022-07-21 | 1 | -15/+28 |
* | 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 |
* | 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 | 1 | -25/+11 |
* | 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 | 1 | -10/+8 |
* | Small changes to .update() | Alex Auvolat | 2022-07-13 | 1 | -30/+33 |
* | small fixes | Alex Auvolat | 2022-07-13 | 1 | -2/+2 |
* | LMTP refactoring, implement EXPUNGE | Alex Auvolat | 2022-07-13 | 1 | -2/+14 |
* | "set flags" as a bayou op | Alex Auvolat | 2022-07-13 | 1 | -23/+5 |
* | implement STORE | Alex Auvolat | 2022-07-12 | 1 | -23/+105 |
* | Implement APPEND | Alex Auvolat | 2022-07-12 | 1 | -1/+1 |
* | Implement STATUS | Alex Auvolat | 2022-07-12 | 1 | -30/+46 |
* | Clean up | Alex Auvolat | 2022-07-12 | 1 | -5/+0 |
* | cleanup | Alex Auvolat | 2022-07-12 | 1 | -8/+7 |
* | 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 |
* | Populate attribute list | Quentin Dufour | 2022-07-04 | 1 | -120/+101 |
* | Fix uidindex tests + body structure for text msg | Quentin Dufour | 2022-07-04 | 1 | -8/+205 |
* | Implement IMAP fetch internaldate | Quentin Dufour | 2022-06-30 | 1 | -1/+5 |
* | Implement RFC822.TEXT | Quentin Dufour | 2022-06-30 | 1 | -9/+37 |
* | Split out Examined state and add prototypes for IMAP command handlers | Alex Auvolat | 2022-06-30 | 1 | -2/+8 |
* | Add possibility to fetch full RFC822 | Alex Auvolat | 2022-06-29 | 1 | -1/+5 |
* | Fetch ENVELOPE works \o/ | Alex Auvolat | 2022-06-29 | 1 | -2/+83 |
* | cleanup | Alex Auvolat | 2022-06-29 | 1 | -4/+4 |
* | Implement beginning of a FETCH command | Alex Auvolat | 2022-06-29 | 1 | -2/+120 |
* | Implement IDLE in selected state | Alex Auvolat | 2022-06-29 | 1 | -13/+91 |
* | Cleanup and remove useless imports | Alex Auvolat | 2022-06-29 | 1 | -3/+1 |
* | Add call to testing procedure | Alex Auvolat | 2022-06-29 | 1 | -0/+3 |
* | Rename MailIdent to UniqueIdent and use those to identify mailboxes | Alex Auvolat | 2022-06-29 | 1 | -2/+7 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 1 | -0/+154 |