Jump to content

IMAP Open gmail error. Too many e-mails

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
varu

varu

    Newbie

  • Members
  • Pip
  • 2 posts
I'm building a PHP application that's connect to gmail and download the messages. I have an account that contains more than two millions messages and the PHP cannot connect to that account. What can I do?
The error is:
Mailbox has more messages (2004032) exist than maximum (1000000)

Can be increased this limit?

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
I have a feeling that this error is returned from the IMAP server accepting the connection, and will be out of your reach to change.

PS: Why did you post this question on 3 different forums?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
varu

varu

    Newbie

  • Members
  • Pip
  • 2 posts
I don't think the problem is generated by gmail server. I hope so :)
I posted on 3 different forums because I need to fix this problem fast and I don't know how :(