1
0
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:
Christoph M. Becker
2021-11-22 17:03:15 +01:00
parent 6740a14567
commit 620dfaa244
2 changed files with 6 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>