aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return UID validityQuentin Dufour2022-06-231-3/+22
* cargo fmtQuentin Dufour2022-06-223-73/+130
* Refactor selectedQuentin Dufour2022-06-223-28/+26
* Authenticated state worksQuentin Dufour2022-06-221-23/+22
* It compiles again!Quentin Dufour2022-06-223-23/+29
* WIP refactorQuentin Dufour2022-06-204-77/+130
* WIP Refactor, code is brokenQuentin Dufour2022-06-173-0/+161