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-12 22:08:34 +02:00
src refactor parser 2023-06-12 22:08:34 +02:00
.gitignore refactor parser 2023-06-12 22:08:34 +02:00
Cargo.lock implement date parsing 2023-06-12 11:54:15 +02:00
Cargo.toml implement date parsing 2023-06-12 11:54:15 +02:00
README.md implement comment foldable whitespace 2023-06-12 16:05:06 +02:00
rfc822.eml Initial commit 2023-06-08 14:58:20 +02:00

imf-codec

Work in progress, do not use in production

Focus: correctness over performance

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