Re processing emails on error from pop3 account
Posted
by Timmy O' Tool
on Stack Overflow
See other posts from Stack Overflow
or by Timmy O' Tool
Published on 2010-06-10T17:30:06Z
Indexed on
2010/06/10
17:32 UTC
Read the original article
Hit count: 283
Hi! I have an application that read emails from a pop3 account. When I connect to the account I download all new emails and process body and attachments.
If there is an error processing one of the emails I would like to download it again next time I connect to the account but since I only get new emails and the failed one was already downloaded I don't get it so I can try to process it again.
I can do it this with any pop3 command or I have to store locally failed emails?
© Stack Overflow or respective owner