aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command/selected.rs
Commit message (Collapse)AuthorAgeFilesLines
* reformat codeQuentin Dufour2024-01-181-35/+52
|
* idling works!!!Quentin Dufour2024-01-181-1/+1
|
* idle syncQuentin Dufour2024-01-171-1/+1
|
* WIP idleQuentin Dufour2024-01-171-1/+4
|
* WIP refactor idleQuentin Dufour2024-01-171-1/+51
|
* fix a condstore bugQuentin Dufour2024-01-121-8/+16
|
* Finalize implementation of CONDSTOREQuentin Dufour2024-01-111-6/+22
|
* Enable CONDSTORE on STORE/FETCH modifierQuentin Dufour2024-01-111-7/+13
|
* Fetch and store modifiers are parsedQuentin Dufour2024-01-111-4/+6
|
* Enable CONDSTORE if SEARCH MODSEQ is queriedQuentin Dufour2024-01-111-1/+4
|
* Fecth MODSEQ now enables the CONDSTORE capabilityQuentin Dufour2024-01-101-8/+13
|
* [broken compilation] update mail internalQuentin Dufour2024-01-101-3/+6
|
* prepare condstoreQuentin Dufour2024-01-091-1/+1
|
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-051-1/+1
|
* search first ultra minimal implementationQuentin Dufour2024-01-051-5/+7
|
* ENABLE is now supportedQuentin Dufour2024-01-031-1/+3
|
* implement moveQuentin Dufour2024-01-031-5/+63
|
* rework capabilityQuentin Dufour2024-01-031-1/+7
|
* unselect implemented rfc3691Quentin Dufour2024-01-031-0/+13
|
* migration to imap-flow seems done!refactor/imap-flowQuentin Dufour2024-01-021-3/+9
|
* compile with imap-flowQuentin Dufour2024-01-021-11/+13
|
* commands now use imap-flowQuentin Dufour2024-01-021-30/+30
|
* ported commandsQuentin Dufour2024-01-011-29/+114
|
* WIP rewriteQuentin Dufour2024-01-011-5/+5
|
* clippy lint fixQuentin Dufour2023-05-151-1/+1
|
* Fix open_mailboxAlex Auvolat2022-07-211-2/+8
|
* Implement COPYAlex Auvolat2022-07-211-7/+37
|
* "set flags" as a bayou opAlex Auvolat2022-07-131-1/+6
|
* implement STOREAlex Auvolat2022-07-121-6/+14
|
* cleanupAlex Auvolat2022-07-121-9/+9
|
* Refactor user to be shared using ArcAlex Auvolat2022-06-301-1/+3
|
* Implement RFC822.TEXTQuentin Dufour2022-06-301-13/+9
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-301-23/+47
|
* Fetch ENVELOPE works \o/Alex Auvolat2022-06-291-6/+7
|
* Implement beginning of a FETCH commandAlex Auvolat2022-06-291-5/+10
|
* Implement IDLE in selected stateAlex Auvolat2022-06-291-0/+9
|
* Cleanup and remove useless importsAlex Auvolat2022-06-291-1/+0
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-1/+2
|
* work on prototypesAlex Auvolat2022-06-291-1/+1
|
* RefactoringAlex Auvolat2022-06-291-2/+3
|
* Clean up unused importsAlex Auvolat2022-06-291-7/+7
|
* Refactor to allow mutabilityAlex Auvolat2022-06-291-21/+18
|
* cargo fmt + implement noopQuentin Dufour2022-06-281-4/+1
|
* Switching to upstream boitalettresQuentin Dufour2022-06-281-6/+2
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-271-1/+1
|
* cargo fmtQuentin Dufour2022-06-221-13/+25
|
* Refactor selectedQuentin Dufour2022-06-221-16/+14
|
* It compiles again!Quentin Dufour2022-06-221-1/+5
|
* WIP refactorQuentin Dufour2022-06-201-4/+39
|
* WIP Refactor, code is brokenQuentin Dufour2022-06-171-0/+10