[imp] Can't login to IMP 2.3

Patrick Boutilier boutilpj@ednet.ns.ca
Thu, 04 Jan 2001 08:02:19 -0400


Anil Madhavapeddy wrote:

>

>
>
> What version of mcrypt?  Try hacking in var_dump()s into the
> login code and make sure that your password is being sent correctly.
> If it's not, Horde::Secret will return false (this is for the
> imap_open call).
>

I was using libmcrypt-2.4.7 and tried 2.4.8 last night. The latest version
didn't help.



>
> Anil
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org



>From anil@recoil.org Date: Thu,  4 Jan 2001 13:53:02 +0000
Return-Path: <anil@recoil.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 89355 invoked from network); 4 Jan 2001 13:53:03 -0000
Received: from total.recoil.org (212.25.240.40)
  by horde.org with SMTP; 4 Jan 2001 13:53:03 -0000
Received: (qmail 21375 invoked by uid 99); 4 Jan 2001 13:53:02 -0000
Received: from m175-mp1-cvx1a.lis.ntl.com ( [m175-mp1-cvx1a.lis.ntl.com])
	as user avsm@localhost by horde.recoil.org with HTTP;
	Thu,  4 Jan 2001 13:53:02 +0000
Message-ID: <978616382.3a54803e34f29@horde.recoil.org>
Date: Thu,  4 Jan 2001 13:53:02 +0000
From: Anil Madhavapeddy <anil@recoil.org>
To: imp@lists.horde.org
References: <3A5381A3.15C4F64C@ednet.ns.ca> <20010104001855.A11519@total.recoil.org> <3A54664B.499316F6@ednet.ns.ca>
In-Reply-To: <3A54664B.499316F6@ednet.ns.ca>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs
Subject: Re: [imp] Can't login to IMP 2.3

Quoting Patrick Boutilier <boutilpj@ednet.ns.ca>:

> Anil Madhavapeddy wrote:
> > What version of mcrypt?  Try hacking in var_dump()s into the
> > login code and make sure that your password is being sent correctly.
> > If it's not, Horde::Secret will return false (this is for the
> > imap_open call).
> >
> 
> I was using libmcrypt-2.4.7 and tried 2.4.8 last night. The latest version
> didn't help.
> 

In that case, you'd better start hacking.  Try starting in imp/lib/IMP.php
and look for imap_open calls, and insert var_dumps to find out what variables
are getting passed onto it (at least, that's how I do it; never found a decent
way of debugging PHP scripts)

-- 
Anil Madhavapeddy, <anil@recoil.org>