Jump to content

hitman81

Members
  • Posts

    6
  • Joined

  • Last visited

hitman81's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Perfect man ! YOU ARE THE BEST Good job
  2. Here the code, is very very simple: <?php $mbox = imap_open ('{imap.aol.com:993/imap/ssl}INBOX', 'user', 'pass' ) or die("can't connect: " . imap_last_error()); print_r($mbox); ?> or (for gmail account) <?php $mbox = imap_open ('{imap.gmail.com:993/imap/ssl}INBOX', 'user', 'pass' ) or die("can't connect: " . imap_last_error()); print_r($mbox); ?>
  3. Sure, i'm not a newbie. Are you a server administrator? Did you try to use imap php extension ? The problem is on helios server configuration.
  4. I tried also with a gmail account... same problem :-(
  5. Ehy...someone can explane me this problem? Why none Helios Administrator can explane me this situation? Are you all sleeping?
  6. There is a problem with IMAP PHP EXTENSION. If i try to execute a simple script with imap_open() function, i obtain Warning: imap_open() [function.imap-open]: Couldn't open stream {imap.aol.com:993/imap/ssl}INBOX in /home/hitman/public_html/index.php on line 2 can't connect: Can't connect to open.gopen.imap.aol.com,993: Connection timed out i think that surely it's a problem of server configuration. I hope that server administrator can solve this problem soon. P.S. I'm talking about a FREE HelioHosting
×
×
  • Create New...