From 9f7d31bfcf8f8227904bec8de0aebf919385ecb5 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 4 Jul 2008 09:24:34 +0000 Subject: [PATCH] DocBook doesn't allow inside git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262014 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-getmailboxes.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/imap/functions/imap-getmailboxes.xml b/reference/imap/functions/imap-getmailboxes.xml index 0d027b68b4..03fdc9545b 100644 --- a/reference/imap/functions/imap-getmailboxes.xml +++ b/reference/imap/functions/imap-getmailboxes.xml @@ -1,5 +1,5 @@ - + imap_getmailboxes @@ -65,31 +65,31 @@ is a bitmask that can be tested against: - + LATT_NOINFERIORS - This mailbox contains, and may not contain any "children" (there are no mailboxes below this one). Calling imap_createmailbox will not work on this mailbox. - + - + LATT_NOSELECT - This is only a container, not a mailbox - you cannot open it. - + - + LATT_MARKED - This mailbox is marked. This means that it may contain new messages since the last time it was checked. Not provided by all IMAP servers. - + - + LATT_UNMARKED - This mailbox is not marked, does not contain new messages. If either MARKED or UNMARKED is provided, you can assume the IMAP server supports this feature for this mailbox. - +