From e7457b50e75e889e14cde4f85656b4b381241728 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Mon, 10 Jun 2002 08:04:06 +0000 Subject: [PATCH] - \\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 --- reference/imap/functions/imap-clearflag-full.xml | 4 ++-- reference/imap/functions/imap-setflag-full.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/imap/functions/imap-clearflag-full.xml b/reference/imap/functions/imap-clearflag-full.xml index 6ece45480a..5f2e3261c0 100644 --- a/reference/imap/functions/imap-clearflag-full.xml +++ b/reference/imap/functions/imap-clearflag-full.xml @@ -1,5 +1,5 @@ - + @@ -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). diff --git a/reference/imap/functions/imap-setflag-full.xml b/reference/imap/functions/imap-setflag-full.xml index d2e6c7307a..279636e4f9 100644 --- a/reference/imap/functions/imap-setflag-full.xml +++ b/reference/imap/functions/imap-setflag-full.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ The flags which you can set are "\\Seen", "\\Answered", - "\\Flagged", "\\Deleted", "\\Draft", and "\\Recent" (as defined + "\\Flagged", "\\Deleted", and "\\Draft" (as defined by RFC2060).