aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command
Commit message (Collapse)AuthorAgeFilesLines
* Search can now filter on index dataQuentin Dufour2024-01-061-5/+7
|
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-052-2/+2
|
* search first ultra minimal implementationQuentin Dufour2024-01-051-5/+7
|
* format codeQuentin Dufour2024-01-031-9/+8
|
* ENABLE is now supportedQuentin Dufour2024-01-033-4/+29
|
* append ignore dates instead of failingQuentin Dufour2024-01-031-1/+4
|
* implement moveQuentin Dufour2024-01-035-20/+80
|
* rework capabilityQuentin Dufour2024-01-035-13/+31
|
* unselect implemented rfc3691Quentin Dufour2024-01-033-6/+25
|
* migration to imap-flow seems done!refactor/imap-flowQuentin Dufour2024-01-023-6/+19
|
* compile with imap-flowQuentin Dufour2024-01-025-53/+55
|
* commands now use imap-flowQuentin Dufour2024-01-025-142/+155
|
* ported commandsQuentin Dufour2024-01-016-149/+268
|
* fixed anonymous + authenticated imap logicQuentin Dufour2024-01-012-156/+290
|
* WIP rewriteQuentin Dufour2024-01-014-29/+28
|
* covering imap commandsQuentin Dufour2023-12-291-1/+4
|
* clippy lint fixQuentin Dufour2023-05-154-8/+6
|
* Fix open_mailboxAlex Auvolat2022-07-211-2/+8
|
* Implement COPYAlex Auvolat2022-07-211-7/+37
|
* Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEENAlex Auvolat2022-07-131-3/+6
|
* Fix list wildcardsAlex Auvolat2022-07-131-4/+70
|
* Implement opportunistic sync based on watch value, and use itAlex Auvolat2022-07-131-1/+3
|
* Small changes to .update()Alex Auvolat2022-07-131-4/+1
|
* small fixesAlex Auvolat2022-07-131-1/+6
|
* "set flags" as a bayou opAlex Auvolat2022-07-131-1/+6
|
* implement STOREAlex Auvolat2022-07-121-6/+14
|
* CleanupAlex Auvolat2022-07-121-7/+4
|
* Implement APPENDAlex Auvolat2022-07-122-3/+103
|
* Fix SubscribedAlex Auvolat2022-07-121-4/+3
|
* Implement STATUSAlex Auvolat2022-07-121-11/+64
|
* cleanupAlex Auvolat2022-07-123-16/+16
|
* Implement LISTAlex Auvolat2022-07-121-18/+113
|
* Refactor user to be shared using ArcAlex Auvolat2022-06-304-4/+10
|
* Implement RFC822.TEXTQuentin Dufour2022-06-304-21/+24
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-304-24/+188
|
* 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-292-4/+10
|
* Cleanup and remove useless importsAlex Auvolat2022-06-293-9/+3
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-292-56/+15
|
* work on prototypesAlex Auvolat2022-06-293-4/+4
|
* RefactoringAlex Auvolat2022-06-293-11/+13
|
* Clean up unused importsAlex Auvolat2022-06-293-16/+16
|
* Refactor to allow mutabilityAlex Auvolat2022-06-293-93/+112
|
* Implement logoutQuentin Dufour2022-06-282-4/+21
|
* cargo fmt + implement noopQuentin Dufour2022-06-283-41/+21
|
* Switching to upstream boitalettresQuentin Dufour2022-06-283-77/+29
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-272-2/+2
|
* Add support for flagsQuentin Dufour2022-06-271-3/+33
|
* Implement Recent in SelectQuentin Dufour2022-06-241-29/+41
|