ID: 11689 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IMAP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Read also the manual page for imap_open() Previous Comments: --------------------------------------------------------------------------- [2001-06-26 09:01:05] [EMAIL PROTECTED] Use 'or' instead of '||' and RTFM: http://www.php.net/manual/en/language.operators.precedence.php --Jani --------------------------------------------------------------------------- [2001-06-26 03:38:58] [EMAIL PROTECTED] <? $mail = imap_open("{xxx.com/POP3:110}","xxx","xxx") || die("Erreur :".imap_last_error()); ?> For all server, login and password the issue is this : Can't open mailbox {feraudet.com/POP3:110}: invalid remote specification --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=11689&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]