Hello,
I want to program a POP3 email reader (like CS_Email_Monitor from vbsourcecode). My gmx email server stores the mails from the last 14 days. Every morning at 5h AM the email server deletes the 15 days old messages.
Sample:
4h59 AM : server has 119 messages
5h01 AM : server has 112 messages
The problem is: How can I detect message 112 being the message already loaded from
my mail reader program when running the mail program e.g. at 9h AM?
I want to program a POP3 email reader (like CS_Email_Monitor from vbsourcecode). My gmx email server stores the mails from the last 14 days. Every morning at 5h AM the email server deletes the 15 days old messages.
Sample:
4h59 AM : server has 119 messages
5h01 AM : server has 112 messages
The problem is: How can I detect message 112 being the message already loaded from
my mail reader program when running the mail program e.g. at 9h AM?