purebred-mua / purebred-email

A fast email parsing library implemented in Haskell
https://hackage.haskell.org/package/purebred-email
GNU Affero General Public License v3.0
23 stars 4 forks source link

Mailbox "name" renders 8bit #50

Closed singpolyma closed 4 years ago

singpolyma commented 4 years ago
renderMailbox $ Mailbox (Just "世") addr

This produces 8bit output instead of using encoded words on the name portion

frasertweedale commented 4 years ago

confirmed; thanks for the report