<<< Date Index >>>     <<< Thread Index >>>

Re: imap hangers



On Wednesday, 04 January 2006 at 12:25, Christian Ebert wrote:
> Hello,
> 
> A happy new year!
> 
> I can't tell exactly what change it was, I believe somewhere
> around Xmas, because I use imap very rarely but, anyway, what
> happens with cvs HEAD and the following config:
> 
> account-hook . "\
> set imap_user='' \
> imap_pass='' \
> imap_idle=yes \
> imap_check_subscribed=no \
> mail_check=5 \
> timeout=600"
> 
> account-hook imaps://imap.gmx.net "\
> set imap_user='username' \
> imap_pass='password' \
> imap_idle=no \
> imap_check_subscribed=yes \
> mail_check=90 \
> timeout=15"
> 
> is that it hangs at authentification.
> 
> Same for
> 
> $ mutt -F imaptestrc -f imaps://imap.gmx.net
> 
> when imaptestrc contains
> 
> set imap_user='username' \
> imap_pass='password' \
> imap_idle=no \
> imap_check_subscribed=yes \
> mail_check=90 \
> timeout=15
> 
> When I don't load the account-hooks I can authenticate manually
> but then mutt hangs on disconnecting/exit.

Could you send me a mutt -d2 trace of both cases? You can remove the
header fetch part if you want... just the commands around the hang are
what I need.