For example, ```python email=email_split('"my@email"@example.org') ``` should be split into ```python email.local='my@email' email.domain='example.org' ``` not ```python email.local='"my' email.domain='email"@example.org' ```