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

Write ASIMAP Password file when updating accounts #117

Closed scanner closed 7 months ago

scanner commented 7 months ago

This is meant to work alongside asimap (https://github.com/scanner/asimap) . Since asimap has no user account management, we will have the as_email_service write the password/account file for asimap.

We need to specify the directory it will write to (and this directory will presumably be the same mounted by asimap.

For now this will be by default to the root of the mail_dirs directory.