How can I check the content transfer encoding of incoming emails using Zend framework

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-04-03T06:37:51Z Indexed on 2010/04/03 6:43 UTC
Read the original article Hit count: 491

How can I detect the content-transfer-encoding of emails in the inbox using Zend framework.
I need to check to make sure whether a message is qyoted printable content so I can run a decode upon it somehow. The encoding doesn't appear in the message object that I get from using Zend_Mail_Imap_Storage::getMessage

please help

© Stack Overflow or respective owner

Related posts about email

Related posts about zend-framework