mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
SMTP auth failed is unrecoverable
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user