summaryrefslogtreecommitdiffstats
path: root/rfc2822
AgeCommit message (Collapse)Author
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-04-30rfc2822: Improve documentationNeal H. Walfield
2019-04-30rfc2822: Improve commentsNeal H. Walfield
2019-04-29rfc2822: Use quickcheck. Fix edge cases.Neal H. Walfield
- Use quickcheck to test the parser. - To fix a number of edge cases that it uncovered, don't discard Component::WS, and compress them in components_merge more carefully intelligently. - Update the test vectors, and fix the edge cases.
2019-04-12Release 0.6.0.v0.6.0Justus Winter
- Also bump rfc2822 to 0.6.0. After all, we create tags for the versions.
2019-04-12buffered-reader, rfc2822: Use docs.rs for the documentation.Justus Winter
2019-04-12New crate sequoia-rfc2822.Neal H. Walfield
- An RFC 2882 mail name-addr parser.