|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-16 07:23 UTC] sander@php.net
[2002-02-13 12:16 UTC] php at firstnetimpressions dot com
[2002-02-17 00:00 UTC] php-bugs at lists dot php dot net
[2003-03-21 11:05 UTC] bill dot mccoy at pictureiq dot com
[2021-04-06 10:40 UTC] git@php.net
[2021-04-06 10:40 UTC] git@php.net
-Status: No Feedback
+Status: Closed
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 10:00:01 2025 UTC |
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.