Variable: nnimap-streaming

nnimap-streaming is a variable defined in nnimap.el.gz.

Value

t

Documentation

If non-nil, try to use streaming commands with IMAP servers.

Switching this off will make nnimap slower, but it helps with some servers.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnimap.el.gz
(defvoo nnimap-streaming t
  "If non-nil, try to use streaming commands with IMAP servers.
Switching this off will make nnimap slower, but it helps with
some servers.")