• Paul Eggert's avatar
    Don’t double-encode non-ASCII for mail client · 1ee47d47
    Paul Eggert authored
    * lisp/mail/mailclient.el (mailclient-encode-string-as-url):
    Use RFC 6068’s list of unreserved characters.
    (mailclient-send-it): When encoding the body as a URL,
    first decode it as per Content-Type: and Content-Transfer-Encoding:,
    as URLs must use percent-encoded UTF-8 (Bug#21471).
    
    * doc/misc/url.texi (mailto): Update RFC number.
    1ee47d47
mailclient.el 7.08 KB