Added internal_date param

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296268 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Skilbeck 2010-03-16 12:09:16 +00:00
parent a47ede1419
commit 875ae89be0

View file

@ -13,6 +13,7 @@
<methodparam><type>string</type><parameter>mailbox</parameter></methodparam>
<methodparam><type>string</type><parameter>message</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>options</parameter><initializer>NULL</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>internal_date</parameter><initializer>NULL</initializer></methodparam>
</methodsynopsis>
<para>
Appends a string <parameter>message</parameter> to the specified <parameter>mailbox</parameter>.
@ -54,6 +55,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>internal_date</parameter></term>
<listitem>
<para>
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.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>