Represents an email address with an optional display name.
@type t() :: %Jmap.Email.EmailAddress{email: String.t(), name: String.t() | nil}