aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | | 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
|
* Merge pull request 'bug/thunderbird' (#68) from bug/thunderbird into mainQuentin2024-01-089-111/+147
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/68
| * 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)
* test dovecot is updatedQuentin Dufour2024-01-081-1/+1
|
* Merge pull request 'Implement search' (#61) from feat/search into mainQuentin2024-01-0815-1731/+3169
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/61
| * Merge branch 'main' into feat/searchQuentin2024-01-087-5/+35
| |\ | |/ |/|
* | add courier imapQuentin Dufour2024-01-074-0/+30
| |
* | update maddy and cyrusQuentin Dufour2024-01-073-5/+5
| |
| * Formatting & testsQuentin Dufour2024-01-083-11/+36
| |
| * UID sequence are now correctly fetchedQuentin Dufour2024-01-086-85/+114
| |
| * 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
| |
| * Quickly import lot of emailsQuentin Dufour2024-01-061-0/+37
| |
| * 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
| |
| * update cargo.nixQuentin Dufour2024-01-061-1503/+2381
|/
* Merge pull request 'Aerogramme refactoring' (#57) from feat/more-imap-qol ↵Quentin2024-01-0620-1043/+1609
|\ | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/57
| * Format code againQuentin Dufour2024-01-067-54/+120
| |
| * search is re-enabledQuentin Dufour2024-01-062-27/+38
| |
| * Tests are fixedQuentin Dufour2024-01-061-11/+15
| |