mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
97189ca6b6
commit
d4e56e78c5
|
@ -438,7 +438,7 @@ public class EmailService implements AutoCloseable {
|
||||||
_connect(iaddr.getHostAddress(), port, user, password, factory);
|
_connect(iaddr.getHostAddress(), port, user, password, factory);
|
||||||
return;
|
return;
|
||||||
} catch (MessagingException ex1) {
|
} catch (MessagingException ex1) {
|
||||||
EntityLog.log(context, "Fallback ex=" + ex.getMessage());
|
EntityLog.log(context, "Fallback ex=" + ex1.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Throwable ex1) {
|
} catch (Throwable ex1) {
|
||||||
|
|
Loading…
Reference in New Issue