Download Mail not deleting emails from Inbox

By gversion - April 27, 2017

Hello,

My Download Mail plugin is successfully importing messages but it is not removing them from the Inbox. As I have set the cron to run every 1 minute, this means that the same email is being imported into the database every minute!

I am using POP3. For some reason I can't connect via IMAP.

I would be very grateful if someone could assist me with this.

Thank you,

Greg

By gversion - April 27, 2017 - edited: April 27, 2017

By the way, I have disabled "test" mode so that's not the issue...

By Dave - April 28, 2017

Hi Greg, 

Can you check that 'archive' blank and testmode is false (without quotes)?

'archive'  => '', // IMAP Only, move messages to this folder instead of deleting them
/// ... 
'testmode' => false, // (optional) don't archive or erase messages after downloading them

Let me know, thanks!

Dave Edis - Senior Developer
interactivetools.com

By gversion - April 28, 2017

Hi Dave,

Thanks for the suggestion. This seems to be now working.

Regards,

Greg