Loading src/com/fsck/k9/mail/transport/SmtpTransport.java +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class SmtpTransport extends Transport { String scheme = smtpUri.getScheme(); if (scheme.equals("smtp")) { connectionSecurity = ConnectionSecurity.NONE; port = 25; port = 587; } else if (scheme.equals("smtp+tls")) { connectionSecurity = ConnectionSecurity.STARTTLS_OPTIONAL; port = 587; Loading Loading
src/com/fsck/k9/mail/transport/SmtpTransport.java +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class SmtpTransport extends Transport { String scheme = smtpUri.getScheme(); if (scheme.equals("smtp")) { connectionSecurity = ConnectionSecurity.NONE; port = 25; port = 587; } else if (scheme.equals("smtp+tls")) { connectionSecurity = ConnectionSecurity.STARTTLS_OPTIONAL; port = 587; Loading