%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\302\303!\210\304\305!\204 \302\306!\210\302\303!\210\302\307!\210\302\310!\210\302\311!\210\302\312!\210\302\313!\210\302\314!\210\302\315!\210\302\316!\210\317\320\321\"\210\317\322\321\"\210\323\236\203O \323\236A\324\325\326\"\240\210\202Z \323\324\325\326\"\326\211FB\323 \236\204f \323\327D B\326\207" [nnoo-definition-alist nnoo-state-alist require nnheader fboundp open-protocol-stream proto-stream gnus-util gnus nnoo netrc utf7 tls parse-time nnmail autoload auth-source-forget+ "auth-source" auth-source-search nnimap mapcar list nil "*internal-non-initialized-backend*"] 4) #@105 The address of the IMAP server. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-address nil (#$ . 1015)) (nnoo-define 'nnimap-address nil) #@128 Username to use for authentication to the IMAP server. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-user nil (#$ . 1200)) (nnoo-define 'nnimap-user nil) #@186 The IMAP port used. If nnimap-stream is `ssl', this will default to `imaps'. If not, it will default to `imap'. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-server-port nil (#$ . 1402)) (nnoo-define 'nnimap-server-port nil) #@296 How nnimap talks to the IMAP server. The value should be either `undecided', `ssl' or `tls', `network', `starttls', `plain', or `shell'. If the value is `undecided', nnimap tries `ssl' first, then falls back on `network'. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-stream 'undecided (#$ . 1676)) (nnoo-define 'nnimap-stream nil) (defvar nnimap-shell-program (byte-code "\301\300!\203 <\203 @\207\207\302\207" [imap-shell-program boundp "ssh %s imapd"] 2)) (nnoo-define 'nnimap-shell-program nil) #@226 The mail box where incoming mail arrives and should be split out of. This can be a string or a list of strings For example, "INBOX" or ("INBOX" "SENT"). This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-inbox nil (#$ . 2229)) (nnoo-define 'nnimap-inbox nil) #@140 How mail is split. Uses the same syntax as `nnmail-split-methods'. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-split-methods nil (#$ . 2531)) (nnoo-define 'nnimap-split-methods nil) #@119 Uses the same syntax as `nnmail-split-fancy'. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-split-fancy nil (#$ . 2763)) (nnoo-define 'nnimap-split-fancy nil) #@148 Articles with the flags in the list will not be considered when splitting. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-unsplittable-articles '(%Deleted %Seen) (#$ . 2970)) (byte-code "\300\301\302\"\210\303\304\305\306#\207" [nnoo-define nnimap-unsplittable-articles nil make-obsolete-variable nnimap-split-rule "see `nnimap-split-methods'." "Emacs 24.1"] 4) #@213 How nnimap authenticate itself to the server. Possible choices are nil (use default methods), `anonymous', `login', `plain' and `cram-md5'. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-authenticator nil (#$ . 3379)) (nnoo-define 'nnimap-authenticator nil) #@254 If non-nil, expunge articles after deleting them. This is always done if the server supports UID EXPUNGE, but it's not done by default on servers that doesn't support that command. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-expunge t (#$ . 3684)) (nnoo-define 'nnimap-expunge nil) #@210 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'. (defvar nnimap-streaming t (#$ . 4016)) (nnoo-define 'nnimap-streaming nil) (defvar nnimap-connection-alist nil) (nnoo-define 'nnimap-connection-alist nil) (defvar nnimap-current-infos nil) (nnoo-define 'nnimap-current-infos nil) (defalias 'nnimap-decode-gnus-group #[(group) "\301\302\"\207" [group decode-coding-string utf-8] 3]) (defalias 'nnimap-encode-gnus-group #[(group) "\301\302\"\207" [group encode-coding-string utf-8] 3]) #@315 If non-nil, Gnus will fetch partial articles. If t, Gnus will fetch only the first part. If a string, it will fetch all parts that have types that match that string. A likely value would be "text/" to automatically fetch all textual parts. This is a Gnus server variable. See Info node `(gnus)Select Methods'. (defvar nnimap-fetch-partial-articles nil (#$ . 4668)) (byte-code "\300\301\302\"\210\303\304\302\305\306\307%\210\310\311\302\312\313\314\315\316\306\304& \207" [nnoo-define nnimap-fetch-partial-articles nil custom-declare-group nnimap "IMAP for Gnus." :group gnus custom-declare-variable nnimap-request-articles-find-limit "Limit the number of articles to look for after moving an article." :type (choice (const nil) integer) :version "24.4"] 10) (defvar nnimap-process nil) (defvar nnimap-status-string "") #@72 Internal variable with default value for `nnimap-split-download-body'. (defvar nnimap-split-download-body-default nil (#$ . 5498)) (defvar nnimap-keepalive-timer nil) (defvar nnimap-process-buffers nil) (defalias 'nnimap-p--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-p (declare (side-effect-free error-free)) (and (vectorp cl-x) (>= (length cl-x) 13) (memq (aref cl-x 0) cl-struct-nnimap-tags) t)) nil] 7]) (put 'nnimap-p 'compiler-macro 'nnimap-p--cmacro) (defalias 'nnimap-p #[(cl-x) "\302!\205 G\303Y\205 \304H >\205 \305\207" [cl-x cl-struct-nnimap-tags vectorp 13 0 t] 2]) (byte-code "\300\301\302\303#\210\304\305\306\301#\207" [function-put nnimap-p side-effect-free error-free put nnimap cl-deftype-satisfies] 4) (defalias 'nnimap-group--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-group (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 1)) nil] 7]) (put 'nnimap-group 'compiler-macro 'nnimap-group--cmacro) (defalias 'nnimap-group #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 1] 4]) (function-put 'nnimap-group 'side-effect-free t) (defalias 'nnimap-process--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-process (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 2)) nil] 7]) (put 'nnimap-process 'compiler-macro 'nnimap-process--cmacro) (defalias 'nnimap-process #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 2] 4]) (function-put 'nnimap-process 'side-effect-free t) (defalias 'nnimap-commands--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-commands (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 3)) nil] 7]) (put 'nnimap-commands 'compiler-macro 'nnimap-commands--cmacro) (defalias 'nnimap-commands #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 3] 4]) (function-put 'nnimap-commands 'side-effect-free t) (defalias 'nnimap-capabilities--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-capabilities (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 4)) nil] 7]) (put 'nnimap-capabilities 'compiler-macro 'nnimap-capabilities--cmacro) (defalias 'nnimap-capabilities #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 4] 4]) (function-put 'nnimap-capabilities 'side-effect-free t) (defalias 'nnimap-select-result--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-select-result (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 5)) nil] 7]) (put 'nnimap-select-result 'compiler-macro 'nnimap-select-result--cmacro) (defalias 'nnimap-select-result #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 5] 4]) (function-put 'nnimap-select-result 'side-effect-free t) (defalias 'nnimap-newlinep--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-newlinep (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 6)) nil] 7]) (put 'nnimap-newlinep 'compiler-macro 'nnimap-newlinep--cmacro) (defalias 'nnimap-newlinep #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 6] 4]) (function-put 'nnimap-newlinep 'side-effect-free t) (defalias 'nnimap-server--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-server (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 7)) nil] 7]) (put 'nnimap-server 'compiler-macro 'nnimap-server--cmacro) (defalias 'nnimap-server #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 7] 4]) (function-put 'nnimap-server 'side-effect-free t) (defalias 'nnimap-last-command-time--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-last-command-time (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 8)) nil] 7]) (put 'nnimap-last-command-time 'compiler-macro 'nnimap-last-command-time--cmacro) (defalias 'nnimap-last-command-time #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 8] 4]) (function-put 'nnimap-last-command-time 'side-effect-free t) (defalias 'nnimap-greeting--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-greeting (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 9)) nil] 7]) (put 'nnimap-greeting 'compiler-macro 'nnimap-greeting--cmacro) (defalias 'nnimap-greeting #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 9] 4]) (function-put 'nnimap-greeting 'side-effect-free t) (defalias 'nnimap-examined--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-examined (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 10)) nil] 7]) (put 'nnimap-examined 'compiler-macro 'nnimap-examined--cmacro) (defalias 'nnimap-examined #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 10] 4]) (function-put 'nnimap-examined 'side-effect-free t) (defalias 'nnimap-stream-type--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-stream-type (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 11)) nil] 7]) (put 'nnimap-stream-type 'compiler-macro 'nnimap-stream-type--cmacro) (defalias 'nnimap-stream-type #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 11] 4]) (function-put 'nnimap-stream-type 'side-effect-free t) (defalias 'nnimap-initial-resync--cmacro #[(_cl-whole-arg cl-x) "\301\302\303\304\211\211&\207" [cl-x cl--defsubst-expand (cl-x) (cl-block nnimap-initial-resync (declare (side-effect-free t)) (or (and (memq (aref cl-x 0) cl-struct-nnimap-tags)) (signal 'wrong-type-argument (list 'nnimap cl-x))) (aref cl-x 12)) nil] 7]) (put 'nnimap-initial-resync 'compiler-macro 'nnimap-initial-resync--cmacro) (defalias 'nnimap-initial-resync #[(cl-x) "\302H >\204 \303\304\305D\"\210\306H\207" [cl-x cl-struct-nnimap-tags 0 signal wrong-type-argument nnimap 12] 4]) (byte-code "\300\301\302\303#\210\304\305\306\"\207" [function-put nnimap-initial-resync side-effect-free t defalias copy-nnimap copy-sequence] 4) #@161 (fn CL-WHOLE &cl-quote &key GROUP PROCESS COMMANDS CAPABILITIES SELECT-RESULT NEWLINEP SERVER LAST-COMMAND-TIME GREETING EXAMINED STREAM-TYPE INITIAL-RESYNC) (defalias 'make-nnimap--cmacro #[(cl-whole &rest #1=#:--cl-rest--) "\306\307\"A@\306\310\"A@\306\311\"A@\306\312\"A@\306\313\"A@\306\314\"A@\306\315\"A@\306\316\"A@\306\317\"A@\306\320\"A@\306\321\"A@ \306\322\"A@!\"\"\203\216 \"@\323>\203u \"AA\211\"\202` \324>A@\203\204 \325\211\"\202` \326\327\"@\"\210\202^ )\330\331\332\325#\325 \n\f !&.\f\207" [#1# group process commands capabilities select-result plist-member :group :process :commands :capabilities :select-result :newlinep :server :last-command-time :greeting :examined :stream-type :initial-resync (:group :process :commands :capabilities :select-result :newlinep :server :last-command-time :greeting :examined :stream-type :initial-resync :allow-other-keys) :allow-other-keys nil error "Keyword argument %s not one of (:group :process :commands :capabilities :select-result :newlinep :server :last-command-time :greeting :examined :stream-type :initial-resync)" cl--defsubst-expand (group process commands capabilities select-result newlinep server last-command-time greeting examined stream-type initial-resync) (cl-block make-nnimap "Constructor for objects of type `nnimap'." (declare (side-effect-free t)) (vector 'cl-struct-nnimap group process commands capabilities select-result newlinep server last-command-time greeting examined stream-type initial-resync)) newlinep server last-command-time greeting examined stream-type initial-resync #2=#:--cl-keys-- cl-whole] 19 (#$ . 13484)]) (put 'make-nnimap 'compiler-macro 'make-nnimap--cmacro) #@183 Constructor for objects of type `nnimap'. (fn &key GROUP PROCESS COMMANDS CAPABILITIES SELECT-RESULT NEWLINEP SERVER LAST-COMMAND-TIME GREETING EXAMINED STREAM-TYPE INITIAL-RESYNC) (defalias 'make-nnimap #[(&rest #1=#:--cl-rest--) "\306\307\"A@\306\310\"A@\306\311\"A@\306\312\"A@\306\313\"A@\306\314\"A@\306\315\"A@\306\316\"A@\306\317\"A@\306\320\"A@\306\321\"A@\306\322\"A@ !!\203\216 !@\323>\203u !AA\211!\202` \324>A@\203\204 \325\211!\202` \326\327!@\"\210\202^ )\330\331 \n\f & .\f\207" [#1# group process commands capabilities select-result plist-member :group :process :commands :capabilities :select-result :newlinep :server :last-command-time :greeting :examined :stream-type :initial-resync (:group :process :commands :capabilities :select-result :newlinep :server :last-command-time :greeting :examined :stream-type :initial-resync :allow-other-keys) :allow-other-keys nil error "Keyword argument %s not one of (:group :process :commands :capabilities :select-result :newlinep :server :last-command-time :greeting :examined :stream-type :initial-resync)" vector cl-struct-nnimap newlinep server last-command-time greeting examined stream-type initial-resync #2=#:--cl-keys--] 15 (#$ . 15215)]) (byte-code "\300\301\302\303#\210\304\305\306\307\306\211\310\311\312\303& \207" [function-put make-nnimap side-effect-free t cl-struct-define nnimap nil cl-structure-object ((cl-tag-slot) (group) (process) (commands) (capabilities) (select-result) (newlinep) (server) (last-command-time) (greeting) (examined) (stream-type) (initial-resync)) cl-struct-nnimap-tags cl-struct-nnimap] 10) (defvar nnimap-object nil) (defvar nnimap-mark-alist '((read "\\Seen" %Seen) (tick "\\Flagged" %Flagged) (reply "\\Answered" %Answered) (expire "gnus-expire") (dormant "gnus-dormant") (score "gnus-score") (save "gnus-save") (download "gnus-download") (forward "gnus-forward"))) (defvar nnimap-quirks '(("QRESYNC" "Zimbra" "QRESYNC "))) (defvar nnimap-inhibit-logging nil) (defalias 'nnimap-buffer #[nil "\301!\207" [nntp-server-buffer nnimap-find-process-buffer] 2]) (defalias 'nnimap-header-parameters #[nil "\302\303B\304B\305\306!\203 \307B\310B\311\312 \203\"