mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- \\Recent can't be modified by the client, see RFC 2060 Section 2.3.2,
closes #12864). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85236 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
806e937f28
commit
e7457b50e7
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
|
||||
<refentry id="function.imap-clearflag-full">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
This function causes a store to delete the specified flag to the
|
||||
flags set for the messages in the specified sequence.
|
||||
The flags which you can unset are "\\Seen", "\\Answered",
|
||||
"\\Flagged", "\\Deleted", "\\Draft", and "\\Recent" (as defined
|
||||
"\\Flagged", "\\Deleted", and "\\Draft" (as defined
|
||||
by RFC2060).
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imap-setflag-full">
|
||||
<refnamediv>
|
||||
|
@ -21,7 +21,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The flags which you can set are "\\Seen", "\\Answered",
|
||||
"\\Flagged", "\\Deleted", "\\Draft", and "\\Recent" (as defined
|
||||
"\\Flagged", "\\Deleted", and "\\Draft" (as defined
|
||||
by RFC2060).
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue