Variable: nnimap-server-port
nnimap-server-port is a variable defined in nnimap.el.gz.
Value
nil
Documentation
The IMAP port used.
If nnimap-stream is tls, this will default to imaps. If not,
it will default to imap.
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-server-port nil
"The IMAP port used.
If `nnimap-stream' is `tls', this will default to `imaps'. If not,
it will default to `imap'.")