From 6df34bcfd469e9c3f442cf1ea08e6369eabc786e Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 20 May 2002 20:38:39 +0000 Subject: [PATCH] Add imap_popen() note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83012 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/functions/imap.xml b/functions/imap.xml index 28e90d7218..9e26bec7a5 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -8,7 +8,7 @@ instead --> - + IMAP, POP3 and NNTP functions IMAP @@ -2006,6 +2006,14 @@ imap_close($mbox); &warn.undocumented.func; + + + This function requires special support from the imap server and is not + generally available. Read your imap server's source code and verify that + the OP_RELOGIN mechanism is available then define OP_RELOGIN in ext/imap.c + and recompile this extension if you want to use this function. + +