Dnia 27.10.2020 o godz. 21:42:24 John Stoffel pisze:
> Could someone have an email address of "uid:j...@some.place.home" down
> the line?  

Localpart of the email address may be unquoted or may be enclosed in
quotation marks.

If unquoted, it may use any of these ASCII characters:

* uppercase and lowercase Latin letters A to Z and a to z
* digits 0 to 9
* printable characters !#$%&'*+-/=?^_`{|}~
* dot ., provided that it is not the first or last character and provided
  also that it does not appear consecutively (e.g., john.....@example.com
  is not allowed).

* space and special characters "(),:;<>@[\] are allowed with restrictions
  (they are only allowed inside a quoted string, and in addition, a
  backslash or double-quote must be preceded by a backslash);
* comments are allowed with parentheses at either end of the local-part;
  e.g., john.smith(comment)@example.com and (comment)john.sm...@example.com
  are both equivalent to john.sm...@example.com.

So, the email address

uid:j...@some.place.home

is invalid. However, this address is valid:

"uid:john"@some.place.home

but it doesnt have the string uid: at the beginning, so there's no
confusion.
-- 
Regards,
   Jaroslaw Rafa
   r...@rafa.eu.org
--
"In a million years, when kids go to school, they're gonna know: once there
was a Hushpuppy, and she lived with her daddy in the Bathtub."

Reply via email to