IMP/imapd login = "^A" problem

Christopher Stein stein@eecs.harvard.edu
Fri, 9 Feb 2001 18:45:11 -0500 (EST)


On Wed, 7 Feb 2001, Chuck Hagenbuch wrote:

> > Yes, it seems to work.. displayed in the browser window:
> > 
> > object(5) { string(4) "Date" string(36) "Wed, 7 Feb 2001 12:54:45 -0500
> > (EST)" string(6) "Driver" string(4) "imap" string(7) "Mailbox"
> > string(53) "{orvieto.eecs.harvard.edu:143/imap/user="stein"}INBOX" string(5)
> > "Nmsgs" int(36) string(6) "Recent" int(30) } 
> 
> Okay, that looks right... I guess the next thing to check would be to go into 
> the ImpSession class in horde.lib and see what values you're actually passing 
> to the imap_open() call there. If those are right, then I'm really confused; if 
> they're corrupted there, then we at least have something to go on.

The values being passed through to imap_open() in horde.lib are 
correct.

I am confused too.

What potentially faulty pieces of software are between the 
imap_open() and the imapd? Perhaps the imap-2000c c-client
is the problem.

-Chris