Function: imap-send-command-1

imap-send-command-1 is a byte-compiled function defined in imap.el.gz.

Signature

(imap-send-command-1 CMDSTR)

Source Code

;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defun imap-send-command-1 (cmdstr)
  (setq cmdstr (concat cmdstr imap-client-eol))
  (imap-log cmdstr)
  (process-send-string imap-process cmdstr))