When working more with mime, it sometimes is needed to decode mail.
E.g. we capture sent mails and want to display them to an admin.
Are you open to add more complete mime API support and e.g. also add decode / header decode functions?
My research also led me to:
http://pear.php.net/manual/en/package.mail.mail-mime.php
http://pear.php.net/manual/en/package.mail.mail-mimedecode.php
Is there some reason why we're not working with those?
Please tell me the preferred direction for us to contribute.
Comments
Comment #1
miro_dietikerAlso found a quick overview of decoding howto:
http://www.theukwebdesigncompany.com/articles/pear-mimedecode-module.php
There's also a special decoder project at freshmeat:
http://freshmeat.net/projects/phpmimemaildecoder
I didn't have a look at it...
Comment #2
sgabe commentedI think using Pear::Mail_Mime would be a good idea but we need to hear Allie's and Jeremiah's opinion about this first. However, in my opinion we should think about this as a new approach on Drupal 7 for Mime Mail's second branch.
Comment #3
pillarsdotnet commentedThe Mail MIME module provides Drupal wrappers for the above-mentioned PEAR modules.
Comment #4
tr commented