php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11689 can't connect any server with imap c-client 4.1
Submitted: 2001-06-26 03:38 UTC Modified: 2001-06-26 09:01 UTC
From: cyril at feraudet dot com Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.0.4pl1 OS: Debian 2.2.19
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 - 35 = ?
Subscribe to this entry?

 
 [2001-06-26 03:38 UTC] cyril at feraudet dot com
<?
$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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-26 09:01 UTC] sniper@php.net
Use 'or' instead of '||' and RTFM:

http://www.php.net/manual/en/language.operators.precedence.php


--Jani

 [2001-06-26 09:01 UTC] sniper@php.net
Read also the manual page for imap_open()

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC