Guys, I got a problem and want to share this:
I installed Red Hat 8.0 with IMAP4ver1 support and APACHE with PHP. I also configured IMAP support for PHP, tested if the module is loaded, tryed all kind of stuff, but it do not work๐
The php script looks like:
<?php
imap_open("{localhost:143}INBOX","username","password",OP_HALFOPEN);
?>
Can someone help me?