]> git.eshelyaron.com Git - emacs.git/commit
Fix parsing of mail address headers (bug#64296)
authorAndrew G Cohen <cohen@andy.bu.edu>
Tue, 27 Jun 2023 13:11:35 +0000 (21:11 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Wed, 5 Jul 2023 00:51:56 +0000 (08:51 +0800)
commite37b96432b89521871e947f322545f154547dd1b
tree4a02f44ca441af9dc9dacca578f2c3692a58a623
parentcb674ab40ce8bffe566c6851cf2ac5261152f004
Fix parsing of mail address headers (bug#64296)

RFC5322 specifies that an address header may be a list of both
individual mailboxes and mailbox groups.  This patch introduces
support for parsing headers that include groups.

* lisp/mail/ietf-drums.el (ietf-drums-parse-addresses): Allow message
address headers to include both mailboxes and groups.
lisp/mail/ietf-drums.el