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

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

Re: mail-extract-address-components doesn't handle MIME-encoded full nam


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

I wrote:

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")

Or perhaps the caller should decode the From: header contents first; that's what
I'm doing for VM now:

(defadvice mail-extr-voodoo (before vm-decode-mime-encoded-words activate)
  "Decode MIME-encoded words before interepreting the buffer contents."
  (vm-decode-mime-encoded-words))

--
<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]