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

Default authentication type for SMTP is automatic

This commit is contained in:
cketti 2011-11-07 01:58:38 +01:00
parent 6d9463801e
commit 6497ac4cf4

View File

@ -63,7 +63,7 @@ public class SmtpTransport extends Transport {
String host;
int port;
ConnectionSecurity connectionSecurity;
String authenticationType = null;
String authenticationType = AUTH_AUTOMATIC;
String username = null;
String password = null;