Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: ietf-drums-parse-address, gnus-extract-address-components, mail-extract-address-components
Date: Tue, 17 Oct 2006 07:47:47 +0900	[thread overview]
Message-ID: <b4mwt6zvpws.fsf@jpl.org> (raw)
In-Reply-To: <v98xjgvsxr.fsf_-_@marauder.physik.uni-ulm.de>

>>>>> In <v98xjgvsxr.fsf_-_@marauder.physik.uni-ulm.de>
>>>>>	Reiner Steib wrote:

> I don't know what's the difference between
> `mail-extract-address-components' and `ietf-drums-parse-address'
> (speed, reliability, ...)?  Anyone?

`ietf-drums-parse-address' doesn't work with non-ASCII names but
`gnus-extract-address-components' does.  So does
`mail-extract-address-components' but it also performs a voodoo
ceremony (which is currently disabled for Japanese names by
default).

(ietf-drums-parse-address "王ヶ頭ホテル <ougatou@example.com>")
 => ("ougatou@example.com")

(gnus-extract-address-components "王ヶ頭ホテル <ougatou@example.com>")
 => ("王ヶ頭ホテル" "ougatou@example.com")

(let ((mail-extr-disable-voodoo nil)) ;; Enable voodoo.
  (mail-extract-address-components "王ヶ頭ホテル <ougatou@example.com>"))
 => ("王. ヶ. 頭. ホテル" "ougatou@example.com")



  reply	other threads:[~2006-10-16 22:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87mz851t59.fsf@mobile.repose.cx>
     [not found] ` <g69hcy4t8g0.fsf@lifelogs.com>
2006-10-16 21:42   ` ietf-drums-parse-address, gnus-extract-address-components, mail-extract-address-components (was: bug in spam-check-BBDB) Reiner Steib
2006-10-16 22:47     ` Katsumi Yamaoka [this message]
2006-10-16 23:06       ` ietf-drums-parse-address, gnus-extract-address-components, mail-extract-address-components Miles Bader
2006-10-16 23:58         ` Katsumi Yamaoka
2006-10-17 14:58     ` Ted Zlatanov
2006-10-28 10:22       ` Reiner Steib
2006-10-30  3:23         ` Katsumi Yamaoka
2006-10-30 11:56           ` Reiner Steib
2006-10-30 19:00             ` Ted Zlatanov
2006-11-14 17:21             ` Reiner Steib
2006-11-14 23:41               ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mwt6zvpws.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).