Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format code | Quentin Dufour | 2024-01-03 | 1 | -9/+8 |
* | ENABLE is now supported | Quentin Dufour | 2024-01-03 | 1 | -2/+23 |
* | append ignore dates instead of failing | Quentin Dufour | 2024-01-03 | 1 | -1/+4 |
* | implement move | Quentin Dufour | 2024-01-03 | 1 | -4/+4 |
* | rework capability | Quentin Dufour | 2024-01-03 | 1 | -1/+5 |
* | migration to imap-flow seems done!refactor/imap-flow | Quentin Dufour | 2024-01-02 | 1 | -0/+1 |
* | compile with imap-flow | Quentin Dufour | 2024-01-02 | 1 | -14/+26 |
* | commands now use imap-flow | Quentin Dufour | 2024-01-02 | 1 | -70/+80 |
* | ported commands | Quentin Dufour | 2024-01-01 | 1 | -25/+11 |
* | fixed anonymous + authenticated imap logic | Quentin Dufour | 2024-01-01 | 1 | -118/+243 |
* | WIP rewrite | Quentin Dufour | 2024-01-01 | 1 | -6/+6 |
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 1 | -5/+3 |
* | 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 |
* | Small changes to .update() | Alex Auvolat | 2022-07-13 | 1 | -4/+1 |
* | small fixes | Alex Auvolat | 2022-07-13 | 1 | -1/+6 |
* | Implement APPEND | Alex Auvolat | 2022-07-12 | 1 | -2/+61 |
* | Fix Subscribed | Alex Auvolat | 2022-07-12 | 1 | -4/+3 |
* | Implement STATUS | Alex Auvolat | 2022-07-12 | 1 | -11/+64 |
* | cleanup | Alex Auvolat | 2022-07-12 | 1 | -4/+4 |
* | Implement LIST | Alex Auvolat | 2022-07-12 | 1 | -18/+113 |
* | Refactor user to be shared using Arc | Alex Auvolat | 2022-06-30 | 1 | -1/+3 |
* | Implement RFC822.TEXT | Quentin Dufour | 2022-06-30 | 1 | -4/+13 |
* | Split out Examined state and add prototypes for IMAP command handlers | Alex Auvolat | 2022-06-30 | 1 | -1/+52 |
* | Cleanup and remove useless imports | Alex Auvolat | 2022-06-29 | 1 | -6/+3 |
* | Some refactoring on mailbox structures and views | Alex Auvolat | 2022-06-29 | 1 | -55/+13 |
* | work on prototypes | Alex Auvolat | 2022-06-29 | 1 | -1/+1 |
* | Refactoring | Alex Auvolat | 2022-06-29 | 1 | -5/+6 |
* | Clean up unused imports | Alex Auvolat | 2022-06-29 | 1 | -7/+7 |
* | Refactor to allow mutability | Alex Auvolat | 2022-06-29 | 1 | -19/+20 |
* | Implement logout | Quentin Dufour | 2022-06-28 | 1 | -1/+3 |
* | cargo fmt + implement noop | Quentin Dufour | 2022-06-28 | 1 | -35/+17 |
* | Switching to upstream boitalettres | Quentin Dufour | 2022-06-28 | 1 | -41/+18 |
* | Refactor files in a "mail" crate | Quentin Dufour | 2022-06-27 | 1 | -1/+1 |
* | Add support for flags | Quentin Dufour | 2022-06-27 | 1 | -3/+33 |
* | Implement Recent in Select | Quentin Dufour | 2022-06-24 | 1 | -29/+41 |
* | Return UID validity | Quentin Dufour | 2022-06-23 | 1 | -3/+22 |
* | cargo fmt | Quentin Dufour | 2022-06-22 | 1 | -42/+71 |
* | Refactor selected | Quentin Dufour | 2022-06-22 | 1 | -9/+9 |
* | Authenticated state works | Quentin Dufour | 2022-06-22 | 1 | -23/+22 |
* | It compiles again! | Quentin Dufour | 2022-06-22 | 1 | -9/+11 |
* | WIP refactor | Quentin Dufour | 2022-06-20 | 1 | -64/+74 |
* | WIP Refactor, code is broken | Quentin Dufour | 2022-06-17 | 1 | -0/+91 |