I've been trying in earnest to get mail 2 web functionality working, and it seems I'm just about there. However, I can't seem to get messages back from Yahoo mail. Every time someone replies to a forum post using "reply above this line", when the email is picked up by the cron I get this error in my message log:
Received an email with no parameters from
Here are the things I've attempted to toggle, all with no success:
1) IMAP vs Pop in the mailhandler
2) text vs html in the mailhandler
3) Disabling/Enabling HTML Mail (thought this did turn out to be important to getting functionality to work with Google mail)
4) Changing the mailbox of the email inbox at our provider to compose in text (didn't know if it was relevant, but I thought I'd try)
5) toggling plaintext editor in Yahoo mail for replies from Yahoo mail
6) toggling plaintext vs html for the yahoo mail setting.
Currently I'm using filtered HTML as my default input format (modified to accept
and
, which I haven't yet attempted to toggle).
Comments
Comment #1
jose reyero commentedI don't know what may cause this issue and I'm not a user of yahoo mail myself so we'll need some more information to try to fix it:
- Does it work for you with other mail providers?
- Could you please provide us the full mail source for a reply mail so we can check the header parameters? (Possibly you'll need to get the mail with a real mail client (I.e. for thunderbird go to 'View > Message source')
Comment #2
Veggieryan commentedtry my patch here http://drupal.org/node/290214
it works on old and new yahoo mail
be sure you are sending out full headers.
Comment #3
jose reyero commentedOk, let's follow on that other thread then
http://drupal.org/node/290214