aboutsummaryrefslogtreecommitdiff
path: root/src/imap/mailbox_view.rs
Commit message (Collapse)AuthorAgeFilesLines
* formattingQuentin Dufour2024-02-221-4/+6
|
* Update imap-flow, clean IDLEQuentin Dufour2024-02-221-3/+3
|
* fix testQuentin Dufour2024-02-221-1/+1
|
* Compile streamsQuentin Dufour2024-02-221-61/+64
|
* format codeQuentin Dufour2024-01-191-5/+14
|
* filter expungeQuentin Dufour2024-01-191-6/+16
|
* reformat codeQuentin Dufour2024-01-181-31/+45
|
* idling works!!!Quentin Dufour2024-01-181-0/+6
|
* Fix unit testsQuentin Dufour2024-01-121-2/+4
|
* Finalize implementation of CONDSTOREQuentin Dufour2024-01-111-18/+73
|
* Enable CONDSTORE on STORE/FETCH modifierQuentin Dufour2024-01-111-5/+5
|
* MODSEQ is now returned on non empty search resultsQuentin Dufour2024-01-111-3/+10
|
* Enable CONDSTORE if SEARCH MODSEQ is queriedQuentin Dufour2024-01-111-2/+5
|
* Fecth MODSEQ now enables the CONDSTORE capabilityQuentin Dufour2024-01-101-2/+2
|
* Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-101-2/+6
|
* Return highestmodseq in select+examineQuentin Dufour2024-01-101-1/+1
|
* fix some logic error in the internalsQuentin Dufour2024-01-101-3/+3
|
* prepare condstoreQuentin Dufour2024-01-091-27/+44
|
* Disable UNSEEN again as it was a volunteer decision to not implement itQuentin Dufour2024-01-091-2/+4
|
* Futures must be orderedQuentin Dufour2024-01-081-2/+3
|
* Fetch BODYSTRUCTURE now returns a BODYSTRUCTUREQuentin Dufour2024-01-081-9/+15
|
* Status now returns UNSEENQuentin Dufour2024-01-081-1/+18
|
* Formatting & testsQuentin Dufour2024-01-081-1/+1
|
* UID sequence are now correctly fetchedQuentin Dufour2024-01-081-7/+16
|
* Format codeQuentin Dufour2024-01-061-4/+1
|
* Searching on storage date is now possibleQuentin Dufour2024-01-061-1/+1
|
* Search is made more clearQuentin Dufour2024-01-061-5/+6
|
* Search can now filter on index dataQuentin Dufour2024-01-061-3/+9
|
* Format code againQuentin Dufour2024-01-061-12/+20
|
* search is re-enabledQuentin Dufour2024-01-061-23/+34
|
* Tests are fixedQuentin Dufour2024-01-061-11/+15
|
* Mailbox View made more readableQuentin Dufour2024-01-061-100/+19
|
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-051-110/+70
|
* MOVE command is optimizedQuentin Dufour2024-01-051-6/+3
|
* Select what to fecth for searchQuentin Dufour2024-01-051-1/+8
|
* search first ultra minimal implementationQuentin Dufour2024-01-051-0/+26
|
* reformat cargoQuentin Dufour2024-01-051-14/+7
|
* bcp commitQuentin Dufour2024-01-041-825/+29
|
* Thunderbird is now able to correctly list msg infoQuentin Dufour2024-01-031-2/+6
|
* implement moveQuentin Dufour2024-01-031-0/+31
|
* 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
| | | | 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
|