From b5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 16 Feb 2019 11:20:09 -0800 Subject: Update citations of Internet RFCs For example, RFC 822 has been obsoleted by RFC 2822, which in turn has been obsoleted by RFC 5322. * doc/emacs/ack.texi, doc/lispref/os.texi: * doc/misc/emacs-mime.texi, doc/misc/gnus-coding.texi: * doc/misc/gnus.texi, doc/misc/sc.texi: * lisp/calendar/parse-time.el, lisp/gnus/gnus-cite.el: * lisp/gnus/gnus-util.el, lisp/gnus/message.el: * lisp/gnus/mm-bodies.el, lisp/gnus/nnrss.el: * lisp/mail/feedmail.el, lisp/mail/ietf-drums.el: * lisp/mail/mail-extr.el, lisp/mail/mail-utils.el: * lisp/mail/mailclient.el, lisp/mail/mailheader.el: * lisp/mail/rfc2047.el, lisp/mail/rfc822.el, lisp/mail/rmail.el: * lisp/mail/sendmail.el, lisp/mail/smtpmail.el: * lisp/mail/supercite.el, lisp/mh-e/mh-e.el: * lisp/mh-e/mh-utils.el, lisp/net/imap.el: * lisp/net/newst-backend.el, lisp/org/org-id.el: * lisp/ps-samp.el, lisp/simple.el, lisp/url/url-util.el: Update RFC citations. --- lisp/net/imap.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lisp/net/imap.el') diff --git a/lisp/net/imap.el b/lisp/net/imap.el index f4ae7b94495..dedf5f794a4 100644 --- a/lisp/net/imap.el +++ b/lisp/net/imap.el @@ -2094,23 +2094,23 @@ Return nil if no complete line has arrived." ;; addr-host ")" ;; ;; addr-adl = nstring -;; ; Holds route from [RFC-822] route-addr if +;; ; Holds route from [RFC-822 (or later)] route-addr if ;; ; non-nil ;; ;; addr-host = nstring -;; ; nil indicates [RFC-822] group syntax. -;; ; Otherwise, holds [RFC-822] domain name +;; ; nil indicates [RFC-822 (or later)] group syntax. +;; ; Otherwise, holds [RFC-822 (or later)] domain name ;; ;; addr-mailbox = nstring -;; ; nil indicates end of [RFC-822] group; if +;; ; nil indicates end of [RFC-822 (or later)] group; if ;; ; non-nil and addr-host is nil, holds -;; ; [RFC-822] group name. -;; ; Otherwise, holds [RFC-822] local-part -;; ; after removing [RFC-822] quoting +;; ; [RFC-822 (or later)] group name. +;; ; Otherwise, holds [RFC-822 (or later)] local-part +;; ; after removing [RFC-822 (or later)] quoting ;; ;; addr-name = nstring -;; ; If non-nil, holds phrase from [RFC-822] -;; ; mailbox after removing [RFC-822] quoting +;; ; If non-nil, holds phrase from [RFC-822 (or later)] +;; ; mailbox after removing [RFC-822 (or later)] quoting ;; (defsubst imap-parse-address () -- cgit v1.2.3