php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch udate-in-imap-overview for *General Issues Bug #35638Patch version 2010-03-09 20:14 UTC Return to Bug #35638 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: Charles_Duffy@dell.comIndex: ext/imap/php_imap.c =================================================================== --- ext/imap/php_imap.c (revision 296007) +++ ext/imap/php_imap.c (working copy) @@ -3420,6 +3420,7 @@ add_property_long(myoverview, "deleted", elt->deleted); add_property_long(myoverview, "seen", elt->seen); add_property_long(myoverview, "draft", elt->draft); + add_property_long(myoverview, "udate", mail_longdate(elt)); add_next_index_object(return_value, myoverview TSRMLS_CC); } } |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Sat Nov 23 11:01:28 2024 UTC |