Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Messages via POP #2

Open
GoogleCodeExporter opened this issue Apr 21, 2016 · 2 comments
Open

Get Messages via POP #2

GoogleCodeExporter opened this issue Apr 21, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Connect to pop.gmail.com (110)
2.Get my store use POP3SSLStore
3.Get Inbox via store.getFolder("INBOX");
4.Get all messages via folder.getMessages();

What is the expected output? 
   I check my Inbox via google.mail, it have 1246 messages so
    - The size of the folder (number of messages) should be return a 1246
or nearly. It means that: messages.length ~ 1246.

What do you see instead?
   The number of messages be return is 250, even i try for another account,
it still return a number less than the correct number (let's 350/830).

What version of the product are you using? On what operating system?
  - I use Android 1.5 (Google API)
  - Tested on Ubuntu OS

Please provide any additional information below.


Original issue reported on code.google.com by th.hie...@gmail.com on 23 Dec 2009 at 8:38

@GoogleCodeExporter
Copy link
Author

can you test your code with a sun jvm + desktop version of javamail ?

Original comment by thiel.al...@gmail.com on 28 Dec 2009 at 1:05

@GoogleCodeExporter
Copy link
Author

Might this be the case:

Q: Why don't I see all my messages when accessing Gmail with POP3? 
A: Gmail has settings that control which of your messages are available via the 
POP3 protocol. See the Gmail settings page to change the configuration of your 
Gmail account.

(See: http://www.oracle.com/technetwork/java/faq-135477.html#gmailsettings)

Original comment by lem...@gmail.com on 8 Sep 2012 at 6:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant