Gnus development mailing list
 help / color / mirror / Atom feed
* OT Question
@ 1999-05-14  9:39 Lee Willis
  1999-05-14 10:00 ` Kai.Grossjohann
  1999-05-14 15:23 ` Jason L Tibbitts III
  0 siblings, 2 replies; 3+ messages in thread
From: Lee Willis @ 1999-05-14  9:39 UTC (permalink / raw)


Erm, just a sort of off-topic question here but I figured that you guys
would know the answer ...

Is if possible to have the ' character in an email
address. Ie. k.o'brien or something similar?  or is that (As I suspect)
"The Wrong Thing"?

Thanks for any help,
Lee.
-- 
I was doing object-oriented assembly at 1 year old ...  
For some reason my mom insists on calling it "Playing with blocks"


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

* Re: OT Question
  1999-05-14  9:39 OT Question Lee Willis
@ 1999-05-14 10:00 ` Kai.Grossjohann
  1999-05-14 15:23 ` Jason L Tibbitts III
  1 sibling, 0 replies; 3+ messages in thread
From: Kai.Grossjohann @ 1999-05-14 10:00 UTC (permalink / raw)


Lee Willis <lee@gbdirect.co.uk> writes:

  > Is if possible to have the ' character in an email
  > address. Ie. k.o'brien or something similar?  or is that (As I suspect)
  > "The Wrong Thing"?

An email address contains a `simple mailbox specification' (user@host)
which probably mustn't contain quotes, but let's say that Ms O'Brien
is reachable as kob@frob.org, then the following would be a good
address:

    "K. O'Brien" <kob@frob.org>

Maybe even something like

    "K. O'Brien" <"k.o'brien@frob.org">

will work, but I doubt it.

kai
-- 
Abort this operation?   [Abort]  [Cancel]


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

* Re: OT Question
  1999-05-14  9:39 OT Question Lee Willis
  1999-05-14 10:00 ` Kai.Grossjohann
@ 1999-05-14 15:23 ` Jason L Tibbitts III
  1 sibling, 0 replies; 3+ messages in thread
From: Jason L Tibbitts III @ 1999-05-14 15:23 UTC (permalink / raw)


>>>>> "LW" == Lee Willis <lee@gbdirect.co.uk> writes:

LW> Is if possible to have the ' character in an email
LW> address.

The forward single quote (39, 0x27, 047) is not special in any way
according to RFC822.  The grammar is convoluted because some things are
special in some places, but here are some basic elements.

     ALPHA       =  <any ASCII alphabetic character>
                                                 ; (101-132, 65.- 90.)
                                                 ; (141-172, 97.-122.)
     atom        =  1*<any CHAR except specials, SPACE and CTLs>
     CHAR        =  <any ASCII character>        ; (  0-177,  0.-127.)
     CTL         =  <any ASCII control           ; (  0- 37,  0.- 31.)
                     character and DEL>          ; (    177,     127.)
     specials    =  "(" / ")" / "<" / ">" / "@"  ; Must be in quoted-
                 /  "," / ";" / ":" / "\" / <">  ;  string, to use
                 /  "." / "[" / "]"              ;  within a word.

Most things are built out of atoms.

LW> Ie. k.o'brien or something similar?

Well, in that example you must note that the period is special.  It must be
quoted in certain places.

 - J<


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

end of thread, other threads:[~1999-05-14 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-14  9:39 OT Question Lee Willis
1999-05-14 10:00 ` Kai.Grossjohann
1999-05-14 15:23 ` Jason L Tibbitts III

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