Question:
I am trying our Chilkat Mail and in this I have run into an unusual problem.
I am using following code to get Mail Count:
MsgBox "Mail Count BEFORE 'Pop3BeginSession': " & ChilkatMailMan21.GetMailboxCount() ChilkatMailMan21.Pop3BeginSession MsgBox "Mail Count AFTER 'Pop3BeginSession': " & ChilkatMailMan21.GetMailboxCount()
Both of these return the same mail count which again does not match with the actual mail count on GMail.
I have to note that each mail will always have an attachment which is always less than 3K in size.
Here is the session info:
Session Log
**** Connected to pop.gmail.com:995
< +OK Gpop ready for requests from 182.237.14.2 b2pf15314200pbd.26
> USER amrdistphc@gmail.com
< +OK send PASS
> PASS ****
< +OK Welcome.
> STAT
< +OK 4696 13931849
Has anyone ever faced such a problem?
See this Chilkat blog post about the Number of Messages in a POP3 Inbox
Also see these Chilkat posts about GMail: