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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cyril at feraudet dot com
New email:
PHP Version: OS:

 

 [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: Sat Apr 27 00:01:30 2024 UTC