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

Only create external password entries for email accounts with local delivery set and password begins with proper hash #120

Open scanner opened 7 months ago

scanner commented 7 months ago

Instead of creating entries in the external pw file for every email account we should only create entries when that email account is set for local delivery (this also means if it after being saved it is not set for local delivery and an entry exists in the external pw file, that entry should be removed.)