SpartaSystems / holdmail

HoldMail is a Java Application for proxying SMTP mail, providing a browsable viewer for captured emails.
Apache License 2.0
32 stars 15 forks source link

Issue #28 - Support RFC2231-encoded header value parameters, if present. #56

Closed barryoneill closed 6 years ago

barryoneill commented 6 years ago

This PR adds a best-effort RFC2231 implementation, which hopefully should resolve a lot of the multilanguage problems holdmail has (attachment filenames, subject etc).

This doesn't close out #28 - a future PR will add some improved integration coverage.