Author |
|
Dmitry Newbie
Joined: 12 November 2009 Location: Ukraine
Online Status: Offline Posts: 4
|
Posted: 23 April 2010 at 5:17am | IP Logged
|
|
|
Hello,
Is there abilyty to receive only new messages from mailbox in the MailBee.NET POP3 object? If it's not, can you advase the best way to do it using MailBee.NET POP3 object? Only way that I found - store the UIDs of the already received messages but maybe there is better way :-)
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 April 2010 at 5:53am | IP Logged
|
|
|
Since POP3 protocol does not offer support for read/unread message status, the only way is the one you mentioned. Check this Knowledge Base article for details on this.
On the other hand, in some cases it may be suitable to remove messages from POP3 account once they're retrieved by your application; pretty much close to what GMail did about their POP3 service.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|