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-116 - Add a set of standard folders to the maildirs we create #125

Closed scanner closed 7 months ago

scanner commented 7 months ago

Also has a better fix for GH-123 - with proper redis client we retry on failure of trying to update the pwfile. We also make sure that the pw file is locked so only one task at a time can read or write it.

Fixes GH-116 Fixes GH-123