aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Switch version to 0.2.1bug/deploymentQuentin Dufour2024-02-081-1/+1
|
* upgrade k2v to 0.9.1Quentin Dufour2024-01-301-1/+1
|
* Various post-release fixesQuentin Dufour2024-01-251-1/+1
|
* Basic parsing of Dovecot Client CommandsQuentin Dufour2024-01-241-1/+2
|
* Dovecot auth typesQuentin Dufour2024-01-241-0/+1
|
* Add TLS supportQuentin Dufour2024-01-231-0/+3
|
* Rework some details (env var, cargo desc)Quentin Dufour2024-01-221-1/+1
|
* Fix Cargo.toml advertised licence, Aerogramme is EUPLQuentin Dufour2024-01-201-1/+1
|
* switch to version 0.2.0Quentin Dufour2024-01-201-1/+1
|
* Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-statusQuentin Dufour2024-01-201-0/+1
|
* update imap-codecQuentin Dufour2024-01-101-6/+4
|
* Optional Parameters with the SELECT/EXAMINE CommandsQuentin Dufour2024-01-091-2/+4
| | | | See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4
* Select what to fecth for searchQuentin Dufour2024-01-051-1/+1
|
* create a single behavior test with all filesQuentin Dufour2024-01-041-12/+2
|
* append ignore dates instead of failingQuentin Dufour2024-01-031-1/+1
|
* add test for imap moveQuentin Dufour2024-01-031-0/+5
|
* add test for the unselect extensionQuentin Dufour2024-01-031-0/+5
|
* Common module in test createdQuentin Dufour2024-01-031-2/+2
|
* broken build, reworked dependenciesQuentin Dufour2023-12-301-28/+42
|
* check statusQuentin Dufour2023-12-301-1/+0
|
* add a basic testQuentin Dufour2023-12-281-0/+6
|
* WIP k2vQuentin Dufour2023-12-221-1/+1
|
* upgrade argon2, add aws-sdk-s3Quentin Dufour2023-12-211-5/+3
|
* implement the reload featureQuentin Dufour2023-12-141-0/+1
|
* it compiles again!Quentin Dufour2023-12-131-1/+1
|
* partial re-implementation of body extQuentin Dufour2023-08-161-1/+1
| | | | header fields is still missing
* downgrade serde0.1.0Quentin Dufour2023-07-261-1/+1
|
* bump versionQuentin Dufour2023-07-251-2/+2
|
* finalize for release 0.1.0Quentin Dufour2023-07-251-2/+2
|
* finalize eml-codec integrationQuentin Dufour2023-07-251-2/+1
|
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-251-5/+3
|
* static nix build for linux/amd64Quentin Dufour2023-05-091-6/+7
|
* upgrade mail parserQuentin Dufour2023-03-091-1/+1
|
* bump mail_parserQuentin Dufour2023-02-071-1/+1
|
* Remove unused pretty_env_logger dependencyAlex Auvolat2022-08-311-1/+0
|
* Move to mail_parser 0.5Alex Auvolat2022-07-201-2/+2
|
* Reorganize tests a bitAlex Auvolat2022-07-201-0/+6
|
* Move back to mainline mail-parserAlex Auvolat2022-07-201-1/+1
| | | | | - 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-201-1/+1
|
* Some more FETCH things workAlex Auvolat2022-07-151-0/+1
|
* Fix list wildcardsAlex Auvolat2022-07-131-1/+0
|
* Implement LISTAlex Auvolat2022-07-121-0/+1
|
* Correctly count lines + bytesQuentin Dufour2022-07-071-1/+1
|
* Fix envelope + rfc822 message size+line numberQuentin Dufour2022-07-061-1/+1
|
* Implement IMAP fetch internaldateQuentin Dufour2022-06-301-2/+4
|
* Rename mailrage to aerogramme in missing placesAlex Auvolat2022-06-301-1/+1
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-0/+1
|
* Switching to upstream boitalettresQuentin Dufour2022-06-281-1/+1
|
* Use unrestricted IMAP ResponseQuentin Dufour2022-06-171-1/+1
|
* Add LMTP supportQuentin Dufour2022-06-151-11/+8
|\