From cba24dcc1eee9ce0f49c998f0fc957cb234251be Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 6 Feb 2003 03:12:39 +0000 Subject: [PATCH] use return.success git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114906 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-append.xml | 8 ++++---- reference/imap/functions/imap-mail-move.xml | 14 +++++++------- reference/imap/functions/imap-renamemailbox.xml | 8 ++++---- reference/imap/functions/imap-reopen.xml | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/reference/imap/functions/imap-append.xml b/reference/imap/functions/imap-append.xml index 5f3f2df6c9..73a454f070 100644 --- a/reference/imap/functions/imap-append.xml +++ b/reference/imap/functions/imap-append.xml @@ -1,5 +1,5 @@ - + @@ -17,15 +17,15 @@ stringmessage stringoptions - - Returns &true; on sucess, &false; on error. - imap_append appends a string message to the specified mailbox mbox. If the optional options is specified, writes the options to that mailbox also. + + &return.sucess; + When talking to the Cyrus IMAP server, you must use "\r\n" as your end-of-line terminator instead of "\n" or the operation will diff --git a/reference/imap/functions/imap-mail-move.xml b/reference/imap/functions/imap-mail-move.xml index c0d332f46b..50283c1e69 100644 --- a/reference/imap/functions/imap-mail-move.xml +++ b/reference/imap/functions/imap-mail-move.xml @@ -1,5 +1,5 @@ - + @@ -15,17 +15,17 @@ stringmbox intoptions - - Returns &true; on success and &false; on error. - Moves mail messages specified by msglist - to specified mailbox. msglist is a range - not just message numbers (as described in + to specified mailbox mbox. msglist + is a range not just message numbers (as described in RFC2060). - Flags is a bitmask and may contain the single option + &return.success; + + + options is a bitmask and may contain the single option diff --git a/reference/imap/functions/imap-renamemailbox.xml b/reference/imap/functions/imap-renamemailbox.xml index 710d71d73f..d626183dba 100644 --- a/reference/imap/functions/imap-renamemailbox.xml +++ b/reference/imap/functions/imap-renamemailbox.xml @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ imap_open for the format of mbox names). - - Returns &true; on success and &false; on error. - + + &return.success; + See also imap_createmailbox, imap_deletemailbox, and diff --git a/reference/imap/functions/imap-reopen.xml b/reference/imap/functions/imap-reopen.xml index 302bf37c68..30e93f5c19 100644 --- a/reference/imap/functions/imap-reopen.xml +++ b/reference/imap/functions/imap-reopen.xml @@ -1,5 +1,5 @@ - + @@ -48,7 +48,7 @@ - Returns &true; on success and &false; on error. + &return.success;