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:
parent
d87120d848
commit
664945a5b0
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue