1

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

mjv
  • 73,152
  • 14
  • 113
  • 156
Ali
  • 7,353
  • 20
  • 103
  • 161
  • how do you know the header doesn't appear in the message object? Are you doing `$msg->getHeader('content-transfer-encoding');` and getting nothing? – jah Apr 03 '10 at 13:54

0 Answers0