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