Project

General

Profile

Fetched mails from IMAP are treated as failed

Added by Richard Hafenscher 12 months ago

Hi,

I use redmine:email:receive_imap to fetch mails from Outlook 365 IMAP server. Actually I use the OAuth2 patch from https://github.com/beam/redmine-email-oauth, but this doesn't make any difference to the issue.
I use the command with the options move_on_success and move_on_failure to move mails into different folders after downloading.

Mails are downloaded from the server and imported successfully as a new issue or appended to an existing one. However, all are moved to the folder stated at move_on_failure.

rake doesn't throw any failure or other output, when receiving mails. Anyway the mail is moved to the failed folder.

Any ideas, what's going wrong here?

Richard