aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command/authenticated.rs
Commit message (Collapse)AuthorAgeFilesLines
* format codeQuentin Dufour2024-01-191-3/+1
|
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-191-2/+10
|
* reformat codeQuentin Dufour2024-01-181-1/+1
|
* WIP refactor idleQuentin Dufour2024-01-171-2/+2
|
* Fetch and store modifiers are parsedQuentin Dufour2024-01-111-11/+7
|
* Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-101-2/+3
|
* fix some logic error in the internalsQuentin Dufour2024-01-101-4/+4
|
* Optional Parameters with the SELECT/EXAMINE CommandsQuentin Dufour2024-01-091-2/+12
| | | | See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4
* prepare condstoreQuentin Dufour2024-01-091-3/+3
|
* Disable UNSEEN again as it was a volunteer decision to not implement itQuentin Dufour2024-01-091-0/+1
|
* format codeQuentin Dufour2024-01-031-9/+8
|
* ENABLE is now supportedQuentin Dufour2024-01-031-2/+23
|
* append ignore dates instead of failingQuentin Dufour2024-01-031-1/+4
|
* implement moveQuentin Dufour2024-01-031-4/+4
|
* rework capabilityQuentin Dufour2024-01-031-1/+5
|
* migration to imap-flow seems done!refactor/imap-flowQuentin Dufour2024-01-021-0/+1
|
* compile with imap-flowQuentin Dufour2024-01-021-14/+26
|
* commands now use imap-flowQuentin Dufour2024-01-021-70/+80
|
* ported commandsQuentin Dufour2024-01-011-25/+11
|
* fixed anonymous + authenticated imap logicQuentin Dufour2024-01-011-118/+243
|
* WIP rewriteQuentin Dufour2024-01-011-6/+6
|
* 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
|