all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mail-extract-address-components doesn't handle MIME-encoded full name
@ 2003-05-08 19:41 Kevin Rodgers
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2003-05-08 19:41 UTC (permalink / raw)


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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-09 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5787.1052422971.21513.bug-gnu-emacs@gnu.org>
2003-05-08 22:22 ` mail-extract-address-components doesn't handle MIME-encoded full name Kevin Rodgers
     [not found] ` <mailman.5805.1052432654.21513.bug-gnu-emacs@gnu.org>
2003-05-09 16:48   ` Kevin Rodgers
2003-05-08 19:41 Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.