aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command/examined.rs
Commit message (Expand)AuthorAgeFilesLines
* 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