I have found that when I write even an extremely simple script using imap function such as...
Code: Select all
<?php
$mbox = imap_open("{mail.retrospection.net:110}", "myusername", "mypassword");
imap_close($mbox);
?>I have tried to figure this out, but I am not making in progress. It baffles me that there are no errors such as parse error given by php, the browser just will not load it at all! Any suggestions?