Hey All,
trying to install some email files from wrox to enable web based email....getting th following error when trying to run the file...
Fatal error: Call to undefined function: imap_utf7_encode() in /home/b/a/bastienkoert/public_html/webmail_class_final.php on line 64
this is caused by this line:
$this->mailbox = imap_utf7_encode($GLOBALS["mailbox"]);
does anyone know why this is a problem? the php website doesn't have many notes on this and indicates that is is okay for the version the host is running...4.2.3
TIA