aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* finally code that buildbodyextQuentin Dufour2023-10-101-121/+109
|
* WIP refactor, support LSPQuentin Dufour2023-10-092-216/+251
|
* WIPQuentin Dufour2023-09-281-26/+123
|
* add back header fieldsQuentin Dufour2023-09-212-10/+16
|
* partial re-implementation of body extQuentin Dufour2023-08-163-104/+111
| | | | header fields is still missing
* ignore generated files for lang detectionQuentin Dufour2023-07-261-0/+2
|
* downgrade serde0.1.0Quentin Dufour2023-07-264-41/+70
|
* update cargo.lock and cargo.nixQuentin Dufour2023-07-253-839/+708
|
* bump versionQuentin Dufour2023-07-251-2/+2
|
* finalize for release 0.1.0Quentin Dufour2023-07-254-170/+38
|
* Put the logo firstQuentin Dufour2023-07-251-2/+2
|
* Fix license blockQuentin Dufour2023-07-251-3/+3
|
* fix readmeQuentin Dufour2023-07-251-2/+6
|
* finalize eml-codec integrationQuentin Dufour2023-07-2510-370/+142
|
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-256-679/+607
|
* improve docQuentin Dufour2023-05-151-0/+10
|
* clippy lint fixQuentin Dufour2023-05-1517-131/+154
|
* dockernix-buildQuentin Dufour2023-05-111-3/+29
|
* clippy buildQuentin Dufour2023-05-101-3/+43
|
* add support for armv6lQuentin Dufour2023-05-091-7/+31
|
* static nix build for linux/amd64Quentin Dufour2023-05-095-1799/+2945
|
* WIP cargo2nixQuentin Dufour2023-03-133-0/+4215
|
* use the raw_message() callbump_mail_parserQuentin Dufour2023-03-091-11/+10
|
* upgrade mail parserQuentin Dufour2023-03-092-4/+4
|
* update readmeQuentin Dufour2023-02-071-1/+5
|
* add stalwart resultsQuentin Dufour2023-02-07196-0/+202
|
* debugQuentin Dufour2023-02-071-3/+4
|
* bump mail_parserQuentin Dufour2023-02-074-120/+69
|
* Remove unused pretty_env_logger dependencyAlex Auvolat2022-08-312-60/+0
|
* Add warning about k2vQuentin Dufour2022-08-031-1/+1
|
* Update documentationQuentin Dufour2022-08-036-45/+94
|
* Add a configuration reference pageQuentin Dufour2022-08-013-2/+136
|
* Add an IMAP trace in the docQuentin Dufour2022-08-011-0/+39
|
* First iteration on documentationQuentin Dufour2022-08-0122-0/+787
|
* Fix open_mailboxAlex Auvolat2022-07-213-16/+20
|
* Implement COPYAlex Auvolat2022-07-213-25/+73
|
* Move to mail_parser 0.5Alex Auvolat2022-07-205-243/+194
|
* Remove broken testsAlex Auvolat2022-07-201-2/+6
|
* Reorganize tests a bitAlex Auvolat2022-07-207-157/+51
|
* Move back to mainline mail-parserAlex Auvolat2022-07-205-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 cratesAlex Auvolat2022-07-208-183/+230
|
* Implement Fetch BODY[HEADERS.FIELDS] and BODY[HEADER.FIELDS.NOT]Alex Auvolat2022-07-151-2/+35
|
* better name and cleanupAlex Auvolat2022-07-152-10/+10
|
* Some more FETCH things workAlex Auvolat2022-07-158-61/+435
|
* begin impl fetch body[xxxx]Alex Auvolat2022-07-131-8/+46
|
* Refactor stuff to indeed release resourcesAlex Auvolat2022-07-131-34/+23
|
* Remove OK [UNSEEN x] responses to SELECT and EXAMINE, and fix STATUS UNSEENAlex Auvolat2022-07-133-32/+18
|
* reformatAlex Auvolat2022-07-131-2/+3
|
* Fix list wildcardsAlex Auvolat2022-07-135-31/+85
|
* Correctly implement UID FETCH and UID STOREAlex Auvolat2022-07-131-21/+46
|