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

Allow some email accounts to have aliases/alias_for's with email accounts that do not have the same owner #92

Closed scanner closed 11 months ago

scanner commented 11 months ago

Frequently enough for shared emails, and admin accounts we need to allow aliases between EmailAccounts in certain cases.

For now we just need a fix that handles the few cases: shared email addresses for multiple users, and aliasing all the admin accounts to a non-admin account.

Perhaps a permission we can grant an emailaccount that says it can have aliases/alias_for's that do not belong to the same user (because I think at least initially we only need like two of these accounts.)