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-123 - catch EmailAccount.DoesNotExist and log a warning #124

Closed scanner closed 7 months ago

scanner commented 7 months ago

Fixes GH-123.

Does not fix the underlying problem. The email account should definitely exist and be saved in to the db at this time. Maybe a timing/multiple access to the sqlite db?

However, this is not a critical issue as we can always create the external pw entry later.