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

Lines Matching +defs:mail +defs:header +defs:parse +defs:content +defs:type

75 the `Refresh' header in an HTTP response.  If nil, no refresh
79 :type '(choice (const :tag "off" nil)
86 :type 'boolean
95 :type 'function
101 (defcustom url-personal-mail-address nil
105 :type '(choice (const :tag "Unspecified" nil) string)
112 :type 'string
117 HTTP has header fields for various information about the user, including
148 :type '(radio (const :tag "None (you believe in the basic goodness of humanity)"
172 "*An alist of file extensions and appropriate content-transfer-encodings."
173 :type '(repeat (cons :format "%v"
178 (defcustom url-mail-command 'compose-mail
179 "*This function will be called whenever url needs to send mail.
180 It should enter a mail-mode-like buffer in the current window.
181 The commands `mail-to' and `mail-subject' should still work in this
182 buffer, and it should use `mail-header-separator' if possible."
183 :type 'function
190 :type '(repeat (cons :format "%v"
197 :type 'boolean
209 Defaults to just the mail, chargen, and NNTP ports so you cannot be
210 tricked into sending fake mail or forging messages by a malicious HTML
212 :type '(repeat (string :tag "Port"))
215 (defvar url-mime-content-type-charset-regexp
269 :type '(radio
284 (defvar url-system-type nil
285 "What type of system we are on.")
286 (defvar url-os-type nil
292 :type 'integer
297 :type 'directory
304 :type 'boolean
316 :type '(choice (const :tag "None" :value nil) string)
326 :type 'integer
334 :type '(choice (const :tag "Short (y or n)" :value y-or-n-p)
340 "*The type of gateway support to use.
350 :type '(radio (const :tag "Telnet to gateway host" :value telnet)
375 (defvar url-extensions-header "Security/Digest Security/SSL")
377 (defvar url-parse-syntax-table
381 (modify-syntax-entry ?' "\"" url-parse-syntax-table)
382 (modify-syntax-entry ?` "\"" url-parse-syntax-table)
383 (modify-syntax-entry ?< "(>" url-parse-syntax-table)
384 (modify-syntax-entry ?> ")<" url-parse-syntax-table)
385 (modify-syntax-entry ?/ " " url-parse-syntax-table)
398 This should be set, e.g. by mail user agents rendering HTML to avoid