Jump to content

varu

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

varu's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This is the code: $label = '[Gmail]/All Mail'; $gmailConnection = imap_open('{imap.gmail.com:993/ssl/novalidate-cert}'.$label, $username, $password, OP_READONLY); if( $gmailConnection === false ) die('Cannot connect to gmail, account '.$username.'<br />Error: '.imap_last_error()); Thank you
  2. 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)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.