aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command/examined.rs
Commit message (Expand)AuthorAgeFilesLines
* Delete EXAMINE that has been merged in SELECTEDQuentin Dufour2024-01-171-164/+0
* Finalize implementation of CONDSTOREQuentin Dufour2024-01-111-4/+11
* Enable CONDSTORE on STORE/FETCH modifierQuentin Dufour2024-01-111-5/+10
* Fetch and store modifiers are parsedQuentin Dufour2024-01-111-2/+4
* Enable CONDSTORE if SEARCH MODSEQ is queriedQuentin Dufour2024-01-111-1/+4
* Fecth MODSEQ now enables the CONDSTORE capabilityQuentin Dufour2024-01-101-8/+13
* prepare condstoreQuentin Dufour2024-01-091-1/+1
* Search can now filter on index dataQuentin Dufour2024-01-061-5/+7
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-051-1/+1
* ENABLE is now supportedQuentin Dufour2024-01-031-1/+3
* implement moveQuentin Dufour2024-01-031-5/+4
* rework capabilityQuentin Dufour2024-01-031-1/+7
* unselect implemented rfc3691Quentin Dufour2024-01-031-4/+7
* migration to imap-flow seems done!refactor/imap-flowQuentin Dufour2024-01-021-3/+9
* compile with imap-flowQuentin Dufour2024-01-021-8/+8
* commands now use imap-flowQuentin Dufour2024-01-021-20/+20
* ported commandsQuentin Dufour2024-01-011-68/+64
* WIP rewriteQuentin Dufour2024-01-011-8/+8
* clippy lint fixQuentin Dufour2023-05-151-1/+1
* Implement opportunistic sync based on watch value, and use itAlex Auvolat2022-07-131-1/+3
* CleanupAlex Auvolat2022-07-121-7/+4
* Implement APPENDAlex Auvolat2022-07-121-1/+42
* cleanupAlex Auvolat2022-07-121-3/+3
* Refactor user to be shared using ArcAlex Auvolat2022-06-301-1/+3
* Implement RFC822.TEXTQuentin Dufour2022-06-301-3/+1
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-301-0/+88