Searched refs:SMTP_PORT_NORMAL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoingFragment.java58 private static final int SMTP_PORT_NORMAL = 587; field in class:AccountSetupOutgoingFragment
334 return (securityType & HostAuth.FLAG_SSL) != 0 ? SMTP_PORT_SSL : SMTP_PORT_NORMAL;

Completed in 63 milliseconds