mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
imap_uid isn't supported on pop mailboxes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50844 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3e3dec1cfa
commit
22d7941353
1 changed files with 5 additions and 0 deletions
|
@ -2780,6 +2780,11 @@ imap_close($mbox);
|
|||
content of the mailbox changes. This function is the inverse of
|
||||
<function>imap_msgno</function>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This is not supported by POP3 mailboxes.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue