ID: 20724 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: Win2k PHP Version: 4.2.3 New Comment:
Is there a message with UID 1? Previous Comments: ------------------------------------------------------------------------ [2002-11-29 08:18:01] [EMAIL PROTECTED] print imap_body ($Con, "1", FT_UID); The "1" if the UID of the message. ------------------------------------------------------------------------ [2002-11-29 08:12:30] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=20724&edit=1