Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the ENABLE capability, reduce wild loggingfeat/search | Quentin Dufour | 2024-01-08 | 3 | -0/+10 |
| | |||||
* | Format code | Quentin Dufour | 2024-01-06 | 5 | -105/+175 |
| | |||||
* | implemented text search | Quentin Dufour | 2024-01-06 | 2 | -6/+6 |
| | |||||
* | Search MIME headers | Quentin Dufour | 2024-01-06 | 4 | -29/+77 |
| | |||||
* | Quickly import lot of emails | Quentin Dufour | 2024-01-06 | 1 | -0/+37 |
| | |||||
* | Searching on storage date is now possible | Quentin Dufour | 2024-01-06 | 5 | -82/+163 |
| | |||||
* | Search is made more clear | Quentin Dufour | 2024-01-06 | 2 | -67/+136 |
| | |||||
* | Search can now filter on index data | Quentin Dufour | 2024-01-06 | 7 | -60/+254 |
| | |||||
* | Stop dumping parsed emails in the logs | Quentin Dufour | 2024-01-06 | 1 | -3/+0 |
| | |||||
* | update cargo.nix | Quentin Dufour | 2024-01-06 | 1 | -1503/+2381 |
| | |||||
* | Merge pull request 'Aerogramme refactoring' (#57) from feat/more-imap-qol ↵ | Quentin | 2024-01-06 | 20 | -1043/+1609 |
|\ | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/57 | ||||
| * | Format code again | Quentin Dufour | 2024-01-06 | 7 | -54/+120 |
| | | |||||
| * | search is re-enabled | Quentin Dufour | 2024-01-06 | 2 | -27/+38 |
| | | |||||
| * | Tests are fixed | Quentin Dufour | 2024-01-06 | 1 | -11/+15 |
| | | |||||
| * | Mailbox View made more readable | Quentin Dufour | 2024-01-06 | 6 | -259/+143 |
| | | |||||
| * | WIP rewrite with a query managerfeat/more-imap-qol | Quentin Dufour | 2024-01-05 | 7 | -143/+193 |
| | | |||||
| * | added some utility structures | Quentin Dufour | 2024-01-05 | 4 | -3/+130 |
| | | |||||
| * | MOVE command is optimized | Quentin Dufour | 2024-01-05 | 5 | -9/+16 |
| | | |||||
| * | Select what to fecth for search | Quentin Dufour | 2024-01-05 | 4 | -7/+36 |
| | | |||||
| * | search first ultra minimal implementation | Quentin Dufour | 2024-01-05 | 4 | -5/+141 |
| | | |||||
| * | reformat cargo | Quentin Dufour | 2024-01-05 | 9 | -119/+128 |
| | | |||||
| * | clean imf view | Quentin Dufour | 2024-01-05 | 1 | -33/+2 |
| | | |||||
| * | mime view should be complete | Quentin Dufour | 2024-01-05 | 1 | -1/+65 |
| | | |||||
| * | message structure msg | Quentin Dufour | 2024-01-05 | 1 | -16/+140 |
| | | |||||
| * | bodyext | Quentin Dufour | 2024-01-05 | 1 | -0/+331 |
| | | |||||
| * | bcp commit | Quentin Dufour | 2024-01-04 | 8 | -1117/+580 |
| | | |||||
| * | WIP refactor of the different views | Quentin Dufour | 2024-01-04 | 1 | -0/+292 |
|/ | |||||
* | Merge pull request 'Implement some IMAP extensions' (#50) from feat/more-ext ↵ | Quentin | 2024-01-04 | 16 | -429/+985 |
|\ | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/50 | ||||
| * | test enable | Quentin Dufour | 2024-01-04 | 3 | -2/+26 |
| | | |||||
| * | remove old testsfeat/more-ext | Quentin Dufour | 2024-01-04 | 3 | -91/+0 |
| | | |||||
| * | create a single behavior test with all files | Quentin Dufour | 2024-01-04 | 3 | -13/+139 |
| | | |||||
| * | BDD pattern is clarified | Quentin Dufour | 2024-01-04 | 6 | -673/+485 |
| | | |||||
| * | advertise literal support | Quentin Dufour | 2024-01-03 | 1 | -0/+1 |
| | | |||||
| * | format code | Quentin Dufour | 2024-01-03 | 2 | -11/+15 |
| | | |||||
| * | ENABLE is now supported | Quentin Dufour | 2024-01-03 | 5 | -56/+72 |
| | | |||||
| * | Thunderbird is now able to correctly list msg info | Quentin Dufour | 2024-01-03 | 1 | -2/+6 |
| | | |||||
| * | append ignore dates instead of failing | Quentin Dufour | 2024-01-03 | 5 | -12/+89 |
| | | |||||
| * | add test for imap move | Quentin Dufour | 2024-01-03 | 2 | -0/+195 |
| | | |||||
| * | implement move | Quentin Dufour | 2024-01-03 | 8 | -27/+123 |
| | | |||||
| * | rework capability | Quentin Dufour | 2024-01-03 | 8 | -18/+81 |
| | | |||||
| * | add test for the unselect extension | Quentin Dufour | 2024-01-03 | 4 | -75/+278 |
| | | |||||
| * | Common module in test created | Quentin Dufour | 2024-01-03 | 3 | -65/+72 |
| | | |||||
| * | unselect implemented rfc3691 | Quentin Dufour | 2024-01-03 | 3 | -6/+25 |
|/ | |||||
* | Merge pull request 'Implement imap-flow' (#34) from refactor/imap-flow into main | Quentin | 2024-01-02 | 31 | -1635/+2403 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/34 | ||||
| * | clean tests | Quentin Dufour | 2024-01-02 | 1 | -2/+1 |
| | | |||||
| * | tested append | Quentin Dufour | 2024-01-02 | 1 | -6/+55 |
| | | |||||
| * | migration to imap-flow seems done!refactor/imap-flow | Quentin Dufour | 2024-01-02 | 3 | -6/+19 |
| | | |||||
| * | fixed aerogramme tests | Quentin Dufour | 2024-01-02 | 1 | -22/+28 |
| | | |||||
| * | compile with imap-flow | Quentin Dufour | 2024-01-02 | 11 | -309/+312 |
| | | |||||
| * | commands now use imap-flow | Quentin Dufour | 2024-01-02 | 7 | -386/+463 |
| | |