Hey there!

Got Mailhandler x Feeds enabled and working on Drupal. Although, I cannot manage to get my mails imported. When I run import on the node page, I get following 'error' :
IMAP error in close_mailbox: Warning: MIME header encountered in non-MIME message
Although, my mailbox was checked properly:
Mailbox promo@mail.com was checked and contained 96 messages.

I'm really not into e-mail fetching / php-editing so I have no idea if this should be considered a bug or just a misconfiguration on my behalf... Any ideas?

Comments

Dane Powell’s picture

That's not a bug with Mailhandler but a warning thrown by the php_imap library. One of the messages you are retrieving must be corrupt.

I'm pretty sure Mailhandler intercepts these sorts of messages, maybe there needs to be a way to disable them or set the notification threshold.