dundee
05-16-2005, 02:05 PM
Hi. I have been using fsockopen for web based pop3 interfaces, but have been told imap_ functions are a lot more efficient and save time.
I am getting the usual error:
Fatal error: Call to undefined function: imap_open() in PHPDocument1
From <? echo phpinfo(); ?>
<h2><a name="module_imap">imap</a></h2>
<table border="0" cellpadding="3" width="600">
<tr><td class="e">IMAP c-Client Version </td><td class="v">2001 </td></tr>
<tr><td class="e">SSL Support </td><td class="v">enabled </td></tr>
</table><br />
I understood that the version of PHP (4.3.2) was compiled with imap modules installed and enabled.
Help?
Thanks in advance.
I am getting the usual error:
Fatal error: Call to undefined function: imap_open() in PHPDocument1
From <? echo phpinfo(); ?>
<h2><a name="module_imap">imap</a></h2>
<table border="0" cellpadding="3" width="600">
<tr><td class="e">IMAP c-Client Version </td><td class="v">2001 </td></tr>
<tr><td class="e">SSL Support </td><td class="v">enabled </td></tr>
</table><br />
I understood that the version of PHP (4.3.2) was compiled with imap modules installed and enabled.
Help?
Thanks in advance.
