Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format code | Quentin Dufour | 2024-01-19 | 1 | -5/+14 |
* | filter expunge | Quentin Dufour | 2024-01-19 | 1 | -6/+16 |
* | reformat code | Quentin Dufour | 2024-01-18 | 1 | -31/+45 |
* | idling works!!! | Quentin Dufour | 2024-01-18 | 1 | -0/+6 |
* | Fix unit tests | Quentin Dufour | 2024-01-12 | 1 | -2/+4 |
* | Finalize implementation of CONDSTORE | Quentin Dufour | 2024-01-11 | 1 | -18/+73 |
* | Enable CONDSTORE on STORE/FETCH modifier | Quentin Dufour | 2024-01-11 | 1 | -5/+5 |
* | MODSEQ is now returned on non empty search results | Quentin Dufour | 2024-01-11 | 1 | -3/+10 |
* | Enable CONDSTORE if SEARCH MODSEQ is queried | Quentin Dufour | 2024-01-11 | 1 | -2/+5 |
* | Fecth MODSEQ now enables the CONDSTORE capability | Quentin Dufour | 2024-01-10 | 1 | -2/+2 |
* | Implement HIGHESTMODSEQ for STATUS | Quentin Dufour | 2024-01-10 | 1 | -2/+6 |
* | 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 | 1 | -3/+3 |
* | prepare condstore | Quentin Dufour | 2024-01-09 | 1 | -27/+44 |
* | Disable UNSEEN again as it was a volunteer decision to not implement it | Quentin Dufour | 2024-01-09 | 1 | -2/+4 |
* | Futures must be ordered | Quentin Dufour | 2024-01-08 | 1 | -2/+3 |
* | Fetch BODYSTRUCTURE now returns a BODYSTRUCTURE | Quentin Dufour | 2024-01-08 | 1 | -9/+15 |
* | Status now returns UNSEEN | Quentin Dufour | 2024-01-08 | 1 | -1/+18 |
* | Formatting & tests | Quentin Dufour | 2024-01-08 | 1 | -1/+1 |
* | UID sequence are now correctly fetched | Quentin Dufour | 2024-01-08 | 1 | -7/+16 |
* | Format code | Quentin Dufour | 2024-01-06 | 1 | -4/+1 |
* | Searching on storage date is now possible | Quentin Dufour | 2024-01-06 | 1 | -1/+1 |
* | Search is made more clear | Quentin Dufour | 2024-01-06 | 1 | -5/+6 |
* | Search can now filter on index data | Quentin Dufour | 2024-01-06 | 1 | -3/+9 |
* | Format code again | Quentin Dufour | 2024-01-06 | 1 | -12/+20 |
* | search is re-enabled | Quentin Dufour | 2024-01-06 | 1 | -23/+34 |
* | Tests are fixed | Quentin Dufour | 2024-01-06 | 1 | -11/+15 |
* | Mailbox View made more readable | Quentin Dufour | 2024-01-06 | 1 | -100/+19 |
* | WIP rewrite with a query managerfeat/more-imap-qol | Quentin Dufour | 2024-01-05 | 1 | -110/+70 |
* | MOVE command is optimized | Quentin Dufour | 2024-01-05 | 1 | -6/+3 |
* | Select what to fecth for search | Quentin Dufour | 2024-01-05 | 1 | -1/+8 |
* | search first ultra minimal implementation | Quentin Dufour | 2024-01-05 | 1 | -0/+26 |
* | reformat cargo | Quentin Dufour | 2024-01-05 | 1 | -14/+7 |
* | bcp commit | Quentin Dufour | 2024-01-04 | 1 | -825/+29 |
* | Thunderbird is now able to correctly list msg info | Quentin Dufour | 2024-01-03 | 1 | -2/+6 |
* | implement move | Quentin Dufour | 2024-01-03 | 1 | -0/+31 |
* | fixed aerogramme tests | Quentin Dufour | 2024-01-02 | 1 | -22/+28 |
* | compile with imap-flow | Quentin Dufour | 2024-01-02 | 1 | -8/+20 |
* | commands now use imap-flow | Quentin Dufour | 2024-01-02 | 1 | -192/+243 |
* | WIP rewrite | Quentin Dufour | 2024-01-01 | 1 | -10/+10 |
* | fix "fetch x rfc822" | Quentin Dufour | 2023-12-29 | 1 | -1/+1 |
* | basic body ext testing + format | Quentin Dufour | 2023-10-12 | 1 | -137/+349 |
* | finally code that buildbodyext | Quentin Dufour | 2023-10-10 | 1 | -121/+109 |
* | WIP refactor, support LSP | Quentin Dufour | 2023-10-09 | 1 | -216/+250 |
* | WIP | Quentin Dufour | 2023-09-28 | 1 | -26/+123 |
* | add back header fields | Quentin Dufour | 2023-09-21 | 1 | -9/+15 |
* | partial re-implementation of body ext | Quentin Dufour | 2023-08-16 | 1 | -100/+108 |
* | finalize eml-codec integration | Quentin Dufour | 2023-07-25 | 1 | -61/+65 |
* | replacing mail_parser by eml_codec, first iteration | Quentin Dufour | 2023-07-25 | 1 | -227/+128 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -35/+24 |