mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 04:25:08 -05:00
Switch K-9 to using the SMTP submission port rather than the regular
server-to-server transport port.
This commit is contained in:
parent
cebf0b3e16
commit
79a4557500
@ -29,7 +29,7 @@ public class AccountSetupOutgoing extends K9Activity implements OnClickListener,
|
|||||||
private static final String EXTRA_MAKE_DEFAULT = "makeDefault";
|
private static final String EXTRA_MAKE_DEFAULT = "makeDefault";
|
||||||
|
|
||||||
private static final int smtpPorts[] = {
|
private static final int smtpPorts[] = {
|
||||||
25, 465, 465, 25, 25
|
587, 465, 465, 587, 587
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final String smtpSchemes[] = {
|
private static final String smtpSchemes[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user