From:             [EMAIL PROTECTED]
Operating system: Win2k
PHP version:      4.2.3
PHP Bug Type:     IMAP related
Bug description:  Can't read body information.

First, I try to connect to my mail server with POP3 and read a mail:

     $Con = imap_open("{localhost:110/pop3}", "user", "pass");
     print imap_body ($Con, "1", FT_UID);

No problem!

Then I try:

     $Con = imap_open("{localhost:143}", "user", "pass");
     print imap_body ($Con, "1", FT_UID);

then the script return: no body information available.


I have no problems reading the header information or using
imap_fetch_overview();

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

Reply via email to