From 4e097a130cad36e5fb003f281f0d4526440fc0a9 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Tue, 12 Mar 2002 13:21:26 +0000 Subject: [PATCH] Fixed mistake: some functions _only_ work on IMAP-servers git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72908 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/imap.xml b/functions/imap.xml index 9956828e22..1946e27ae8 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1,5 +1,5 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -1828,7 +1828,7 @@ for($i=0;$i Returns an IMAP stream on success and &false; on error. This function can also be used to open streams to POP3 and NNTP - servers, but some functions and features are not available + servers, but some functions and features are only available on IMAP servers.