mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 13:03:13 +02:00
Report connection failure details
This commit is contained in:
@@ -1014,6 +1014,9 @@ public class IMAPStore extends Store
|
||||
p.disconnect();
|
||||
} catch (Exception ex2) { }
|
||||
p = null;
|
||||
MessagingException failure = new MessagingException("connection failure", ex1);
|
||||
eu.faircode.email.Log.w(failure);
|
||||
throw failure;
|
||||
}
|
||||
|
||||
if (p == null)
|
||||
|
||||
Reference in New Issue
Block a user