GNU bug report logs - #77776
31.0.50; rfc6068-parse-mailto-url may fail with inhibit-eol-conversion

Previous Next

Package: emacs;

Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>

Date: Sun, 13 Apr 2025 11:10:05 UTC

Severity: normal

Found in version 31.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: bug-gnu-emacs <at> gnu.org
Subject: 31.0.50; rfc6068-parse-mailto-url may fail with inhibit-eol-conversion
Date: Sun, 13 Apr 2025 20:08:20 +0900
[Message part 1 (text/plain, inline)]
Following code returns unexpected result.

(let ((inhibit-eol-conversion t))
  (require 'rfc6068)
  (rfc6068-parse-mailto-url
   (concat "mailto:infobot <at> example.com?body="
	   "send%20current-issue%0D%0Asend%20index")))

-> (("To" . "infobot <at> example.com") ("Body" . "send current-issue^M
send index"))

Expected result is

-> (("To" . "infobot <at> example.com") ("Body" . "send current-issue
send index"))

Furthermore, if URL contains "%0D%0A" and "%0A", though it is not
compliant with RFC 6068, "%0D%0A" may be decoded  CRLF, not LF.

-- 
Kazuhiro Ito
[0001-Fix-rfc6068-parse-mailto-url-with-inhibit-eol-conver.patch (text/plain, attachment)]

This bug report was last modified 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.