[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: resetting underlying IMAP connection
> Is there a direct way to reset/close/restart the underlying IMAP
> connection without exiting WL?
In addition to Erik's suggestion (M-t M-t), I suggest you do
(setq elmo-network-session-idle-timeout 350)
I think that the underlying cause is that WL doesn't send keep-alives
(periodic NOOPs). The above setting, while somewhat inefficient, works
around the issue quite nicely.
-- Juliusz