Variable: imap-client-eol

imap-client-eol is a variable defined in imap.el.gz.

Value

"
\n"

Documentation

The EOL string we send to the server.

Source Code

;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defvar imap-client-eol "\r\n"
  "The EOL string we send to the server.")