From:             [EMAIL PROTECTED]
Operating system: RedHat 7.2
PHP version:      4.2.3
PHP Bug Type:     IMAP related
Bug description:  imap_open() fails with iMail POP3 server

I am to open a connection to an ipSwitch iMail ver 6.06 POP3 server using
imap_open(). I have tried this under RedHat 7.2 and FreeBSD with PHP
versions 4.2.3, 4.1.2 with the same results. Under FreeBSD ver 4.0.6 it
works.

[jaime@lizard test]$ php -q test.php 
<br />
<b>Warning</b>:  Couldn't open stream {mail.seismicom2.com:110/pop3}INBOX
 in <b>.../test/test.php</b> on line <b>3</b><br />
Array
(
    [0] => Retrying CRAM-MD5 authentication after 
    [1] => Retrying CRAM-MD5 authentication after Invalid userid/password
    [2] => Retrying CRAM-MD5 authentication after illegal command
    [3] => Retrying CRAM-MD5 authentication after authentication exchange
failed
    [4] => Can not authenticate to POP3 server: authentication exchange
failed
)

[jaime@lizard test]$ cat test.php 
<?php

$mbox = imap_open("{mail.imailserver.com:110/pop3}INBOX", "user",
"passwd");
print_r(imap_errors());
?>

Is this a c-client problem?

Thanks,
Jaime

-- 
Edit bug report at http://bugs.php.net/?id=21914&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21914&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21914&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21914&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21914&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21914&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21914&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21914&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21914&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21914&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21914&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21914&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21914&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21914&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21914&r=gnused

Reply via email to