mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added support for client certificates (untested)
This commit is contained in:
@@ -328,7 +328,8 @@ public class FragmentPop extends FragmentBase {
|
||||
iservice.connect(
|
||||
host, Integer.parseInt(port),
|
||||
EmailService.AUTH_TYPE_PASSWORD, null,
|
||||
user, password, null);
|
||||
user, password,
|
||||
false, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user