| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/mail/ |
Upload File : |
;ELC ;;; Compiled ;;; in Emacs version 28.2 ;;; with all optimizations. (byte-code "\300\301!\210\300\302!\210\303\304\305\"\210\303\306\307\"\210\303\310\307\"\210\303\311\312\"\210\313\314\315\316\317\320%\210\321\322\323\324\325DD\326\327\330%\210\321\331\323\324\332DD\333\327\334%\210\321\335\323\324\336DD\337\327\340%\210\321\341\323\324\342DD\343\344\345\327\346&\210\321\347\323\324\350DD\351\327\352%\210\321\353\323\324\354DD\355\344\345\327\356&\210\321\357\323\324\360DD\361\327\362%\210\321\363\323\324\364DD\365\327\366%\210\321\367\323\324\370DD\371\327\366%\210\321\372\323\324\373DD\374\327\375%\210\321\376\323\324\377DD\201@ \327\366%\210\321\201A \323\324\201B DD\201C \327\201D %\210\321\201E \323\324\201F DD\201G \327\366\344\201H &\210\321\201I \323\324\201J DD\201K \327\201L %\210\321\201M \323\324\201N DD\201O \327\201P \344\201Q &\210\321\201R \323\324\201S DD\201T \327\201U \344\201Q &\210\321\201V \323\324\201W DD\201X \327\366\344\201Y &\207" [require sendmail auth-source autoload mail-strip-quoted-names "mail-utils" message-make-date "message" message-make-message-id rfc2104-hash "rfc2104" custom-declare-group smtpmail nil "SMTP protocol for sending mail." :group mail custom-declare-variable smtpmail-default-smtp-server funcall function #[0 "\300\207" [nil] 1 #1=""] "Specify default SMTP server.\nThis only has effect if you specify it before loading the smtpmail library." :type (choice (const nil) string) smtpmail-smtp-server #[0 "\301\302!\206 \207" [smtpmail-default-smtp-server getenv "SMTPSERVER"] 2 #1#] "The name of the host running SMTP server." (choice (const nil) string) smtpmail-smtp-service #[0 "\300\207" [25] 1 #1#] "SMTP service port number.\nThe default value would be \"smtp\" or 25." (choice (integer :tag "Port") (string :tag "Service")) smtpmail-smtp-user #[0 "\300\207" [nil] 1 #1#] "User name to use when looking up credentials in the authinfo file.\nIf non-nil, only consider credentials for the specified user." :version "24.1" (choice (const nil) string) smtpmail-local-domain #[0 "\300\207" [nil] 1 #1#] "Local domain name without a host name.\nIf the function `system-name' returns the full internet address,\ndon't define this value." (choice (const nil) string) smtpmail-stream-type #[0 "\300\207" [nil] 1 #1#] "Type of SMTP connections to use.\nThis may be either nil (upgrade with STARTTLS if possible),\n`starttls' (refuse to send if STARTTLS isn't available),\n`plain' (never use STARTTLS), or `ssl' (to use TLS/SSL)." (choice (const :tag "Possibly upgrade to STARTTLS" nil) (const :tag "Always use STARTTLS" starttls) (const :tag "Never use STARTTLS" plain) (const :tag "Use TLS/SSL" ssl)) smtpmail-sendto-domain #[0 "\300\207" [nil] 1 #1#] "Local domain name without a host name.\nThis is appended (with an @-sign) to any specified recipients which do\nnot include an @-sign, so that each RCPT TO address is fully qualified.\n(Some configurations of sendmail require this.)\n\nDon't bother to set this unless you have get an error like:\n Sending failed; 501 <someone>: recipient address must contain a domain." (choice (const nil) string) smtpmail-debug-info #[0 "\300\207" [nil] 1 #1#] "Whether to print info in buffer *trace of SMTP session to <somewhere>*.\nSee also `smtpmail-debug-verb' which determines if the SMTP protocol should\nbe verbose as well." boolean smtpmail-debug-verb #[0 "\300\207" [nil] 1 #1#] "Whether this library sends the SMTP VERB command or not.\nThe commands enables verbose information from the SMTP server." smtpmail-code-conv-from #[0 "\300\207" [nil] 1 #1#] "Coding system for encoding outgoing mail.\nUsed for the value of `sendmail-coding-system' when\n`select-message-coding-system' is called." coding-system smtpmail-queue-mail #[0 "\300\207" [nil] 1 #1#] "Non-nil means mail is queued; otherwise it is sent immediately.\nIf queued, it is stored in the directory `smtpmail-queue-dir' and\nsent with `smtpmail-send-queued-mail'. Also see\n`smtpmail-store-queue-variables'." smtpmail-queue-dir #[0 "\300\207" ["~/Mail/queued-mail/"] 1 #1#] "Directory where `smtpmail.el' stores queued mail.\nThis directory should not be writable by other users." directory smtpmail-warn-about-unknown-extensions #[0 "\300\207" [nil] 1 #1#] "If set, print warnings about unknown SMTP extensions.\nThis is mainly useful for development purposes, to learn about\nnew SMTP extensions that might be useful to support." "21.1" smtpmail-queue-index-file #[0 "\300\207" ["index"] 1 #1#] "File name of queued mail index.\nThis is relative to `smtpmail-queue-dir'." string smtpmail-servers-requiring-authorization #[0 "\300\207" [nil] 1 #1#] "Regexp matching servers that require authorization.\nNormally smtpmail will try first to send emails via SMTP without\nuser/password credentials, and then retry using credentials if\nthe server says that it requires it. If the server name matches\nthis regexp, smtpmail will send over the credentials on the first\nattempt." (choice regexp (const :tag "None" nil)) "27.1" smtpmail-retries #[0 "\300\207" [10] 1 #1#] "The number of times smtpmail will retry sending when getting transient errors.\nThese are errors with a code of 4xx from the SMTP server, which\nmean \"try again\"." integer smtpmail-store-queue-variables #[0 "\300\207" [nil] 1 #1#] "If non-nil, store SMTP variables when queueing mail.\nThese will then be used when sending the queue." "28.1"] 8) (defvar smtpmail-recipient-address-list nil) (defvar smtpmail--stored-queue-variables '(smtpmail-smtp-server smtpmail-stream-type smtpmail-smtp-service smtpmail-smtp-user)) (defvar smtpmail-queue-counter 0) #@158 List of supported SMTP AUTH mechanisms. The list is in preference order. Every element should have a matching `cl-defmethod' for `smtpmail-try-auth-method'. (defvar smtpmail-auth-supported '(cram-md5 plain login) (#$ . 5628)) #@70 Value to use for envelope-from address for mail from ambient buffer. (defvar smtpmail-mail-address nil (#$ . 5860)) (defalias 'smtpmail-send-it #[0 "\203\n \306\307!\202 \310\306\311!\312\211\211p\214\313 \210 \203 \314 \2062 \315\316!\211\205+ \317!A@\262\2062 \320 )\n\205<