Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format code | Quentin Dufour | 2024-01-19 | 1 | -1/+4 |
* | filter expunge | Quentin Dufour | 2024-01-19 | 1 | -4/+7 |
* | reformat code | Quentin Dufour | 2024-01-18 | 1 | -35/+52 |
* | 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 |
* | WIP refactor idle | Quentin Dufour | 2024-01-17 | 1 | -1/+51 |
* | fix a condstore bug | Quentin Dufour | 2024-01-12 | 1 | -8/+16 |
* | Finalize implementation of CONDSTORE | Quentin Dufour | 2024-01-11 | 1 | -6/+22 |
* | Enable CONDSTORE on STORE/FETCH modifier | Quentin Dufour | 2024-01-11 | 1 | -7/+13 |
* | Fetch and store modifiers are parsed | Quentin Dufour | 2024-01-11 | 1 | -4/+6 |
* | Enable CONDSTORE if SEARCH MODSEQ is queried | Quentin Dufour | 2024-01-11 | 1 | -1/+4 |
* | Fecth MODSEQ now enables the CONDSTORE capability | Quentin Dufour | 2024-01-10 | 1 | -8/+13 |
* | [broken compilation] update mail internal | Quentin Dufour | 2024-01-10 | 1 | -3/+6 |
* | prepare condstore | Quentin Dufour | 2024-01-09 | 1 | -1/+1 |
* | WIP rewrite with a query managerfeat/more-imap-qol | Quentin Dufour | 2024-01-05 | 1 | -1/+1 |
* | search first ultra minimal implementation | Quentin Dufour | 2024-01-05 | 1 | -5/+7 |
* | ENABLE is now supported | Quentin Dufour | 2024-01-03 | 1 | -1/+3 |
* | implement move | Quentin Dufour | 2024-01-03 | 1 | -5/+63 |
* | rework capability | Quentin Dufour | 2024-01-03 | 1 | -1/+7 |
* | unselect implemented rfc3691 | Quentin Dufour | 2024-01-03 | 1 | -0/+13 |
* | migration to imap-flow seems done!refactor/imap-flow | Quentin Dufour | 2024-01-02 | 1 | -3/+9 |
* | compile with imap-flow | Quentin Dufour | 2024-01-02 | 1 | -11/+13 |
* | commands now use imap-flow | Quentin Dufour | 2024-01-02 | 1 | -30/+30 |
* | ported commands | Quentin Dufour | 2024-01-01 | 1 | -29/+114 |
* | WIP rewrite | Quentin Dufour | 2024-01-01 | 1 | -5/+5 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -1/+1 |
* | Fix open_mailbox | Alex Auvolat | 2022-07-21 | 1 | -2/+8 |
* | Implement COPY | Alex Auvolat | 2022-07-21 | 1 | -7/+37 |
* | "set flags" as a bayou op | Alex Auvolat | 2022-07-13 | 1 | -1/+6 |
* | implement STORE | Alex Auvolat | 2022-07-12 | 1 | -6/+14 |
* | cleanup | Alex Auvolat | 2022-07-12 | 1 | -9/+9 |
* | Refactor user to be shared using Arc | Alex Auvolat | 2022-06-30 | 1 | -1/+3 |
* | Implement RFC822.TEXT | Quentin Dufour | 2022-06-30 | 1 | -13/+9 |
* | Split out Examined state and add prototypes for IMAP command handlers | Alex Auvolat | 2022-06-30 | 1 | -23/+47 |
* | Fetch ENVELOPE works \o/ | Alex Auvolat | 2022-06-29 | 1 | -6/+7 |
* | Implement beginning of a FETCH command | Alex Auvolat | 2022-06-29 | 1 | -5/+10 |
* | Implement IDLE in selected state | Alex Auvolat | 2022-06-29 | 1 | -0/+9 |
* | Cleanup and remove useless imports | Alex Auvolat | 2022-06-29 | 1 | -1/+0 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 1 | -1/+2 |
* | work on prototypes | Alex Auvolat | 2022-06-29 | 1 | -1/+1 |
* | Refactoring | Alex Auvolat | 2022-06-29 | 1 | -2/+3 |
* | Clean up unused imports | Alex Auvolat | 2022-06-29 | 1 | -7/+7 |
* | Refactor to allow mutability | Alex Auvolat | 2022-06-29 | 1 | -21/+18 |
* | cargo fmt + implement noop | Quentin Dufour | 2022-06-28 | 1 | -4/+1 |
* | Switching to upstream boitalettres | Quentin Dufour | 2022-06-28 | 1 | -6/+2 |
* | Refactor files in a "mail" crate | Quentin Dufour | 2022-06-27 | 1 | -1/+1 |
* | cargo fmt | Quentin Dufour | 2022-06-22 | 1 | -13/+25 |
* | Refactor selected | Quentin Dufour | 2022-06-22 | 1 | -16/+14 |
* | It compiles again! | Quentin Dufour | 2022-06-22 | 1 | -1/+5 |