• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/gnus/

Lines Matching defs:nil

169 (defgroup imap nil
223 (defcustom imap-process-connection-type nil
226 used to communicate with subprocesses. Values are nil to use a
236 "If non-nil, do utf7 encoding/decoding of mailbox names.
243 (defcustom imap-log nil
244 "If non-nil, a imap session trace is placed in *imap-log* buffer.
252 (defcustom imap-debug nil
253 "If non-nil, random debug spews are placed in *imap-debug* buffer.
281 (defcustom imap-store-password nil
282 "If non-nil, store session password without promting."
288 (defvar imap-fetch-data-hook nil
306 NAME names the stream, CHECK is a function returning non-nil if the
329 NAME names the authenticator. CHECK is a function returning non-nil if
333 (defvar imap-error nil
369 (defvar imap-stream nil)
370 (defvar imap-auth nil)
371 (defvar imap-server nil)
372 (defvar imap-port nil)
373 (defvar imap-username nil)
374 (defvar imap-password nil)
375 (defvar imap-calculate-literal-size-first nil)
387 (defvar imap-current-mailbox nil
390 (defvar imap-current-target-mailbox nil
393 (defvar imap-mailbox-data nil
399 (defvar imap-current-message nil
402 (defvar imap-message-data nil
408 (defvar imap-capability nil
411 (defvar imap-namespace nil
417 (defvar imap-failed-tags nil
426 (defvar imap-process nil
429 (defvar imap-continuation nil
430 "Non-nil indicates that the server emitted a continuation request.
433 (defvar imap-callbacks nil
457 (set-buffer-multibyte nil)))
485 nil))
542 "^__\\(.*\\)__\n" nil t)
545 "^\\(Authenticat.*\\)" nil t))
558 (if (and response (let ((case-fold-search nil))
564 nil)))))
621 nil t)
633 (if (and response (let ((case-fold-search nil))
639 nil)))))
643 nil)
670 (funcall set-process-query-on-exit-flag process nil)
695 nil)))
698 nil)
747 nil)
790 nil)))
815 (not (re-search-forward "[0-9]+ OK.*\r?\n" nil t)))
836 it where successful authenticating itself to the server, nil otherwise.
837 Returns t if login was successful, nil otherwise."
865 (setq passwd nil)
866 (setq imap-password nil)
869 ;; (setq user nil
870 ;; passwd nil)))
872 ;; (setq user nil
873 ;; passwd nil))))
943 (error nil))))
967 nil
968 (setq imap-continuation nil)
977 (setq imap-current-mailbox nil
978 imap-current-message nil
984 ((error quit) nil)))
1001 streams. If nil, it choices the best stream the server is capable of.
1003 available authenticators. If nil, it choices the best stream the
1006 necessary. If nil, the buffer name is generated."
1023 nil)
1058 (setq imap-capability nil)
1059 (setq streams nil)))
1063 (setq imap-capability nil)
1064 (setq streams nil))))))
1071 "Return non-nil if connection to imap server in BUFFER is open.
1072 If BUFFER is nil then the current buffer is used."
1080 "Authenticate to server in BUFFER, using current buffer if nil.
1112 (setq auths nil))
1119 If BUFFER is nil, the current buffer is used."
1122 (condition-case nil
1124 (quit nil)))
1128 (setq imap-current-mailbox nil
1129 imap-current-message nil
1130 imap-process nil)
1136 If IDENTIFIER, return non-nil if it's among the servers capabilities.
1137 If BUFFER is nil, the current buffer is assumed."
1148 If BUFFER is nil, the current buffer is assumed."
1167 (error "Imap-mailbox-data is nil, prop %s value %s mailbox %s buffer %s"
1214 If EXAMINE is non-nil, do a read-only select."
1226 (setq imap-current-mailbox nil))))
1252 (setq imap-current-mailbox nil
1253 imap-message-data nil
1260 If BUFFER is nil the current buffer is assumed."
1270 If BUFFER is nil the current buffer is assumed."
1282 (setq imap-current-mailbox nil
1283 imap-message-data nil
1286 (setq imap-current-mailbox nil
1287 imap-message-data nil
1296 If BUFFER is nil the current buffer is assumed."
1302 If BUFFER is nil the current buffer is assumed."
1310 If BUFFER is nil the current buffer is assumed."
1320 If ROOT is non-nil, only list matching mailboxes. If ADD-DELIMITER is
1321 non-nil, a hierarchy delimiter is added to root. REFERENCE is a
1330 (imap-mailbox-put 'lsub nil mailbox)))
1344 If ADD-DELIMITER is non-nil, a hierarchy delimiter is added to
1354 (imap-mailbox-put 'list nil mailbox)))
1368 Returns non-nil if successful."
1376 Returns non-nil if successful."
1489 is non-nil return these properties."
1514 (error "Imap-message-data is nil, uid %s prop %s value %s buffer %s"
1584 nil)
1639 non-nil, it will not create a mailbox. On success, return a list with
1682 uidvalidity of MAILBOX and UID the newly created article got, or nil
1752 (while (search-forward "\r\n" nil t)
1761 (setq cmdstr nil)
1763 (setq command nil) ;; abort command if no cont-req
1778 (setq imap-continuation nil)))
1781 (setq cmdstr nil)
1784 (setq command nil) ;; abort command if no cont-req
1787 (setq imap-continuation nil)))
1830 Return nil if no complete line has arrived."
1833 nil t)
1836 nil
1900 nil
1931 ;; nil = "NIL"
1933 (defsubst imap-parse-nil ()
1937 ;; nstring = string / nil
1941 (and (imap-parse-nil)
1942 nil)))
1960 (if (re-search-forward "[(){ \r\n%*\"\\]" nil t)
1970 ;; ; non-nil
1973 ;; ; nil indicates [RFC-822] group syntax.
1977 ;; ; nil indicates end of [RFC-822] group; if
1978 ;; ; non-nil and addr-host is nil, holds
1984 ;; ; If non-nil, holds phrase from [RFC-822]
2003 ;; address-list = "(" 1*address ")" / nil
2005 ;; nil = "NIL"
2020 ;; (assert (imap-parse-nil) t "In imap-parse-address-list")
2021 (imap-parse-nil)))
2231 (cond ((search-forward "PERMANENTFLAGS " nil t)
2233 ((search-forward "UIDNEXT \\([0-9]+\\)" nil t)
2235 ((search-forward "UNSEEN " nil t)
2239 ((search-forward "READ-ONLY" nil t)
2241 ((search-forward "NEWNAME " nil t)
2247 ((search-forward "TRYCREATE" nil t)
2259 ((search-forward "ALERT] " nil t)
2264 ;; (DQUOTE QUOTED-CHAR DQUOTE / nil) SP mailbox
2325 (buffer-substring (point) (1- (re-search-forward "[] ]" nil t)))))
2329 (search-forward "]" nil t))
2366 (search-forward ">" nil t)))
2462 (assert (eq (char-after) ?\() nil "In imap-parse-flag-list")
2471 (assert (eq (char-after) ?\)) nil "In imap-parse-flag-list")
2479 ;; env-bcc = "(" 1*address ")" / nil
2481 ;; env-cc = "(" 1*address ")" / nil
2485 ;; env-from = "(" 1*address ")" / nil
2491 ;; env-reply-to = "(" 1*address ")" / nil
2493 ;; env-sender = "(" 1*address ")" / nil
2497 ;; env-to = "(" 1*address ")" / nil
2523 ;; body-fld-param = "(" string SP string *(SP string SP string) ")" / nil
2536 ((imap-parse-nil)
2537 nil)))
2556 (assert (eq (char-after) ?\)) nil "In imap-parse-body-extension")
2585 ;; (assert (imap-parse-nil) t "In imap-parse-body-ext")
2586 (imap-parse-nil))
2615 ;; body-fld-dsp = "(" string SP body-fld-param ")" / nil
2630 ;; body-fld-param = "(" string SP string *(SP string SP string) ")" / nil
2679 (push (and (imap-parse-nil) nil) body))
2682 (assert (eq (char-after) ?\)) nil "In imap-parse-body")
2694 (push (and (imap-parse-nil) nil) body))
2701 ;; nstring and return nil instead of defaulting back to 7BIT
2742 (assert (eq (char-after) ?\)) nil "In imap-parse-body 2")