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 ||
ex instanceof MessageRemovedException ||
ex instanceof FileNotFoundException ||
ex instanceof AuthenticationFailedException ||
ex instanceof SendFailedException ||
ex instanceof IllegalArgumentException) {
Log.w("Unrecoverable");