Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formatting | Quentin Dufour | 2024-02-22 | 2 | -8/+10 |
| | |||||
* | Update imap-flow, clean IDLE | Quentin Dufour | 2024-02-22 | 2 | -13/+5 |
| | |||||
* | Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+ | Quentin Dufour | 2024-02-20 | 1 | -5/+6 |
| | |||||
* | Unsollicited responses on APPEND | Quentin Dufour | 2024-02-20 | 1 | -6/+12 |
| | |||||
* | Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-status | Quentin Dufour | 2024-01-20 | 1 | -32/+86 |
| | |||||
* | format code | Quentin Dufour | 2024-01-19 | 2 | -4/+5 |
| | |||||
* | filter expunge | Quentin Dufour | 2024-01-19 | 1 | -4/+7 |
| | |||||
* | Implement some part of SPECIAL-USE | Quentin Dufour | 2024-01-19 | 1 | -2/+10 |
| | |||||
* | reformat code | Quentin Dufour | 2024-01-18 | 2 | -36/+53 |
| | |||||
* | idling works!!! | Quentin Dufour | 2024-01-18 | 1 | -1/+1 |
| | |||||
* | idle sync | Quentin Dufour | 2024-01-17 | 1 | -1/+1 |
| | |||||
* | WIP idle | Quentin Dufour | 2024-01-17 | 1 | -1/+4 |
| | |||||
* | Delete EXAMINE that has been merged in SELECTED | Quentin Dufour | 2024-01-17 | 2 | -165/+0 |
| | |||||
* | WIP refactor idle | Quentin Dufour | 2024-01-17 | 2 | -3/+53 |
| | |||||
* | fix a condstore bug | Quentin Dufour | 2024-01-12 | 1 | -8/+16 |
| | |||||
* | Finalize implementation of CONDSTORE | Quentin Dufour | 2024-01-11 | 2 | -10/+33 |
| | |||||
* | Enable CONDSTORE on STORE/FETCH modifier | Quentin Dufour | 2024-01-11 | 2 | -12/+23 |
| | |||||
* | Fetch and store modifiers are parsed | Quentin Dufour | 2024-01-11 | 3 | -17/+17 |
| | |||||
* | Enable CONDSTORE if SEARCH MODSEQ is queried | Quentin Dufour | 2024-01-11 | 2 | -2/+8 |
| | |||||
* | Fecth MODSEQ now enables the CONDSTORE capability | Quentin Dufour | 2024-01-10 | 2 | -16/+26 |
| | |||||
* | Implement HIGHESTMODSEQ for STATUS | Quentin Dufour | 2024-01-10 | 1 | -2/+3 |
| | |||||
* | fix some logic error in the internals | Quentin Dufour | 2024-01-10 | 1 | -4/+4 |
| | |||||
* | [broken compilation] update mail internal | Quentin Dufour | 2024-01-10 | 1 | -3/+6 |
| | |||||
* | Optional Parameters with the SELECT/EXAMINE Commands | Quentin Dufour | 2024-01-09 | 1 | -2/+12 |
| | | | | See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4 | ||||
* | prepare condstore | Quentin Dufour | 2024-01-09 | 3 | -5/+5 |
| | |||||
* | Disable UNSEEN again as it was a volunteer decision to not implement it | Quentin Dufour | 2024-01-09 | 1 | -0/+1 |
| | |||||
* | Search can now filter on index data | Quentin Dufour | 2024-01-06 | 1 | -5/+7 |
| | |||||
* | WIP rewrite with a query managerfeat/more-imap-qol | Quentin Dufour | 2024-01-05 | 2 | -2/+2 |
| | |||||
* | search first ultra minimal implementation | Quentin Dufour | 2024-01-05 | 1 | -5/+7 |
| | |||||
* | format code | Quentin Dufour | 2024-01-03 | 1 | -9/+8 |
| | |||||
* | ENABLE is now supported | Quentin Dufour | 2024-01-03 | 3 | -4/+29 |
| | |||||
* | append ignore dates instead of failing | Quentin Dufour | 2024-01-03 | 1 | -1/+4 |
| | |||||
* | implement move | Quentin Dufour | 2024-01-03 | 5 | -20/+80 |
| | |||||
* | rework capability | Quentin Dufour | 2024-01-03 | 5 | -13/+31 |
| | |||||
* | unselect implemented rfc3691 | Quentin Dufour | 2024-01-03 | 3 | -6/+25 |
| | |||||
* | migration to imap-flow seems done!refactor/imap-flow | Quentin Dufour | 2024-01-02 | 3 | -6/+19 |
| | |||||
* | compile with imap-flow | Quentin Dufour | 2024-01-02 | 5 | -53/+55 |
| | |||||
* | commands now use imap-flow | Quentin Dufour | 2024-01-02 | 5 | -142/+155 |
| | |||||
* | ported commands | Quentin Dufour | 2024-01-01 | 6 | -149/+268 |
| | |||||
* | fixed anonymous + authenticated imap logic | Quentin Dufour | 2024-01-01 | 2 | -156/+290 |
| | |||||
* | WIP rewrite | Quentin Dufour | 2024-01-01 | 4 | -29/+28 |
| | |||||
* | covering imap commands | Quentin Dufour | 2023-12-29 | 1 | -1/+4 |
| | |||||
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 4 | -8/+6 |
| | |||||
* | Fix open_mailbox | Alex Auvolat | 2022-07-21 | 1 | -2/+8 |
| | |||||
* | Implement COPY | Alex Auvolat | 2022-07-21 | 1 | -7/+37 |
| | |||||
* | Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEEN | Alex Auvolat | 2022-07-13 | 1 | -3/+6 |
| | |||||
* | Fix list wildcards | Alex Auvolat | 2022-07-13 | 1 | -4/+70 |
| | |||||
* | Implement opportunistic sync based on watch value, and use it | Alex Auvolat | 2022-07-13 | 1 | -1/+3 |
| | |||||
* | Small changes to .update() | Alex Auvolat | 2022-07-13 | 1 | -4/+1 |
| | |||||
* | small fixes | Alex Auvolat | 2022-07-13 | 1 | -1/+6 |
| |