You are not logged in.
Pages: 1
Hi all
I have a segmentation fault while using imap_open through mailgate.class
this happens only if the mailfolder is empty.
I have been debuging the mail_open call, it seems to throw a MAIL error which will be
thrown by php at the end of parsing the page as E_NOTICE Error "Mailbox is empty"
Nothing ist wrong with that normaly , but this seem to cause the segmentation fault on the php
Does any one have same Problems or maybe an idea how to work around it
thanks a lot
Moe
Offline
I have version 5.0, and I think I have found a work around for it .
After connection with imap_open, you must retrieve the errors with imap_error() to get ride of the
notice failure !
this is working for me now there is no Segmentaion Fault more !
see u
Offline
Pages: 1