|
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 nameso 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:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
[Prev in Thread] | Current Thread | [Next in Thread] |