diff --git a/reference/imap/functions/imap-getmailboxes.xml b/reference/imap/functions/imap-getmailboxes.xml index 3ebb1a6c81..0d027b68b4 100644 --- a/reference/imap/functions/imap-getmailboxes.xml +++ b/reference/imap/functions/imap-getmailboxes.xml @@ -1,5 +1,5 @@ - + imap_getmailboxes @@ -66,8 +66,9 @@ - LATT_NOINFERIORS - This mailbox has no - "children" (there are no mailboxes below this one). + 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. @@ -78,14 +79,16 @@ - LATT_MARKED - This mailbox is marked. - Only used by UW-IMAPD. + 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. - Only used by UW-IMAPD. + 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.