<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/mail, branch scratch/exec-byte-code</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>; Fix typos</title>
<updated>2025-09-29T09:26:53+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2025-09-29T09:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6992d0e3bb79ac353f3d2335dba29431ccd64dc3'/>
<id>6992d0e3bb79ac353f3d2335dba29431ccd64dc3</id>
<content type='text'>
* lisp/mail/mail-utils.el (mail-fetch-field, mail-mbox-from):
'headers', not 'header'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/mail-utils.el (mail-fetch-field, mail-mbox-from):
'headers', not 'header'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect suspicious email addresses in Rmail and Sendmail</title>
<updated>2025-09-28T11:35:46+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-09-28T11:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3f230d84656156c3bf5296f618e1bfe1bb8866ad'/>
<id>3f230d84656156c3bf5296f618e1bfe1bb8866ad</id>
<content type='text'>
* lisp/mail/rmail.el (rmail-detect-suspicious-headers): New user
option.
(rmail-check-suspicious-from): New function, highlights suspicious
"From" addresses.
(rmail-show-message-1): Call 'rmail-check-suspicious-from' if
'rmail-detect-suspicious-headers' is non-nil.
* lisp/mail/sendmail.el (mail-send): Detect suspicious addresses
before sending.

* etc/NEWS: Announce the new features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmail.el (rmail-detect-suspicious-headers): New user
option.
(rmail-check-suspicious-from): New function, highlights suspicious
"From" addresses.
(rmail-show-message-1): Call 'rmail-check-suspicious-from' if
'rmail-detect-suspicious-headers' is non-nil.
* lisp/mail/sendmail.el (mail-send): Detect suspicious addresses
before sending.

* etc/NEWS: Announce the new features.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer tls to ssl in nnimap and smtpmail code</title>
<updated>2025-08-28T15:11:56+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2025-08-04T15:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=972e4f4a7f4fe6e2fafbdc5fe68640a166bce2bb'/>
<id>972e4f4a7f4fe6e2fafbdc5fe68640a166bce2bb</id>
<content type='text'>
* lisp/gnus/nnimap.el (nnimap-open-connection): Use 'tls.
(nnimap-open-connection-1): Check 'tls before 'ssl.
* lisp/mail/smtpmail.el (smtpmail-stream-type): Add 'ssl to
allowed values, state 'tls is preferred.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/nnimap.el (nnimap-open-connection): Use 'tls.
(nnimap-open-connection-1): Check 'tls before 'ssl.
* lisp/mail/smtpmail.el (smtpmail-stream-type): Add 'ssl to
allowed values, state 'tls is preferred.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rmail can fetch email from several inboxes with different passwords</title>
<updated>2025-08-23T11:55:09+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-08-23T11:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=45bc42bddfe8d9376ede6e71e4ddccb02c3d45a3'/>
<id>45bc42bddfe8d9376ede6e71e4ddccb02c3d45a3</id>
<content type='text'>
* lisp/mail/rmail.el (rmail--remote-password-host)
(rmail--remote-password-user): New variables.
(rmail-get-remote-password): Use them to ask for the password
whenever we need to fetch email from an inbox whose user or host
are different from the last ones.  (Bug#79214)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmail.el (rmail--remote-password-host)
(rmail--remote-password-user): New variables.
(rmail-get-remote-password): Use them to ask for the password
whenever we need to fetch email from an inbox whose user or host
are different from the last ones.  (Bug#79214)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'submit-emacs-patch' MIME type</title>
<updated>2025-08-21T20:02:02+00:00</updated>
<author>
<name>Steven Allen</name>
</author>
<published>2025-08-21T18:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=680ef7b5f0bdc1c215a66e165851a07177db7ed0'/>
<id>680ef7b5f0bdc1c215a66e165851a07177db7ed0</id>
<content type='text'>
* lisp/mail/emacsbug.el (submit-emacs-patch): Use the correct
MIME type for patches.  Otherwise, `mm-inline-media-tests' won't
recognize and fontify the patch.  (Bug#79287)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/emacsbug.el (submit-emacs-patch): Use the correct
MIME type for patches.  Otherwise, `mm-inline-media-tests' won't
recognize and fontify the patch.  (Bug#79287)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix index error when checking edited bug reports</title>
<updated>2025-08-02T13:30:09+00:00</updated>
<author>
<name>Antero Mejr</name>
</author>
<published>2025-07-26T15:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5979d17ea94d5fbc1597821a36759f41eef1c282'/>
<id>5979d17ea94d5fbc1597821a36759f41eef1c282</id>
<content type='text'>
* lisp/mail/emacsbug.el (report-emacs-bug-check-org): Improve regex
check.  (Bug#79080)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/emacsbug.el (report-emacs-bug-check-org): Improve regex
check.  (Bug#79080)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add post-save actions for Rmail attachments</title>
<updated>2025-07-26T15:22:09+00:00</updated>
<author>
<name>Paul Nelson</name>
</author>
<published>2025-07-07T20:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c3f30ee2046f4a2caeb009565ea20e977af00990'/>
<id>c3f30ee2046f4a2caeb009565ea20e977af00990</id>
<content type='text'>
* lisp/mail/rmailmm.el (rmail-mime-save-action): New user
option.
(rmail-mime-save): Use it.
* doc/emacs/rmail.texi (Rmail Display): Document it (bug#78971).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailmm.el (rmail-mime-save-action): New user
option.
(rmail-mime-save): Use it.
* doc/emacs/rmail.texi (Rmail Display): Document it (bug#78971).
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for text about Org-mode when submitting emacs bugs</title>
<updated>2025-07-05T07:36:16+00:00</updated>
<author>
<name>Antero Mejr</name>
</author>
<published>2025-06-23T21:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c61d2587bbfc1692971b3144716ab5f01b09231f'/>
<id>c61d2587bbfc1692971b3144716ab5f01b09231f</id>
<content type='text'>
* lisp/mail/emacsbug.el (report-emacs-bug-hook): Add regex check for
references to Org, and warn user if matches are found.  (Bug#78823)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/emacsbug.el (report-emacs-bug-hook): Add regex check for
references to Org, and warn user if matches are found.  (Bug#78823)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make xoauth2 auth fail when a smtp server replies 334 (Bug#78366)</title>
<updated>2025-05-26T13:07:24+00:00</updated>
<author>
<name>Xiyue Deng</name>
</author>
<published>2025-05-16T09:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=53371c959462a677a29ee869b3b6627facf3ed79'/>
<id>53371c959462a677a29ee869b3b6627facf3ed79</id>
<content type='text'>
* lisp/mail/smtpmail.el (smtpmail-try-auth-method): Throw error 535
when receiving a "334 server challenge" reply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/smtpmail.el (smtpmail-try-auth-method): Throw error 535
when receiving a "334 server challenge" reply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'rfc6068-parse-mailto-url' with 'inhibit-eol-conversion'</title>
<updated>2025-04-19T14:20:27+00:00</updated>
<author>
<name>Kazuhiro Ito</name>
</author>
<published>2025-04-13T11:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2cf545f47dc945b8ebff641af7e15798ddd419c2'/>
<id>2cf545f47dc945b8ebff641af7e15798ddd419c2</id>
<content type='text'>
* lisp/mail/rfc6068.el (rfc6068-parse-mailto-url): Fix EOL type to
CRLF and never inhibit EOL conversion in decoding.  (Bug#77776)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rfc6068.el (rfc6068-parse-mailto-url): Fix EOL type to
CRLF and never inhibit EOL conversion in decoding.  (Bug#77776)
</pre>
</div>
</content>
</entry>
</feed>
