am d5fdf404
: Merge "Fix STARTTLS handshake error in Email\'s SmtpSender class"
* commit 'd5fdf40490033bbafbd946e92094b18e931c1a76': Fix STARTTLS handshake error in Email's SmtpSender class
This commit is contained in:
commit
d163332bc5
@ -136,7 +136,7 @@ public class SmtpSender extends Sender {
|
||||
* if not.
|
||||
*/
|
||||
if (mTransport.canTryTlsSecurity()) {
|
||||
if (result.contains("-STARTTLS")) {
|
||||
if (result.contains("STARTTLS")) {
|
||||
executeSimpleCommand("STARTTLS");
|
||||
mTransport.reopenTls();
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user