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:
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 ||
|
||||
ex instanceof MessageRemovedException ||
|
||||
ex instanceof FileNotFoundException ||
|
||||
ex instanceof AuthenticationFailedException ||
|
||||
ex instanceof SendFailedException ||
|
||||
ex instanceof IllegalArgumentException) {
|
||||
Log.w("Unrecoverable");
|
||||
|
|
Loading…
Reference in a new issue