Improvements
- Accept invalid (according to RFC 5322) email addresses in
From:
lines of mail-formatted patches (#44) - More closely follow Git's logic when parsing identities with
ParsePatchIdentity
(#44)- Extract email addresses even when they do not appear in angle brackets
- Consider content that appears after the email address as part of the name
- Unquote escaped characters in quoted strings and RFC 5322 comments
- Normalize runs of white space in names to single space characters