Variable: sieve-manage-client-eol

sieve-manage-client-eol is a customizable variable defined in sieve-manage.el.gz.

Value

"
\n"

Documentation

The EOL string we send to the server.

Source Code

;; Defined in /usr/src/emacs/lisp/net/sieve-manage.el.gz
(defcustom sieve-manage-client-eol "\r\n"
  "The EOL string we send to the server."
  :type 'string)