Added DNSSEC account/identity option

This commit is contained in:
M66B
2024-01-06 16:38:22 +01:00
parent fec7e96feb
commit 91ee9b5c60
17 changed files with 3139 additions and 43 deletions

View File

@@ -483,7 +483,7 @@ public class FragmentGmail extends FragmentBase {
aprotocol, null, aencryption, false, false, false,
EmailService.PURPOSE_CHECK, true)) {
aservice.connect(
inbound.host, inbound.port,
false, inbound.host, inbound.port,
AUTH_TYPE_GMAIL, null,
user, password,
null, null);
@@ -501,7 +501,7 @@ public class FragmentGmail extends FragmentBase {
iprotocol, null, iencryption, false, false, false,
EmailService.PURPOSE_CHECK, true)) {
iservice.connect(
provider.smtp.host, provider.smtp.port,
false, provider.smtp.host, provider.smtp.port,
AUTH_TYPE_GMAIL, null,
user, password,
null, null);