|
Hello I'm evaluating the Secure POP3 for .NET component, and got it working against our Exchange server. When I use Gmail, I can only get the email that arrived since I connected the last time. According to the mail.google.com site I have 6 unread mails in my inbox, but when I connect with Rebex.Net.Pop3 GetMessageCount and GetMessageList return 0. If I send a new email to Gmail and connect again GetMessageCount and GetMessageList return 1. If I then connect again they return 0.
|
|
Hello, I've verified that both Rebex POP3 and MailBee POP3 components behave the same. When the entire message is downloaded, it won't appear in the message list the next time. That occurs when using e.g. Rebex Simply:
NOTE: the behavior described only applies if the POP3 session is properly disconnected (by calling Here are two samples (using Rebex and MailBee components) that do the same. Both are retrieving the POP3 messages just one time. Sample using Rebex Pop3 component:
Sample using MailBee Pop3 component:
NOTE: The behavior mentioned in this post is specific for the Gmail POP3 communication. Other POP3 server would behave another way. Hmm, what about using IMAP instead of POP3 protocol? It might be solution to your scenario.
(04 Feb '11, 14:57)
Martin Vobr ♦♦
|
|
Hello, it looks like your GMail account is configured to sends only fresh messages via POP3 protocol. You might need to reconfigure it. To do so:
This should help. Alternatively you can try IMAP for accessing your GMail mailbox. It will enable you to access all your emails and not only messages in the inbox. POP Download is already set correct. Today I could download all 6 emails when I connected. I then ran the program again and got 0 emails back. When I check in gmail the emails are stil there, and my program do not delete the emails. I have tried with another email component and it always get all the emails.
(03 Feb '11, 14:55)
Kasper Kirke...
Would it be possible to create a communication log as described at http://www.rebex.net/kb/logging.aspx and either include it in your question or send it to support@rebex.net for analysis? It should help us to determine what's going wrong. Also please let me know which other email component are you using so I can try it to and eventually found about the differences.
(03 Feb '11, 16:50)
Martin Vobr ♦♦
|
|
Here is the log. The other component I used was MailBee.NET Objects POP3.
|
