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-156: Retry on FileExistsError #157

Closed scanner closed 3 months ago

scanner commented 3 months ago

Race condition on dot-locking MH folder. Looking at the mailbox.py source the state seems to be safe to treat as if the lock failed due to a clash.

Fixes GH-156