jhillyerd / enmime

MIME mail encoding and decoding package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate double quote surrounded encoded words in headers

jhillyerd opened this issue · comments

While writing Inbucket tests, I noticed that " is leaking into address names.

Got: "Test of ȇɲʢȯȡɪɴʛ" recipient@inbucket.org
Want: Test of ȇɲʢȯȡɪɴʛ recipient@inbucket.org

Version: enmime v0.2.1

commented

Hey, since I'm poking around in this area, could you point me at a reproduction test?

I think this was the case that triggered it: sample.txt

It doesn't repro with the current development branch, let me try with 0.2.1.

Hmm, 0.2.1 doesn't seem to do it either (using cmd/mime-dump for both), it may be an issue with Inbucket then.

commented

If this is not currently reproducible, may we close this issue?