aboutsummaryrefslogtreecommitdiff
path: root/src/imap
Commit message (Collapse)AuthorAgeFilesLines
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-054-117/+93
|
* MOVE command is optimizedQuentin Dufour2024-01-051-6/+3
|
* Select what to fecth for searchQuentin Dufour2024-01-052-5/+34
|
* search first ultra minimal implementationQuentin Dufour2024-01-054-5/+141
|
* reformat cargoQuentin Dufour2024-01-057-107/+110
|
* clean imf viewQuentin Dufour2024-01-051-33/+2
|
* mime view should be completeQuentin Dufour2024-01-051-1/+65
|
* message structure msgQuentin Dufour2024-01-051-16/+140
|
* bodyextQuentin Dufour2024-01-051-0/+331
|
* bcp commitQuentin Dufour2024-01-048-1117/+580
|
* WIP refactor of the different viewsQuentin Dufour2024-01-041-0/+292
|
* advertise literal supportQuentin Dufour2024-01-031-0/+1
|
* format codeQuentin Dufour2024-01-032-11/+15
|
* ENABLE is now supportedQuentin Dufour2024-01-035-56/+72
|
* Thunderbird is now able to correctly list msg infoQuentin Dufour2024-01-031-2/+6
|
* append ignore dates instead of failingQuentin Dufour2024-01-033-3/+80
|
* implement moveQuentin Dufour2024-01-038-27/+123
|
* rework capabilityQuentin Dufour2024-01-038-18/+81
|
* unselect implemented rfc3691Quentin Dufour2024-01-033-6/+25
|
* migration to imap-flow seems done!refactor/imap-flowQuentin Dufour2024-01-023-6/+19
|
* fixed aerogramme testsQuentin Dufour2024-01-021-22/+28
|
* compile with imap-flowQuentin Dufour2024-01-0210-307/+310
|
* commands now use imap-flowQuentin Dufour2024-01-027-386/+463
|
* ported commandsQuentin Dufour2024-01-016-149/+268
|
* fixed anonymous + authenticated imap logicQuentin Dufour2024-01-014-157/+389
|
* WIP rewriteQuentin Dufour2024-01-017-56/+58
|
* covering imap commandsQuentin Dufour2023-12-291-1/+4
|
* fix "fetch x rfc822"Quentin Dufour2023-12-291-1/+1
| | | | close #33
* 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
| | | | header fields is still missing
* 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-155-43/+30
|
* 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
|
* Fix open_mailboxAlex Auvolat2022-07-211-2/+8
|
* Implement COPYAlex Auvolat2022-07-212-22/+65
|
* 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-132-28/+17
|