Item11379: MailInContrib misses incoming mails

pencil
Priority: Enhancement
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: MailInContrib
Branches: trunk
Reported By: AndreLichtsteiner
Waiting For:
Last Change By: CrawfordCurrie
Mails arriving just while MailInContrib is processing a mailbox might get missed to be picked up.

MailInContrib keeps a timestamp file in $workdir. But the timestamp gets set at the end of processing the mailbox with time(). All emails arriving between the mail folder gets read in processInbox() and writing of the timestamp in wrapUp() will be missed.

-- AndreLichtsteiner - 21 Dec 2011

Good point, I changed it to stamp the time at the start of the run, not the end.

-- CrawfordCurrie - 07 May 2014

 
Topic revision: r4 - 07 May 2014, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy