Hi,
I've got rather curious problem. When I run

 mutt -f imap://myserver.com -F /dev/null

the program appears to be connecting and then silently exits (no crash),
so that I won't get to the stage where it's supposed to ask me for a
password. The version is 1.5.21, both from current Debian Testing and
compiled from source. What makes this rather curious are the following
facts:

 - This happens on all IMAP servers I've tried.
 - I can connect to those servers with other clients (e.g. claws-mail).
 - Person who is also running Debian Testing with the same versions of
   mutt and libsasl (2.1.24~rc1.dfsg1+cvs2011-05-23-4) was able to
   connect to the server.

I tried to investigate with gdb, and the exit happens when the call to
sasl_client_new in function mutt_sasl_client_new returns code -1
(SASL_FAIL, generic failure, according to .h file). When I set a
breakpoint after that and call sasl_errdetail(*saslconn), it returns
"SASL(0): successful result: ".

Any idea on what's wrong/how to fix this?

Thanks,
Martin

Attachment: signature.asc
Description: Digital signature

Reply via email to