mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
clarified constant-explenation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262004 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e81a90f901
commit
cb93d93b48
1 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xml:id="function.imap-getmailboxes" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imap_getmailboxes</refname>
|
||||
|
@ -66,8 +66,9 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>LATT_NOINFERIORS</constant> - This mailbox has no
|
||||
"children" (there are no mailboxes below this one).
|
||||
<constant>LATT_NOINFERIORS</constant> - This mailbox contains, and may not contain any
|
||||
"children" (there are no mailboxes below this one). Calling
|
||||
<member><function>imap_createmailbox</function></member> will not work on this mailbox.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -78,14 +79,16 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>LATT_MARKED</constant> - This mailbox is marked.
|
||||
Only used by UW-IMAPD.
|
||||
<constant>LATT_MARKED</constant> - 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.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>LATT_UNMARKED</constant> - This mailbox is not marked.
|
||||
Only used by UW-IMAPD.
|
||||
<constant>LATT_UNMARKED</constant> - 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.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue