Variable: imap-continuation
imap-continuation is a variable defined in imap.el.gz.
Value
nil
Documentation
Non-nil indicates that the server emitted a continuation request.
The actual value is really the text on the continuation line.
Source Code
;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defvar imap-continuation nil
"Non-nil indicates that the server emitted a continuation request.
The actual value is really the text on the continuation line.")