aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Basic parsing of Dovecot Client CommandsQuentin Dufour2024-01-241-0/+1
|
* Dovecot auth typesQuentin Dufour2024-01-241-0/+288
|
* Add TLS supportQuentin Dufour2024-01-231-2/+57
|
* Sync Cargo.nix with Cargo.lockQuentin Dufour2024-01-201-180/+177
|
* Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-statusQuentin Dufour2024-01-201-24/+25
|
* filter expungeQuentin Dufour2024-01-191-2/+2
|
* Update dependencyQuentin Dufour2024-01-171-1/+1
|
* Fetch and store modifiers are parsedQuentin Dufour2024-01-111-2/+2
|
* MODSEQ is now returned on non empty search resultsQuentin Dufour2024-01-111-2/+2
|
* MODSEQ search key first implementationQuentin Dufour2024-01-111-2/+2
|
* Fetch now support MODSEQ data itemQuentin Dufour2024-01-101-2/+2
|
* Implement HIGHESTMODSEQ for STATUSQuentin Dufour2024-01-101-2/+2
|
* upgrading imap-flow,codec,typesQuentin Dufour2024-01-101-3/+3
|
* update imap-codecQuentin Dufour2024-01-101-3/+5
|
* Optional Parameters with the SELECT/EXAMINE CommandsQuentin Dufour2024-01-091-2/+0
| | | | See: https://datatracker.ietf.org/doc/html/rfc4466#section-2.4
* Select what to fecth for searchQuentin Dufour2024-01-051-1/+1
|
* broken build, reworked dependenciesQuentin Dufour2023-12-301-648/+642
|
* check statusQuentin Dufour2023-12-301-46/+1
|
* add a basic testQuentin Dufour2023-12-281-40/+94
|
* WIP k2vQuentin Dufour2023-12-221-253/+139
|
* upgrade argon2, add aws-sdk-s3Quentin Dufour2023-12-211-52/+714
|
* implement the reload featureQuentin Dufour2023-12-141-7/+25
|
* it compiles again!Quentin Dufour2023-12-131-1/+1
|
* add back header fieldsQuentin Dufour2023-09-211-1/+1
|
* partial re-implementation of body extQuentin Dufour2023-08-161-3/+2
| | | | header fields is still missing
* downgrade serde0.1.0Quentin Dufour2023-07-261-8/+17
|
* update cargo.lock and cargo.nixQuentin Dufour2023-07-251-1/+1
|
* finalize for release 0.1.0Quentin Dufour2023-07-251-154/+11
|
* finalize eml-codec integrationQuentin Dufour2023-07-251-1/+3
|
* replacing mail_parser by eml_codec, first iterationQuentin Dufour2023-07-251-427/+459
|
* static nix build for linux/amd64Quentin Dufour2023-05-091-544/+955
|
* upgrade mail parserQuentin Dufour2023-03-091-3/+3
|
* bump mail_parserQuentin Dufour2023-02-071-7/+6
|
* Remove unused pretty_env_logger dependencyAlex Auvolat2022-08-311-59/+0
|
* Move to mail_parser 0.5Alex Auvolat2022-07-201-11/+0
|
* Reorganize tests a bitAlex Auvolat2022-07-201-1/+42
|
* Move back to mainline mail-parserAlex Auvolat2022-07-201-1/+2
| | | | | - 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/+46
|
* Fix list wildcardsAlex Auvolat2022-07-131-23/+0
|
* Implement LISTAlex Auvolat2022-07-121-0/+23
|
* Correctly count lines + bytesQuentin Dufour2022-07-071-1/+1
|
* Fix envelope + rfc822 message size+line numberQuentin Dufour2022-07-061-2/+1
|
* update k2v-clientAlex Auvolat2022-07-041-1/+1
|
* Implement IMAP fetch internaldateQuentin Dufour2022-06-301-8/+30
|
* Rename mailrage to aerogramme in missing placesAlex Auvolat2022-06-301-42/+42
|
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-0/+20
|
* Refactor to allow mutabilityAlex Auvolat2022-06-291-3/+3
|
* Switching to upstream boitalettresQuentin Dufour2022-06-281-1/+1
|
* Update smtp-server with new LMTP server APIupdate-smtp-serverAlex Auvolat2022-06-211-3/+3
|