aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix warningsuidplusQuentin Dufour2024-01-191-4/+4
* format codeQuentin Dufour2024-01-195-12/+23
* filter expungeQuentin Dufour2024-01-193-12/+25
* Implement some part of SPECIAL-USEQuentin Dufour2024-01-193-17/+47
* Merge pull request 'Implement IDLE' (#72) from feat/idle into mainQuentin2024-01-1919-434/+726
|\
| * Testing idlefeat/idleQuentin Dufour2024-01-193-2/+42
| * reformat codeQuentin Dufour2024-01-1814-179/+294
| * fix a transition bugQuentin Dufour2024-01-181-4/+35
| * idling works!!!Quentin Dufour2024-01-186-62/+72
| * idle syncQuentin Dufour2024-01-178-23/+110
| * Update dependencyQuentin Dufour2024-01-171-1/+1
| * 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
|/
* Merge pull request 'CONDSTORE' (#71) from feat/condstore-try-2 into mainQuentin2024-01-1518-258/+801
|\
| * testing condstoreQuentin Dufour2024-01-152-51/+128
| * rewrite store testing logicfeat/condstore-try-2Quentin Dufour2024-01-122-20/+71
| * fix a condstore bugQuentin Dufour2024-01-124-39/+98
| * 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-115-24/+25
| * MODSEQ is now returned on non empty search resultsQuentin Dufour2024-01-112-5/+12
| * Enable CONDSTORE if SEARCH MODSEQ is queriedQuentin Dufour2024-01-114-4/+24
| * MODSEQ search key first implementationQuentin Dufour2024-01-112-6/+16
| * Fecth MODSEQ now enables the CONDSTORE capabilityQuentin Dufour2024-01-104-18/+34
| * Fetch now support MODSEQ data itemQuentin Dufour2024-01-103-7/+12
| * Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-107-26/+33
| * upgrading imap-flow,codec,typesQuentin Dufour2024-01-101-3/+3
| * update imap-codecQuentin Dufour2024-01-104-18/+19
| * 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-094-7/+33
| * 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
* Merge pull request 'bug/thunderbird' (#68) from bug/thunderbird into mainQuentin2024-01-089-111/+147
|\
| * 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
|/
* test dovecot is updatedQuentin Dufour2024-01-081-1/+1
* Merge pull request 'Implement search' (#61) from feat/search into mainQuentin2024-01-0815-1731/+3169
|\
| * Merge branch 'main' into feat/searchQuentin2024-01-087-5/+35
| |\ | |/ |/|
* | add courier imapQuentin Dufour2024-01-074-0/+30