1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +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 ||
ex instanceof MessageRemovedException ||
ex instanceof FileNotFoundException ||
ex instanceof AuthenticationFailedException ||
ex instanceof SendFailedException ||
ex instanceof IllegalArgumentException) {
Log.w("Unrecoverable");