aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command/authenticated.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy lint fixQuentin Dufour2023-05-151-5/+3
|
* 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
|
* Small changes to .update()Alex Auvolat2022-07-131-4/+1
|
* small fixesAlex Auvolat2022-07-131-1/+6
|
* Implement APPENDAlex Auvolat2022-07-121-2/+61
|
* Fix SubscribedAlex Auvolat2022-07-121-4/+3
|
* Implement STATUSAlex Auvolat2022-07-121-11/+64
|
* cleanupAlex Auvolat2022-07-121-4/+4
|
* Implement LISTAlex Auvolat2022-07-121-18/+113
|
* Refactor user to be shared using ArcAlex Auvolat2022-06-301-1/+3
|
* Implement RFC822.TEXTQuentin Dufour2022-06-301-4/+13
|
* Split out Examined state and add prototypes for IMAP command handlersAlex Auvolat2022-06-301-1/+52
|
* Cleanup and remove useless importsAlex Auvolat2022-06-291-6/+3
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-55/+13
|
* work on prototypesAlex Auvolat2022-06-291-1/+1
|
* RefactoringAlex Auvolat2022-06-291-5/+6
|
* Clean up unused importsAlex Auvolat2022-06-291-7/+7
|
* Refactor to allow mutabilityAlex Auvolat2022-06-291-19/+20
|
* Implement logoutQuentin Dufour2022-06-281-1/+3
|
* cargo fmt + implement noopQuentin Dufour2022-06-281-35/+17
|
* Switching to upstream boitalettresQuentin Dufour2022-06-281-41/+18
|
* Refactor files in a "mail" crateQuentin Dufour2022-06-271-1/+1
|
* 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-221-42/+71
|
* Refactor selectedQuentin Dufour2022-06-221-9/+9
|
* Authenticated state worksQuentin Dufour2022-06-221-23/+22
|
* It compiles again!Quentin Dufour2022-06-221-9/+11
|
* WIP refactorQuentin Dufour2022-06-201-64/+74
|
* WIP Refactor, code is brokenQuentin Dufour2022-06-171-0/+91