aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Stop dumping parsed emails in the logsQuentin Dufour2024-01-061-3/+0
* 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
* Mailbox View made more readableQuentin Dufour2024-01-066-259/+143
* 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-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-034-11/+88
* 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-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-014-157/+389
* WIP rewriteQuentin Dufour2024-01-017-56/+58
* covering imap commandsQuentin Dufour2023-12-295-12/+15
* fix "fetch x rfc822"Quentin Dufour2023-12-291-1/+1
* add a --dev modeQuentin Dufour2023-12-275-4/+75
* drop old codeQuentin Dufour2023-12-271-174/+0
* fix metadataQuentin Dufour2023-12-271-1/+6
* debug implementationin-memoryQuentin Dufour2023-12-271-2/+16
* cargo formatQuentin Dufour2023-12-2712-347/+546
* implemente garage storageQuentin Dufour2023-12-275-40/+95
* implement pollQuentin Dufour2023-12-261-1/+30
* insert logicQuentin Dufour2023-12-261-24/+58
* WIP k2vQuentin Dufour2023-12-221-20/+98
* s3 is now implementedQuentin Dufour2023-12-226-10/+83
* implemented blob_fetchQuentin Dufour2023-12-211-3/+40
* initialize aws sdk with our infoQuentin Dufour2023-12-217-16/+36
* upgrade argon2, add aws-sdk-s3Quentin Dufour2023-12-211-9/+6
* fix how mem storage is createdQuentin Dufour2023-12-211-5/+7
* move storage logic into the storage moduleQuentin Dufour2023-12-212-16/+20
* avoid infinite loopQuentin Dufour2023-12-211-0/+2