How can I decode a quotedprintable encoded String?

▼魔方 西西 提交于 2019-12-08 21:08:50

问题


I'm writing a webmail app and need to decode Quotedprintable values in the emails header fields.

I've tried several decode functions from various packages on haskell, so far without luck.

How can I decode for example this string:

"freelancermap Newsletter:  Erfolgreich =?ISO-8859-1?Q?selbstst=E4ndig?= mit Sicherheit"

来源:https://stackoverflow.com/questions/15098452/how-can-i-decode-a-quotedprintable-encoded-string

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!