The RFC for email addresses defines both that you can use kit@example.com as well as Kit <kitsunde@gmail.com> but it doesn’t appear to be calling them by any special name and so I simply went with “named”. Is there a proper name for them?
class Email():
name = "Kit"
email = "kitsunde@gmail.com"
named = "Kit <kitsunde@gmail.com>"
It seems RFC just calls it mailbox.