### Basic email parsing - [x] RFC [5322](https://tools.ietf.org/html/rfc5322): `Working implementation` - [ ] RFC [6854](https://tools.ietf.org/html/rfc6854) ### Mime support - [x] RFC [2045](https://tools.ietf.org/html/rfc2045): `Working implementation` - [x] RFC [2231](https://tools.ietf.org/html/rfc2231): `Working implementation` - [ ] RFC [6532](https://tools.ietf.org/html/rfc6532) - [x] RFC [2183](https://tools.ietf.org/html/rfc2183): `Working implementation` - [x] RFC [2046](https://tools.ietf.org/html/rfc2046): `Working implementation` - [ ] RFC [5147](https://tools.ietf.org/html/rfc5147) - [x] RFC [6657](https://tools.ietf.org/html/rfc6657): `Working implementation` - [ ] RFC [8098](https://tools.ietf.org/html/rfc8098) - [x] RFC [2047](https://tools.ietf.org/html/rfc2047): `Working implementation` - [x] RFC [2231](https://tools.ietf.org/html/rfc2231): `Working implementation` - [ ] RFC [2048](https://tools.ietf.org/html/rfc2048) - [ ] RFC [3023](https://tools.ietf.org/html/rfc3023) - [ ] RFC [4288](https://tools.ietf.org/html/rfc4288) - [ ] RFC [4289](https://tools.ietf.org/html/rfc4289) - [ ] RFC [2049](https://tools.ietf.org/html/rfc2049) ### DKIM support DKIM support is being developed in the [dkim crate](https://github.com/Mubelotix/dkim). ### PGP Not the priority