aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP rewrite with a query managerfeat/more-imap-qolQuentin Dufour2024-01-057-143/+193
|
* added some utility structuresQuentin Dufour2024-01-054-3/+130
|
* MOVE command is optimizedQuentin Dufour2024-01-055-9/+16
|
* Select what to fecth for searchQuentin Dufour2024-01-054-7/+36
|
* search first ultra minimal implementationQuentin Dufour2024-01-054-5/+141
|
* reformat cargoQuentin Dufour2024-01-059-119/+128
|
* 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
|
* Merge pull request 'Implement some IMAP extensions' (#50) from feat/more-ext ↵Quentin2024-01-0416-429/+985
|\ | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/50
| * test enableQuentin Dufour2024-01-043-2/+26
| |
| * remove old testsfeat/more-extQuentin Dufour2024-01-043-91/+0
| |
| * create a single behavior test with all filesQuentin Dufour2024-01-043-13/+139
| |
| * BDD pattern is clarifiedQuentin Dufour2024-01-046-673/+485
| |
| * 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-035-12/+89
| |
| * add test for imap moveQuentin Dufour2024-01-032-0/+195
| |
| * implement moveQuentin Dufour2024-01-038-27/+123
| |
| * rework capabilityQuentin Dufour2024-01-038-18/+81
| |
| * add test for the unselect extensionQuentin Dufour2024-01-034-75/+278
| |
| * Common module in test createdQuentin Dufour2024-01-033-65/+72
| |
| * unselect implemented rfc3691Quentin Dufour2024-01-033-6/+25
|/
* Merge pull request 'Implement imap-flow' (#34) from refactor/imap-flow into mainQuentin2024-01-0231-1635/+2403
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/34
| * clean testsQuentin Dufour2024-01-021-2/+1
| |
| * tested appendQuentin Dufour2024-01-021-6/+55
| |
| * 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-0211-309/+312
| |
| * commands now use imap-flowQuentin Dufour2024-01-027-386/+463
| |
| * ported commandsQuentin Dufour2024-01-016-149/+268
| |
| * fixed anonymous + authenticated imap logicQuentin Dufour2024-01-015-158/+390
| |
| * WIP rewriteQuentin Dufour2024-01-017-56/+58
| |
| * broken build, reworked dependenciesQuentin Dufour2023-12-302-676/+684
| |
| * check statusQuentin Dufour2023-12-303-48/+5
| |
| * WIP implem statusQuentin Dufour2023-12-301-0/+8
| |
| * covering imap commandsQuentin Dufour2023-12-296-36/+178
| |
| * fix "fetch x rfc822"Quentin Dufour2023-12-292-32/+136
| | | | | | | | close #33
| * wip testingQuentin Dufour2023-12-281-1/+76
| |
| * add a basic testQuentin Dufour2023-12-283-40/+117
| |
| * add a --dev modeQuentin Dufour2023-12-2715-4/+75
| |
| * drop old codeQuentin Dufour2023-12-271-174/+0
|/
* Add storage behind a traitQuentin2023-12-2721-1634/+3098
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/32
| * fix metadataQuentin Dufour2023-12-271-1/+6
| |
| * debug implementationin-memoryQuentin Dufour2023-12-271-2/+16
| |