Decision Workspace
email-encoding vs mailrs-rfc2047 vs mailrs-rfc2231
Side-by-side comparison of Rust crates
58
email-encoding
growingv0.4.1
Low level email encoding RFCs implementations
57
mailrs-rfc2047
experimentalv1.1.2
RFC 2047 MIME encoded-word decoder. Decodes =?charset?(B|Q)?text?= subjects + display names to UTF-8. Supports the full WHATWG Encoding charset set via encoding_rs (UTF-8, ISO-8859-*, Windows-*, ISO-2022-JP, Shift_JIS, EUC-KR, GB18030, …).
52
mailrs-rfc2231
experimentalv1.0.0
RFC 2231 MIME parameter encoder + decoder. Handles non-ASCII filenames in Content-Type / Content-Disposition (e.g. `filename*=UTF-8''…`). Pairs with mailrs-rfc2047 for the full MIME header encoding suite.
Core Metrics
| email-encoding | mailrs-rfc2047 | mailrs-rfc2231 | |
|---|---|---|---|
| Health Score | 58 | 57 | 52 |
| Total Downloads | 8.2M | 80 | 35 |
| 30d Downloads | 1.2M | 0 | 0 |
| Dependents | 32 | 4 | 4 |
| Releases | 10 | 4 | 1 |
| Last Updated | 410d ago | 3d ago | 3d ago |
| Age | 4y 1m | 4d | 3d |
Health Breakdown
email-encoding
Maintenance
6
Quality
17
Community
15
Popularity
8
Documentation
12
mailrs-rfc2047
Maintenance
19
Quality
15
Community
8
Popularity
2
Documentation
13
mailrs-rfc2231
Maintenance
13
Quality
16
Community
8
Popularity
2
Documentation
13
Technical Details
| email-encoding | mailrs-rfc2047 | mailrs-rfc2231 | |
|---|---|---|---|
| Version | 0.4.1 | 1.1.2 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 3 | 5 | 2 |
| Crate Size | 17KB | 24KB | 17KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.63 | — | — |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •email-encoding leads with a health score of 58/100, but none of the options score above 80.
- •⚠ email-encoding has not been updated in over a year.
- •email-encoding is pre-1.0 — API may change.