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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ngcheongmeng at pacific dot net dot sg
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 05:01:30 2024 UTC