Re: [PHP] Script halts inside imap_fetchstructure()

2004-01-26 Thread Mike Gollub
Good question. Both machines show: IMAP c-Client Version 2001 One possibly interesting difference in the configurations, though. Hosting company: --with-imap=/usr/local/4admin/src/imap-2002.RC10 My machine: --with-imap=shared (OK, obviously I'm grasping at straws here) Both machines' IMAP c

Re: [PHP] Script halts inside imap_fetchstructure()

2004-01-26 Thread Raditha Dissanayake
Hi, Can you actually retrieve the very same message from your home computer? if so this is very strange, one possibility is that your server has an older version of the imap client library installed. Please see if your client library and the servers client libraries are the same. all the best