Re: Kicking hung imaps connection

Juliusz Chroboczek <[email protected]> Tue, 23 Oct 2018 19:44:58 +0200
Newsgroups gmane.mail.wanderlust.general
Message-ID <87r2gg1rs5.wl-jch__48249.173773411$1540316674$gmane$org@pps.univ-paris-diderot.fr>
> 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