Revert "Reduced logging"

This reverts commit 4f195142d8.
This commit is contained in:
M66B
2020-03-05 11:49:16 +01:00
parent 4f195142d8
commit c73d983254

View File

@@ -106,7 +106,7 @@ public class IMAPSaslAuthenticator implements SaslAuthenticator {
pr.handleLoginResult(r);
pr.setCapabilities(r);
} catch (ProtocolException ex) {
Log.i(ex);
Log.w(ex);
throw new UnsupportedOperationException("SASL not authenticated");
}