Email enCOder DECoder in Rust. Support Internet Message Format and MIME (RFC 822, 5322, 2045, 2046, 2047, 2048, 2049). https://aerogramme.deuxfleurs.fr
Go to file
2023-06-08 22:02:13 +02:00
src Parse the end of the header section 2023-06-08 21:58:24 +02:00
.gitignore Initial commit 2023-06-08 14:58:20 +02:00
Cargo.lock Initial commit 2023-06-08 14:58:20 +02:00
Cargo.toml add a GPL-3.0 license 2023-06-08 22:02:13 +02:00
README.md Add a README.md 2023-06-08 21:59:41 +02:00
rfc822.eml Initial commit 2023-06-08 14:58:20 +02:00

imf-codec

This is currently only a decoder (parser), encoding is not supported.