From 9a5cf318185b1cff36931df9b1797db2367096a3 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 12 Sep 2006 21:43:35 +0000 Subject: [PATCH] Add links to RFCs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219871 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-clearflag-full.xml | 4 ++-- reference/imap/functions/imap-get-quota.xml | 6 +++--- reference/imap/functions/imap-mail.xml | 4 ++-- reference/imap/functions/imap-search.xml | 4 ++-- reference/imap/functions/imap-setflag-full.xml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/reference/imap/functions/imap-clearflag-full.xml b/reference/imap/functions/imap-clearflag-full.xml index a03ad095d2..7979f2ce78 100644 --- a/reference/imap/functions/imap-clearflag-full.xml +++ b/reference/imap/functions/imap-clearflag-full.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ messages in the specified sequence. The flags which you can unset are "\\Seen", "\\Answered", "\\Flagged", "\\Deleted", and "\\Draft" (as defined - by RFC2060). &return.success;. + by RFC2060). &return.success;. options are a bit mask and may contain diff --git a/reference/imap/functions/imap-get-quota.xml b/reference/imap/functions/imap-get-quota.xml index 0ea7d2194f..3be58f0498 100644 --- a/reference/imap/functions/imap-get-quota.xml +++ b/reference/imap/functions/imap-get-quota.xml @@ -1,5 +1,5 @@ - + @@ -61,8 +61,8 @@ imap_close($mbox); As of PHP 4.3, the function more properly reflects the - functionality as dictated by the RFC 2087. The array return value has - changed to support an unlimited number of returned resources (i.e. + functionality as dictated by the RFC2087. + The array return value has changed to support an unlimited number of returned resources (i.e. messages, or sub-folders) with each named resource receiving an individual array key. Each key value then contains an another array with the usage and limit values within it. The example below shows the updated returned diff --git a/reference/imap/functions/imap-mail.xml b/reference/imap/functions/imap-mail.xml index 20215c8764..9bc3e5ffce 100644 --- a/reference/imap/functions/imap-mail.xml +++ b/reference/imap/functions/imap-mail.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ The parameters to, cc and bcc are all strings and are all parsed - as rfc822 address lists. + as RFC822 address lists. The receivers specified in bcc will get the diff --git a/reference/imap/functions/imap-search.xml b/reference/imap/functions/imap-search.xml index 9c1283f58a..f574c1643a 100644 --- a/reference/imap/functions/imap-search.xml +++ b/reference/imap/functions/imap-search.xml @@ -1,5 +1,5 @@ - + @@ -154,7 +154,7 @@ use: "UNANSWERED FROM mom". Searches appear to be case insensitive. This list of criteria is from a reading of the UW c-client source code and may be incomplete or - inaccurate (see also RFC2060, section 6.4.4). + inaccurate (see also RFC2060, section 6.4.4). Valid values for flags are SE_UID, which causes the returned diff --git a/reference/imap/functions/imap-setflag-full.xml b/reference/imap/functions/imap-setflag-full.xml index db1fa61f13..1ef5150ada 100644 --- a/reference/imap/functions/imap-setflag-full.xml +++ b/reference/imap/functions/imap-setflag-full.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ The flags which you can set are "\\Seen", "\\Answered", "\\Flagged", "\\Deleted", and "\\Draft" (as defined - by RFC2060). + by RFC2060). options are a bit mask and may contain