mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
@@ -47,7 +47,6 @@ import com.sun.mail.util.SocketConnectException;
|
||||
import com.sun.mail.util.TraceOutputStream;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
import java.io.PrintStream;
|
||||
@@ -457,8 +456,6 @@ public class EmailService implements AutoCloseable {
|
||||
try {
|
||||
authenticator.refreshToken(true);
|
||||
connect(host, port, auth, user, factory);
|
||||
} catch (FileNotFoundException ex1) {
|
||||
throw new AuthenticationFailedException(ex1.getMessage(), ex1);
|
||||
} catch (Exception ex1) {
|
||||
Log.e(ex1);
|
||||
String msg = ex.getMessage();
|
||||
|
||||
Reference in New Issue
Block a user