From 79a4557500c7d760f352e175ee2acbd0f2a63d3c Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 9 Mar 2011 00:21:16 -0500 Subject: [PATCH] Switch K-9 to using the SMTP submission port rather than the regular server-to-server transport port. --- src/com/fsck/k9/activity/setup/AccountSetupOutgoing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fsck/k9/activity/setup/AccountSetupOutgoing.java b/src/com/fsck/k9/activity/setup/AccountSetupOutgoing.java index a89678a8c..770f6e909 100644 --- a/src/com/fsck/k9/activity/setup/AccountSetupOutgoing.java +++ b/src/com/fsck/k9/activity/setup/AccountSetupOutgoing.java @@ -29,7 +29,7 @@ public class AccountSetupOutgoing extends K9Activity implements OnClickListener, private static final String EXTRA_MAKE_DEFAULT = "makeDefault"; private static final int smtpPorts[] = { - 25, 465, 465, 25, 25 + 587, 465, 465, 587, 587 }; private static final String smtpSchemes[] = {