1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Switch K-9 to using the SMTP submission port rather than the regular

server-to-server transport port.
This commit is contained in:
Jesse Vincent 2011-03-09 00:21:16 -05:00
parent cebf0b3e16
commit 79a4557500

View File

@ -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[] = {