You need the imap extension (php_imap.dll) it can be included from php.ini
extension=php_umap.dll
or from a script with the dl() command (if you are using CGI)
- Frank
> Is IMAP built into the latest windows binary of PHP? If not, how can I
> include it?
> thanks
>
> --
> Perry Leets
> Inovec
I'v tried that piece of code on my exchange based imap and it failed; I then
tried it on my external, unix based, mail account and it worked perfectly,
after I used /pop3:110 after the server name, e.g.:
"{milu.ipn.pt/pop3:110}INBOX"...
Are you trying to use it with an MS Exchange Server?
Bye,