aboutsummaryrefslogtreecommitdiff
path: root/src/imap
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* 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
| | | | | 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-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
|
* Tests are fixedQuentin Dufour2024-01-061-11/+15
|
* Mailbox View made more readableQuentin Dufour2024-01-065-257/+138
|
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-054-117/+93
|
* MOVE command is optimizedQuentin Dufour2024-01-051-6/+3
|
* Select what to fecth for searchQuentin Dufour2024-01-052-5/+34
|
* search first ultra minimal implementationQuentin Dufour2024-01-054-5/+141
|
* reformat cargoQuentin Dufour2024-01-057-107/+110
|
* clean imf viewQuentin Dufour2024-01-051-33/+2
|
* mime view should be completeQuentin Dufour2024-01-051-1/+65
|
* message structure msgQuentin Dufour2024-01-051-16/+140
|
* bodyextQuentin Dufour2024-01-051-0/+331
|
* bcp commitQuentin Dufour2024-01-048-1117/+580
|
* WIP refactor of the different viewsQuentin Dufour2024-01-041-0/+292
|
* advertise literal supportQuentin Dufour2024-01-031-0/+1
|
* format codeQuentin Dufour2024-01-032-11/+15
|
* ENABLE is now supportedQuentin Dufour2024-01-035-56/+72
|
* Thunderbird is now able to correctly list msg infoQuentin Dufour2024-01-031-2/+6
|
* append ignore dates instead of failingQuentin Dufour2024-01-033-3/+80
|
* implement moveQuentin Dufour2024-01-038-27/+123
|
* rework capabilityQuentin Dufour2024-01-038-18/+81
|
* unselect implemented rfc3691Quentin Dufour2024-01-033-6/+25
|
* migration to imap-flow seems done!refactor/imap-flowQuentin Dufour2024-01-023-6/+19
|
* fixed aerogramme testsQuentin Dufour2024-01-021-22/+28
|
* compile with imap-flowQuentin Dufour2024-01-0210-307/+310
|
* commands now use imap-flowQuentin Dufour2024-01-027-386/+463
|
* ported commandsQuentin Dufour2024-01-016-149/+268
|