aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix warningsuidplusQuentin Dufour2024-01-191-4/+4
|
* format codeQuentin Dufour2024-01-194-11/+23
|
* filter expungeQuentin Dufour2024-01-192-10/+23
|
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-192-4/+34
|
* Testing idlefeat/idleQuentin Dufour2024-01-191-0/+1
|
* reformat codeQuentin Dufour2024-01-1812-152/+221
|
* fix a transition bugQuentin Dufour2024-01-181-4/+35
|
* idling works!!!Quentin Dufour2024-01-186-62/+72
|
* idle syncQuentin Dufour2024-01-178-23/+110
|
* 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-122-3/+6
|
* 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-106-24/+31
|
* 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-104-23/+34
|
* [broken compilation] update mail internalQuentin Dufour2024-01-103-40/+115
|
* 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-083-25/+30
|
* Futures must be orderedQuentin Dufour2024-01-086-58/+34
|
* bodystructure final fixQuentin Dufour2024-01-082-2/+2
|
* 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
| | | | | Required by a client (either GMail for Android, Outlook for iPhone, or Huawei Email)
* Formatting & testsQuentin Dufour2024-01-083-11/+36
|
* UID sequence are now correctly fetchedQuentin Dufour2024-01-085-85/+112
|
* Add the ENABLE capability, reduce wild loggingfeat/searchQuentin Dufour2024-01-083-0/+10
|
* 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-067-60/+254
|
* Stop dumping parsed emails in the logsQuentin Dufour2024-01-061-3/+0
|
* Format code againQuentin Dufour2024-01-067-54/+120
|