aboutsummaryrefslogtreecommitdiff
path: root/src/imap
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* bodystructure final fixQuentin Dufour2024-01-081-1/+1
* Fetch BODYSTRUCTURE now returns a BODYSTRUCTUREQuentin Dufour2024-01-083-35/+66
* Status now returns UNSEENQuentin Dufour2024-01-082-4/+30
* Fix wording in expectationsQuentin Dufour2024-01-081-2/+2
* Make sure empty mailbox can be fetched/searchedQuentin Dufour2024-01-081-6/+5
* Formatting & testsQuentin Dufour2024-01-083-11/+36
* UID sequence are now correctly fetchedQuentin Dufour2024-01-084-83/+112
* Add the ENABLE capability, reduce wild loggingfeat/searchQuentin Dufour2024-01-081-0/+1
* Format codeQuentin Dufour2024-01-065-105/+175
* implemented text searchQuentin Dufour2024-01-062-6/+6
* Search MIME headersQuentin Dufour2024-01-064-29/+77
* Searching on storage date is now possibleQuentin Dufour2024-01-065-82/+163
* Search is made more clearQuentin Dufour2024-01-062-67/+136
* Search can now filter on index dataQuentin Dufour2024-01-065-59/+245
* Format code againQuentin Dufour2024-01-064-28/+72
* search is re-enabledQuentin Dufour2024-01-061-23/+34