1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

SMTP auth failed is unrecoverable

This commit is contained in:
M66B 2020-05-23 22:24:24 +02:00
parent d87120d848
commit 664945a5b0

View file

@ -333,6 +333,7 @@ public class ServiceSend extends ServiceBase {
if (ex instanceof OutOfMemoryError || if (ex instanceof OutOfMemoryError ||
ex instanceof MessageRemovedException || ex instanceof MessageRemovedException ||
ex instanceof FileNotFoundException || ex instanceof FileNotFoundException ||
ex instanceof AuthenticationFailedException ||
ex instanceof SendFailedException || ex instanceof SendFailedException ||
ex instanceof IllegalArgumentException) { ex instanceof IllegalArgumentException) {
Log.w("Unrecoverable"); Log.w("Unrecoverable");