mnako / letters

Letters, or how to parse emails in Go
MIT License
46 stars 9 forks source link

fix: avoid panic if decodeHeader gets unknown encoding label #50

Closed nikonov1101 closed 1 year ago

nikonov1101 commented 1 year ago

I've fixed #49 in my fork anyway, so here is the patch to the main repo!

mnako commented 1 year ago

Fixed (and added tests) in https://github.com/mnako/letters/pull/54.