Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix alba path0.0.1-ci.1 | Quentin Dufour | 2023-05-18 | 1 | -1/+1 |
| | |||||
* | fix build container | Quentin Dufour | 2023-05-18 | 1 | -2/+7 |
| | |||||
* | fix albatros building script | Quentin Dufour | 2023-05-18 | 1 | -1/+4 |
| | |||||
* | add build scripts with alba | Quentin Dufour | 2023-05-18 | 3 | -22/+152 |
| | |||||
* | improve doc | Quentin Dufour | 2023-05-15 | 1 | -0/+10 |
| | |||||
* | clippy lint fix | Quentin Dufour | 2023-05-15 | 17 | -131/+154 |
| | |||||
* | dockernix-build | Quentin Dufour | 2023-05-11 | 1 | -3/+29 |
| | |||||
* | clippy build | Quentin Dufour | 2023-05-10 | 1 | -3/+43 |
| | |||||
* | add support for armv6l | Quentin Dufour | 2023-05-09 | 1 | -7/+31 |
| | |||||
* | static nix build for linux/amd64 | Quentin Dufour | 2023-05-09 | 5 | -1799/+2945 |
| | |||||
* | WIP cargo2nix | Quentin Dufour | 2023-03-13 | 3 | -0/+4215 |
| | |||||
* | use the raw_message() callbump_mail_parser | Quentin Dufour | 2023-03-09 | 1 | -11/+10 |
| | |||||
* | upgrade mail parser | Quentin Dufour | 2023-03-09 | 2 | -4/+4 |
| | |||||
* | update readme | Quentin Dufour | 2023-02-07 | 1 | -1/+5 |
| | |||||
* | add stalwart results | Quentin Dufour | 2023-02-07 | 196 | -0/+202 |
| | |||||
* | debug | Quentin Dufour | 2023-02-07 | 1 | -3/+4 |
| | |||||
* | bump mail_parser | Quentin Dufour | 2023-02-07 | 4 | -120/+69 |
| | |||||
* | Remove unused pretty_env_logger dependency | Alex Auvolat | 2022-08-31 | 2 | -60/+0 |
| | |||||
* | Add warning about k2v | Quentin Dufour | 2022-08-03 | 1 | -1/+1 |
| | |||||
* | Update documentation | Quentin Dufour | 2022-08-03 | 6 | -45/+94 |
| | |||||
* | Add a configuration reference page | Quentin Dufour | 2022-08-01 | 3 | -2/+136 |
| | |||||
* | Add an IMAP trace in the doc | Quentin Dufour | 2022-08-01 | 1 | -0/+39 |
| | |||||
* | First iteration on documentation | Quentin Dufour | 2022-08-01 | 22 | -0/+787 |
| | |||||
* | Fix open_mailbox | Alex Auvolat | 2022-07-21 | 3 | -16/+20 |
| | |||||
* | Implement COPY | Alex Auvolat | 2022-07-21 | 3 | -25/+73 |
| | |||||
* | Move to mail_parser 0.5 | Alex Auvolat | 2022-07-20 | 5 | -243/+194 |
| | |||||
* | Remove broken tests | Alex Auvolat | 2022-07-20 | 1 | -2/+6 |
| | |||||
* | Reorganize tests a bit | Alex Auvolat | 2022-07-20 | 7 | -157/+51 |
| | |||||
* | Move back to mainline mail-parser | Alex Auvolat | 2022-07-20 | 5 | -68/+85 |
| | | | | | - this removes the bug introduced in 0fe5fe071 - but adds some bugs where the body structure is not returned properly | ||||
* | Start testing of mail parsing crates | Alex Auvolat | 2022-07-20 | 8 | -183/+230 |
| | |||||
* | Implement Fetch BODY[HEADERS.FIELDS] and BODY[HEADER.FIELDS.NOT] | Alex Auvolat | 2022-07-15 | 1 | -2/+35 |
| | |||||
* | better name and cleanup | Alex Auvolat | 2022-07-15 | 2 | -10/+10 |
| | |||||
* | Some more FETCH things work | Alex Auvolat | 2022-07-15 | 8 | -61/+435 |
| | |||||
* | begin impl fetch body[xxxx] | Alex Auvolat | 2022-07-13 | 1 | -8/+46 |
| | |||||
* | Refactor stuff to indeed release resources | Alex Auvolat | 2022-07-13 | 1 | -34/+23 |
| | |||||
* | Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEEN | Alex Auvolat | 2022-07-13 | 3 | -32/+18 |
| | |||||
* | reformat | Alex Auvolat | 2022-07-13 | 1 | -2/+3 |
| | |||||
* | Fix list wildcards | Alex Auvolat | 2022-07-13 | 5 | -31/+85 |
| | |||||
* | Correctly implement UID FETCH and UID STORE | Alex Auvolat | 2022-07-13 | 1 | -21/+46 |
| | |||||
* | Implement opportunistic sync based on watch value, and use it | Alex Auvolat | 2022-07-13 | 4 | -30/+57 |
| | |||||
* | Begin add watch mechanism to Bayou | Alex Auvolat | 2022-07-13 | 4 | -36/+142 |
| | |||||
* | Small changes to .update() | Alex Auvolat | 2022-07-13 | 2 | -34/+34 |
| | |||||
* | small fixes | Alex Auvolat | 2022-07-13 | 2 | -3/+8 |
| | |||||
* | LMTP refactoring, implement EXPUNGE | Alex Auvolat | 2022-07-13 | 4 | -39/+63 |
| | |||||
* | "set flags" as a bayou op | Alex Auvolat | 2022-07-13 | 4 | -24/+45 |
| | |||||
* | implement STORE | Alex Auvolat | 2022-07-12 | 2 | -29/+119 |
| | |||||
* | Cleanup | Alex Auvolat | 2022-07-12 | 1 | -7/+4 |
| | |||||
* | Implement APPEND | Alex Auvolat | 2022-07-12 | 4 | -12/+127 |
| | |||||
* | Fix Subscribed | Alex Auvolat | 2022-07-12 | 1 | -4/+3 |
| | |||||
* | Implement STATUS | Alex Auvolat | 2022-07-12 | 4 | -43/+127 |
| |