电子邮件原始内容解码

email raw content decode

我有一封包含此消息的非多部分电子邮件:

Ciao come stai? Tutto bene? Io sono=
sempre qui, tutto ok. Come stanno i tuo=
i genitori?=
Hai visto le attivit=E0??? 

如何解码原始内容? 我正在使用 Zend Mail (1.12)

我看到很多答案,但是 none 帮助了我

它用 quoted-printable 编码。

检查 headers,如果消息使用 quoted-printable 编码,则使用 Zend_Mime_Decode::decodeQuotedPrintable 函数对消息进行解码。