• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching +defs:target +defs:type

182   :type '(repeat string))
195 :type '(repeat string))
207 :type '(choice string
221 :type '(repeat string))
223 (defcustom imap-process-connection-type nil
224 "*Value for `process-connection-type' to use for Kerberos4, GSSAPI and SSL.
225 The `process-connection-type' variable control type of device
233 :type 'boolean)
241 :type 'boolean)
250 :type 'boolean)
259 :type 'boolean)
264 :type 'string)
269 :type 'string)
273 (symbol-name system-type))
278 :type 'number
284 :type 'boolean)
353 imap-current-target-mailbox
390 (defvar imap-current-target-mailbox nil
391 "Current target mailbox for COPY and APPEND commands.")
507 (process-connection-type imap-process-connection-type)
579 (process-connection-type imap-process-connection-type)
656 (process-connection-type imap-process-connection-type)
1646 (imap-current-target-mailbox mailbox))
1686 (and (let ((imap-current-target-mailbox mailbox))
1789 (error "Unknown command type"))))
2248 (imap-mailbox-put 'trycreate t imap-current-target-mailbox))
2253 imap-current-target-mailbox))
2258 imap-current-target-mailbox))
2281 (defun imap-parse-data-list (type)
2288 (imap-mailbox-put type t mailbox)
2598 ;; body = "(" body-type-1part / body-type-mpart ")"
2632 ;; body-type-1part = (body-type-basic / body-type-msg / body-type-text)
2635 ;; body-type-basic = media-basic SP body-fields
2638 ;; body-type-msg = media-message SP body-fields SP envelope
2641 ;; body-type-text = media-text SP body-fields SP body-fld-lines
2643 ;; body-type-mpart = 1*body SP media-subtype
2686 (push (imap-parse-string) body) ;; media-type
2710 ;; envelope (then we're parsing body-type-msg)
2711 ;; body-fld-lines (then we're parsing body-type-text)
2712 ;; body-ext-1part (then we're parsing body-type-basic)
2720 (cond ((eq (char-after) ?\() ;; body-type-msg:
2730 ((setq lines (imap-parse-number)) ;; body-type-text: