Raise an error if IMAP4 connection is closed.
commit39132562c5481443a07d20b4de3abd46cfff8241
authorKazuhiro Ito <kzhr@d1.dion.ne.jp>
Mon, 5 Feb 2024 12:33:03 +0000 (5 21:33 +0900)
committerKazuhiro Ito <kzhr@d1.dion.ne.jp>
Wed, 7 Feb 2024 03:26:18 +0000 (7 12:26 +0900)
treeb2e77e8889e77f678ced627fa0dc4f8911689cea
parent9fd2c65e8d690625f35035a71e73f51f740dbe04
Raise an error if IMAP4 connection is closed.

Cf. https://github.com/wanderlust/wanderlust/pull/226

* elmo/elmo-imap4.el (elmo-imap4-read-response): Handle the case
that connection is broken.
elmo/elmo-imap4.el