scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

list email accounts that `alias_for` to this account (ie: list this email account's aliases) #48

Closed scanner closed 12 months ago

scanner commented 1 year ago

Need to update the serializer to list the aliases of an email account

should be able to remove or add an alias form the email account card.

Should we have both the alias_for and aliases inputs on a card? It might be confusing to have both. I can see wanting to know what email accounts this email account is an alias for. Also definitely want to know what aliases this email account has.

You can only add alias_for for email accounts you own. You can remove any alias even if the account that is an alias for your account is not owned by you.