From 875ae89be0868f16e3d3e2ccbe9cd32e76961c5d Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Tue, 16 Mar 2010 12:09:16 +0000 Subject: [PATCH] Added internal_date param git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296268 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-append.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/reference/imap/functions/imap-append.xml b/reference/imap/functions/imap-append.xml index a2895901d3..f948c82b86 100644 --- a/reference/imap/functions/imap-append.xml +++ b/reference/imap/functions/imap-append.xml @@ -13,6 +13,7 @@ stringmailbox stringmessage stringoptionsNULL + stringinternal_dateNULL Appends a string message to the specified mailbox. @@ -54,6 +55,14 @@ + + internal_date + + + If this parameter is set, it will set the INTERNALDATE on the appended message. The parameter should be a date string that conforms to the rfc2060 specifications for a date_time value. + + +