I am getting an error Call to undefined function: imap_open()
so i did some google research and it says you have to compile php with imap support.
So i looked at my phpinfo() and it shows that it was compiled with
--with-imap-ssl=../imap-2001a
I guess the latest version is 2001e so is 2001a to old to support imap_open() or am i missing something else?