From 22d794135378ec3638a91f5b23a589e5ff967ba6 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sun, 8 Jul 2001 03:46:25 +0000 Subject: [PATCH] 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 --- functions/imap.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/imap.xml b/functions/imap.xml index ad8667144f..7dbc52213d 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -2780,6 +2780,11 @@ imap_close($mbox); content of the mailbox changes. This function is the inverse of imap_msgno. + + + This is not supported by POP3 mailboxes. + +