mirror of
https://github.com/php/doc-en.git
synced 2026-03-25 16:22:20 +01:00
imap_(un)delete expects sequences, not msgnos
Cf. <https://bugs.php.net/81649>.
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
<term><parameter>message_num</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The message number
|
||||
A &string; representing one or more messages in IMAP4-style sequence format
|
||||
(<literal>"n"</literal>, <literal>"n:m"</literal>, or combination of these
|
||||
delimited by commas).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -27,7 +27,9 @@
|
||||
<term><parameter>message_num</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The message number
|
||||
A &string; representing one or more messages in IMAP4-style sequence format
|
||||
(<literal>"n"</literal>, <literal>"n:m"</literal>, or combination of these
|
||||
delimited by commas).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user