Type representing a single email address. This is basically a wrapper around a String, the
email address is parsed for correctness with FromStr::from_str, which is the only want to
create an instance. The various components of the email are not parsed out to be accessible
independently.