[imp] still get seg faults

tdavis@birddog.com tdavis@birddog.com
Tue, 20 Mar 2001 23:40:17 -0600


I tried with an older cvs that I successfully installed on another box and I 
cant even get that to work.  
I wish I could be more informative but I am not a developer.  I guess I 
probably shouldn't be using cvs versions.  :)  But I have had good luck with a 
previous cvs of php4 and horde/imp.  I could go to the stable but I am unaware 
of the major differences.  The biggest thing I need is multiple domain support 
with good control over who can access which domain that the preferred mechanism 
seems to offer in the dev version of imp.  Any advice?

Thank you,
Terry

Quoting Max Kalika <max@the-triumvirate.net>:

> Quoting Terry Davis <tdavis@birddog.com>:
> 
> > I don't even get to the next screen after the login page. Immediately seg
> > faults after I login.  I know it is authtenticating because it will come
> > back and tell me if I did not auth correctly.
> 
> Thats right.  It happens when it hits the imap_sort() call on your INBOX,
> which 
> is after you have already authenticated.  I have a small proof script that
> will 
> do it:  This will crash php 4.0.5cvs as of a week an a half ago or so.
> 
> <?php
> $mbox = imap_open('{domain.com/imap:143}INBOX', 'login', 'pass',
> OP_READONLY);
> 
> $results = imap_sort($mbox, 0, 0, SE_UID, 'UNSEEN');
> 
> imap_close($mbox);
> ?>
> 
> --mk23
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/