Re: Kicking hung imaps connection

Juliusz Chroboczek <[email protected]> Tue, 23 Oct 2018 19:44:58 +0200
Newsgroups gmane.mail.wanderlust.general.japanese
Message-ID <[email protected]>
> There are times when the immaps connection that WL uses hangs, and I
> know its not coming back.

NAT with low timeout?

> Is there an easy way to do this? Ideally, I'd bind some emacs code to
> a key to do this.

M-t M-t will do that.  However, in my case the problem was reliably cured
by saying:

  (setq elmo-network-session-idle-timeout 350)

which closes the session before the NAT timeout kicks in.

(A better solution would probably be to send periodic keepalives.)

-- Juliusz