php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8625 can not use imap_open to authenticate with a pop3 server
Submitted: 2001-01-10 03:09 UTC Modified: 2001-05-27 15:36 UTC
From: ngcheongmeng at pacific dot net dot sg Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0.3pl1 OS: BSDI 4.1
Private report: No CVE-ID: None
 [2001-01-10 03:09 UTC] ngcheongmeng at pacific dot net dot sg
Below is how I call the imap_open function. It works in linux but not BSDI 4.1. Please help.

$this->mbox = imap_open("{" . $this->hostname . "/" . $this->protocol . "}
", $this->username, $this->password);


list of module:
'./configure' '--with-apache=../apache_1.3.12' '--with-mysql' '--with-imap' '--enable-track-vars'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-03 15:25 UTC] chagenbu@php.net
Does it work if you specify a port number explicitly?
 [2001-05-27 15:36 UTC] sniper@php.net
No feedback and most likely a user error. Please check the
manual page for imap.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC