aboutsummaryrefslogtreecommitdiff
path: root/src/imap
Commit message (Collapse)AuthorAgeFilesLines
* WIP refactorQuentin Dufour2024-03-0819-4826/+0
|
* RefactorQuentin Dufour2024-02-275-5/+6
|
* formattingQuentin Dufour2024-02-226-17/+25
|
* Update imap-flow, clean IDLEQuentin Dufour2024-02-2211-116/+171
|
* fix testQuentin Dufour2024-02-221-1/+1
|
* Compile streamsQuentin Dufour2024-02-222-80/+66
|
* Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+Quentin Dufour2024-02-202-11/+12
|
* Unsollicited responses on APPENDQuentin Dufour2024-02-201-6/+12
|
* Set pipelinable commands to 64Quentin Dufour2024-02-151-1/+3
|
* fix idle loop errorQuentin Dufour2024-02-081-1/+2
|
* add way more loggingQuentin Dufour2024-02-081-1/+16
|
* format + fix storage bugQuentin Dufour2024-01-311-4/+10
|
* Add TLS supportQuentin Dufour2024-01-231-3/+37
|
* Test LIST-STATUSQuentin Dufour2024-01-201-0/+5
|
* Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-statusQuentin Dufour2024-01-201-32/+86
|
* test UIDPLUSQuentin Dufour2024-01-201-0/+5
|
* fix warningsuidplusQuentin Dufour2024-01-191-4/+4
|
* format codeQuentin Dufour2024-01-193-9/+19
|
* filter expungeQuentin Dufour2024-01-192-10/+23
|
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-191-2/+10
|
* Testing idlefeat/idleQuentin Dufour2024-01-191-0/+1
|
* reformat codeQuentin Dufour2024-01-1810-137/+196
|
* fix a transition bugQuentin Dufour2024-01-181-4/+35
|
* idling works!!!Quentin Dufour2024-01-184-19/+38
|
* idle syncQuentin Dufour2024-01-176-18/+69
|
* WIP idleQuentin Dufour2024-01-176-20/+59
|
* Delete EXAMINE that has been merged in SELECTEDQuentin Dufour2024-01-173-166/+1
|
* WIP refactor idleQuentin Dufour2024-01-177-112/+247
|
* fix a condstore bugQuentin Dufour2024-01-121-8/+16
|
* Fix unit testsQuentin Dufour2024-01-121-2/+4
|
* Finalize implementation of CONDSTOREQuentin Dufour2024-01-115-30/+147
|
* Enable CONDSTORE on STORE/FETCH modifierQuentin Dufour2024-01-114-18/+49
|
* Fetch and store modifiers are parsedQuentin Dufour2024-01-114-22/+23
|
* MODSEQ is now returned on non empty search resultsQuentin Dufour2024-01-111-3/+10
|
* Enable CONDSTORE if SEARCH MODSEQ is queriedQuentin Dufour2024-01-114-4/+24
|
* MODSEQ search key first implementationQuentin Dufour2024-01-111-4/+14
|
* Fecth MODSEQ now enables the CONDSTORE capabilityQuentin Dufour2024-01-104-18/+34
|
* Fetch now support MODSEQ data itemQuentin Dufour2024-01-102-5/+10
|
* Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-103-5/+16
|
* update imap-codecQuentin Dufour2024-01-102-9/+10
|
* Return highestmodseq in select+examineQuentin Dufour2024-01-101-1/+1
|
* fix some logic error in the internalsQuentin Dufour2024-01-103-8/+8
|
* [broken compilation] update mail internalQuentin Dufour2024-01-101-3/+6
|
* Optional Parameters with the SELECT/EXAMINE CommandsQuentin Dufour2024-01-092-3/+29
| | | | See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4
* prepare condstoreQuentin Dufour2024-01-095-35/+58
|
* Disable UNSEEN again as it was a volunteer decision to not implement itQuentin Dufour2024-01-093-3/+6
|
* Reject \n alone, require \r\nQuentin Dufour2024-01-081-2/+7
|
* remove wild logfeat/condstoreQuentin Dufour2024-01-081-1/+0
|
* Better choose wether or not a body is requiredQuentin Dufour2024-01-082-12/+21
|
* Futures must be orderedQuentin Dufour2024-01-084-8/+14
|