mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
DocBook doesn't allow <member> inside <simpara>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262014 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
482ba8a653
commit
9f7d31bfcf
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry xml:id="function.imap-getmailboxes" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imap_getmailboxes</refname>
|
||||
|
@ -65,31 +65,31 @@
|
|||
is a bitmask that can be tested against:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<para>
|
||||
<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>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<para>
|
||||
<constant>LATT_NOSELECT</constant> - This is only a container,
|
||||
not a mailbox - you cannot open it.
|
||||
</simpara>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<para>
|
||||
<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>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<para>
|
||||
<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>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue