mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added provider xs4all
This commit is contained in:
@@ -242,6 +242,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
etHost.setText(provider.smtp.host);
|
||||
etPort.setText(Integer.toString(provider.smtp.port));
|
||||
rgEncryption.check(provider.smtp.starttls ? R.id.radio_starttls : R.id.radio_ssl);
|
||||
cbUseIp.setChecked(provider.useip);
|
||||
|
||||
break;
|
||||
}
|
||||
@@ -357,6 +358,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
etHost.setText(provider.smtp.host);
|
||||
etPort.setText(position == 0 ? null : Integer.toString(provider.smtp.port));
|
||||
rgEncryption.check(provider.smtp.starttls ? R.id.radio_starttls : R.id.radio_ssl);
|
||||
cbUseIp.setChecked(provider.useip);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -470,6 +472,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
etHost.setText(provider.smtp.host);
|
||||
etPort.setText(Integer.toString(provider.smtp.port));
|
||||
rgEncryption.check(provider.smtp.starttls ? R.id.radio_starttls : R.id.radio_ssl);
|
||||
cbUseIp.setChecked(provider.useip);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user