mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Fixed missing Content-Type POP3/TOP
This commit is contained in:
@@ -195,7 +195,7 @@ public class EmailService implements AutoCloseable {
|
||||
boolean auth_sasl = prefs.getBoolean("auth_sasl", true);
|
||||
boolean auth_apop = prefs.getBoolean("auth_apop", false);
|
||||
boolean use_top = prefs.getBoolean("use_top", true);
|
||||
boolean forget_top = prefs.getBoolean("forget_top", true);
|
||||
boolean forget_top = prefs.getBoolean("forget_top", false);
|
||||
Log.i("Authenticate" +
|
||||
" plain=" + auth_plain +
|
||||
" login=" + auth_login +
|
||||
|
||||
Reference in New Issue
Block a user