Hi,
I am using mailhandler module (version 4.7) in my drupal project. It reads the mails sent from all the mail browsers like Gmail, Yahoo, AOL, Hotmail and Out Look from the INBOX and gets published them into the site. This module includes the IMAP functions to get the structure of the mail.
Does it also use the POP3 functions?
I have problem with this module, it not reading the forwarded mail from yahoo classic version. Since in yahoo classic version when a mail is forwarded it treats that mail as an attachment and in the body a message is displayed “Note: forwarded message is attached”. The mailhandler module is not reading these forwarded mail content, but it reads the mail subject, from address not the mail body content. Because of this empty mail body is storing in the database.
Can someone please provide idea on resolving this issue? I will be very thankful.
Comments
Comment #1
pasqualleComment #2
z.stolar commentedThis is not a bug, since mailhandler is designed to use the mail's body, and if it is empty - there is nothing to show, is there? Marking as a feature request.
Also, I changed the version to HEAD, since the 4.7 branch is no longer maintained.
Is the forwarded mail attached to the created node? What suffix does it have?