mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Added unicode account option
This commit is contained in:
@@ -950,7 +950,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
// Create transport
|
||||
String protocol = (encryption == EmailService.ENCRYPTION_SSL ? "smtps" : "smtp");
|
||||
try (EmailService iservice = new EmailService(
|
||||
context, protocol, realm, encryption, insecure,
|
||||
context, protocol, realm, encryption, insecure, unicode,
|
||||
EmailService.PURPOSE_CHECK, true)) {
|
||||
iservice.setUseIp(use_ip, ehlo);
|
||||
iservice.connect(
|
||||
|
||||
Reference in New Issue
Block a user