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

GH-117: When we add, update, and delete EmailAccounts, update entries in the external pw file #118

Closed scanner closed 7 months ago

scanner commented 7 months ago

We are adding an external pw file for synchronization of email accounts with the external asimapd process.

This is so that the as_email_service is the administrative interface for accounts we offer via asimapd.

This completes GH-117