aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command
Commit message (Collapse)AuthorAgeFilesLines
* formattingQuentin Dufour2024-02-222-8/+10
|
* Update imap-flow, clean IDLEQuentin Dufour2024-02-222-13/+5
|
* Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+Quentin Dufour2024-02-201-5/+6
|
* Unsollicited responses on APPENDQuentin Dufour2024-02-201-6/+12
|
* Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-statusQuentin Dufour2024-01-201-32/+86
|
* format codeQuentin Dufour2024-01-192-4/+5
|
* filter expungeQuentin Dufour2024-01-191-4/+7
|
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-191-2/+10
|
* reformat codeQuentin Dufour2024-01-182-36/+53
|
* idling works!!!Quentin Dufour2024-01-181-1/+1
|
* idle syncQuentin Dufour2024-01-171-1/+1
|
* WIP idleQuentin Dufour2024-01-171-1/+4
|
* Delete EXAMINE that has been merged in SELECTEDQuentin Dufour2024-01-172-165/+0
|
* WIP refactor idleQuentin Dufour2024-01-172-3/+53
|
* fix a condstore bugQuentin Dufour2024-01-121-8/+16
|
* Finalize implementation of CONDSTOREQuentin Dufour2024-01-112-10/+33
|
* Enable CONDSTORE on STORE/FETCH modifierQuentin Dufour2024-01-112-12/+23
|
* Fetch and store modifiers are parsedQuentin Dufour2024-01-113-17/+17
|
* Enable CONDSTORE if SEARCH MODSEQ is queriedQuentin Dufour2024-01-112-2/+8
|
* Fecth MODSEQ now enables the CONDSTORE capabilityQuentin Dufour2024-01-102-16/+26
|
* Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-101-2/+3
|
* fix some logic error in the internalsQuentin Dufour2024-01-101-4/+4
|
* [broken compilation] update mail internalQuentin Dufour2024-01-101-3/+6
|
* 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-093-5/+5
|
* Disable UNSEEN again as it was a volunteer decision to not implement itQuentin Dufour2024-01-091-0/+1
|
* 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
|