ID: 11153 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IMAP related Operating System: linux 2.2.17 PHP Version: 4.0.4pl1 New Comment:
Does this error still occur with the lastest (CVS) version? Previous Comments: ------------------------------------------------------------------------ [2001-05-28 07:17:42] [EMAIL PROTECTED] The Date field of the object returned by imap_check should contain the date of the last change of the selected mailbox, but it always return the date and time on which the function is called, at least on my system. I use c-client version 4.1 or more precisely imap-2001.BETA.SNAP-0104262058 I use courier-imap-1.3.6 imap server Script to reproduce error: $servercon = imap_open("{mail.domain.com:143}INBOX", "someone", "secret"); $mailboxStatus = imap_mailboxmsginfo($servercon); echo $mailboxStatus->Date; imap_close($servercon); I have tried the above script on an older server with php 4.0.2, and older c-client library. I have also tried connecting to some older sendmail based mailserver with the same results. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=11153&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]