"Check email" process is reading all mail
Posted: 14 Jan 2013, 03:56
Hi,
I have set this up, and when I run the bug_report_mail.php script it picks up all the mail in the mailbox, so I'm getting repeats of everything. It doesn't ignore mail that has already been processed.
Email reporting version - Jan 2011 - EmailReporting-0.9.0-DEV
MantisBT version - 1.2.8
Using POP3
I have this in the config_inc.php file :
# Delete incoming mail from POP3 server
$g_mail_delete = ON;
Apart from that it works - email sent to the address get processed and added to Mantis, but the problem is it doesn't flag that they have already been processed, and it doesn't delete them from the mailbox.
I have set this up, and when I run the bug_report_mail.php script it picks up all the mail in the mailbox, so I'm getting repeats of everything. It doesn't ignore mail that has already been processed.
Email reporting version - Jan 2011 - EmailReporting-0.9.0-DEV
MantisBT version - 1.2.8
Using POP3
I have this in the config_inc.php file :
# Delete incoming mail from POP3 server
$g_mail_delete = ON;
Apart from that it works - email sent to the address get processed and added to Mantis, but the problem is it doesn't flag that they have already been processed, and it doesn't delete them from the mailbox.