Function: make-nnimap
make-nnimap is a byte-compiled function defined in nnimap.el.gz.
Signature
(make-nnimap &key GROUP PROCESS COMMANDS CAPABILITIES SELECT-RESULT NEWLINEP SERVER LAST-COMMAND-TIME GREETING EXAMINED STREAM-TYPE INITIAL-RESYNC)
Documentation
Constructor for objects of type nnimap.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnimap.el.gz
(cl-defstruct nnimap
group process commands capabilities select-result newlinep server
last-command-time greeting examined stream-type initial-resync)