bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mail-extract-address-components doesn't handle MIME-encoded full name


From: Kevin Rodgers
Subject: mail-extract-address-components doesn't handle MIME-encoded full name
Date: Thu, 08 May 2003 13:41:13 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

This is a real example:

(let ((mail-extr-ignore-single-names nil))
  (mail-extract-address-components
   "=?iso-8859-1?q?Laurent=20Laporte?= <laurentlaporte@yahoo.com>"))
=>
("iso" "laurentlaporte@yahoo.com")

mail-extract-address-components should either return the MIME-encoded full name
so the caller can decode it

        ("=?iso-8859-1?q?Laurent=20Laporte?=" "laurentlaporte@yahoo.com")

or decode it itself

        ("Laurent Laporte" "laurentlaporte@yahoo.com")

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]