Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request 'UIDPLUS' (#73) from uidplus into main | Quentin | 2024-01-20 | 3 | -8/+77 | |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/73 | |||||
| * | test UIDPLUS | Quentin Dufour | 2024-01-20 | 3 | -8/+77 | |
|/ | ||||||
* | fix warningsuidplus | Quentin Dufour | 2024-01-19 | 1 | -4/+4 | |
| | ||||||
* | format code | Quentin Dufour | 2024-01-19 | 5 | -12/+23 | |
| | ||||||
* | filter expunge | Quentin Dufour | 2024-01-19 | 3 | -12/+25 | |
| | ||||||
* | Implement some part of SPECIAL-USE | Quentin Dufour | 2024-01-19 | 3 | -17/+47 | |
| | ||||||
* | Merge pull request 'Implement IDLE' (#72) from feat/idle into main | Quentin | 2024-01-19 | 19 | -434/+726 | |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/72 | |||||
| * | Testing idlefeat/idle | Quentin Dufour | 2024-01-19 | 3 | -2/+42 | |
| | | ||||||
| * | reformat code | Quentin Dufour | 2024-01-18 | 14 | -179/+294 | |
| | | ||||||
| * | fix a transition bug | Quentin Dufour | 2024-01-18 | 1 | -4/+35 | |
| | | ||||||
| * | idling works!!! | Quentin Dufour | 2024-01-18 | 6 | -62/+72 | |
| | | ||||||
| * | idle sync | Quentin Dufour | 2024-01-17 | 8 | -23/+110 | |
| | | ||||||
| * | Update dependency | Quentin Dufour | 2024-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | WIP idle | Quentin Dufour | 2024-01-17 | 6 | -20/+59 | |
| | | ||||||
| * | Delete EXAMINE that has been merged in SELECTED | Quentin Dufour | 2024-01-17 | 3 | -166/+1 | |
| | | ||||||
| * | WIP refactor idle | Quentin Dufour | 2024-01-17 | 7 | -112/+247 | |
|/ | ||||||
* | Merge pull request 'CONDSTORE' (#71) from feat/condstore-try-2 into main | Quentin | 2024-01-15 | 18 | -258/+801 | |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/71 | |||||
| * | testing condstore | Quentin Dufour | 2024-01-15 | 2 | -51/+128 | |
| | | ||||||
| * | rewrite store testing logicfeat/condstore-try-2 | Quentin Dufour | 2024-01-12 | 2 | -20/+71 | |
| | | ||||||
| * | fix a condstore bug | Quentin Dufour | 2024-01-12 | 4 | -39/+98 | |
| | | ||||||
| * | Fix unit tests | Quentin Dufour | 2024-01-12 | 2 | -3/+6 | |
| | | ||||||
| * | Finalize implementation of CONDSTORE | Quentin Dufour | 2024-01-11 | 5 | -30/+147 | |
| | | ||||||
| * | Enable CONDSTORE on STORE/FETCH modifier | Quentin Dufour | 2024-01-11 | 4 | -18/+49 | |
| | | ||||||
| * | Fetch and store modifiers are parsed | Quentin Dufour | 2024-01-11 | 5 | -24/+25 | |
| | | ||||||
| * | MODSEQ is now returned on non empty search results | Quentin Dufour | 2024-01-11 | 2 | -5/+12 | |
| | | ||||||
| * | Enable CONDSTORE if SEARCH MODSEQ is queried | Quentin Dufour | 2024-01-11 | 4 | -4/+24 | |
| | | ||||||
| * | MODSEQ search key first implementation | Quentin Dufour | 2024-01-11 | 2 | -6/+16 | |
| | | ||||||
| * | Fecth MODSEQ now enables the CONDSTORE capability | Quentin Dufour | 2024-01-10 | 4 | -18/+34 | |
| | | ||||||
| * | Fetch now support MODSEQ data item | Quentin Dufour | 2024-01-10 | 3 | -7/+12 | |
| | | ||||||
| * | Implement HIGHESTMODSEQ for STATUS | Quentin Dufour | 2024-01-10 | 7 | -26/+33 | |
| | | ||||||
| * | upgrading imap-flow,codec,types | Quentin Dufour | 2024-01-10 | 1 | -3/+3 | |
| | | ||||||
| * | update imap-codec | Quentin Dufour | 2024-01-10 | 4 | -18/+19 | |
| | | ||||||
| * | Return highestmodseq in select+examine | Quentin Dufour | 2024-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | fix some logic error in the internals | Quentin Dufour | 2024-01-10 | 4 | -23/+34 | |
| | | ||||||
| * | [broken compilation] update mail internal | Quentin Dufour | 2024-01-10 | 3 | -40/+115 | |
| | | ||||||
| * | Optional Parameters with the SELECT/EXAMINE Commands | Quentin Dufour | 2024-01-09 | 4 | -7/+33 | |
| | | | | | | | | See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4 | |||||
| * | prepare condstore | Quentin Dufour | 2024-01-09 | 5 | -35/+58 | |
| | | ||||||
| * | Disable UNSEEN again as it was a volunteer decision to not implement it | Quentin Dufour | 2024-01-09 | 3 | -3/+6 | |
|/ | ||||||
* | Reject \n alone, require \r\n | Quentin Dufour | 2024-01-08 | 1 | -2/+7 | |
| | ||||||
* | Merge pull request 'bug/thunderbird' (#68) from bug/thunderbird into main | Quentin | 2024-01-08 | 9 | -111/+147 | |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/68 | |||||
| * | remove wild logfeat/condstore | Quentin Dufour | 2024-01-08 | 1 | -1/+0 | |
| | | ||||||
| * | Better choose wether or not a body is required | Quentin Dufour | 2024-01-08 | 3 | -25/+30 | |
| | | ||||||
| * | Futures must be ordered | Quentin Dufour | 2024-01-08 | 6 | -58/+34 | |
| | | ||||||
| * | bodystructure final fix | Quentin Dufour | 2024-01-08 | 2 | -2/+2 | |
| | | ||||||
| * | Fetch BODYSTRUCTURE now returns a BODYSTRUCTURE | Quentin Dufour | 2024-01-08 | 3 | -35/+66 | |
| | | ||||||
| * | Status now returns UNSEEN | Quentin Dufour | 2024-01-08 | 2 | -4/+30 | |
| | | ||||||
| * | Fix wording in expectations | Quentin Dufour | 2024-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | Make sure empty mailbox can be fetched/searched | Quentin Dufour | 2024-01-08 | 1 | -6/+5 | |
|/ | | | | | Required by a client (either GMail for Android, Outlook for iPhone, or Huawei Email) | |||||
* | test dovecot is updated | Quentin Dufour | 2024-01-08 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request 'Implement search' (#61) from feat/search into main | Quentin | 2024-01-08 | 15 | -1731/+3169 | |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/61 |