You will either need to compile PHP with imap support http://us.php.net/imap(http://us.php.net/imap)
Or, if you happen to be on Ubuntu (and probably debian as well), 'sudo apt-get install php5-imap' should do it.
Other Linux distros may have similar tools for installing it via a package manager, too.