Recent content by jonatx10

  1. J

    PHP IMAP connection timeout

    I raised the below request recently but had no responses to it - could someone let me know why this might have stopped working please? I have been using PHP to connect to IMAP servers (both GMail and AOL) and pick up email, which has been working up until about a month ago. Now it just times...
  2. J

    PHP IMAP connection timeout

    Hi I have been using PHP to connect to IMAP servers (both GMail and AOL) and pick up email, which has been working up until about a month ago. Now it just times out trying to connect to the servers. I have searched the forums and found quite a few comments about this, but no resolutions -...
  3. J

    Access to AOL IMAP

    Hi I wanted to set up some email monitoring system but have found problems accessing AOL via IMAP (port 993). I know that outgoing connections to 993 are not blocked as I can get to other IMAP servers using this port (Including chopin itself, but I wouldn't expect a problem with this!), but the...
  4. J

    Using Pear

    I had done a search through the Forums but hadn't found that thread - Thanks, I'll give it a try. As Pear is installed at a lower level on the server itself I had assumed that I would be able to use that but I guess not! It makes sense that we can install and customise our own subsystems as...
  5. J

    Using Pear

    Hi I wanted to use Pear but it doesn't seem accessible to PHP - I get an include error that it can't find PEAR.php. I know this exists in /usr/lib/php/ (and that the pear config is set up using that directory) - any ideas why PHP can't find it, throwing the following? Thanks
Top