Searched refs:SMTP_PORT_NORMAL (Results 1 – 1 of 1) sorted by relevance
57 private static final int SMTP_PORT_NORMAL = 587; field in AccountSetupOutgoingFragment316 int port = (securityType & HostAuth.FLAG_SSL) != 0 ? SMTP_PORT_SSL : SMTP_PORT_NORMAL; in getPortFromSecurityType()