Issue 300: send email through SMTP/SSL
Status:  Released
Owner: ----
Closed:  Oct 2012
Reported by xavier.l...@gmail.com, Oct 12, 2009
Affected Version: 2.0.23
Environment: Linux

What steps will reproduce the problem?
1. configure email settings using smtpauth, port 465, ...
2. connection refused to mail server

Sorry I don't have the stack trace from my work machine but could include
it later if needed.


Oct 30, 2009
#1 sop+code@google.com
Currently the SMTP stack only supports plain text SMTP.  If you need SSL, one option
is to run a local SMTP server on 127.0.0.1 which uses plaintext on port 25 and does
a forwarding of the message to the remote SMTP server over SSL.  This is actually how
I run review.source.android.com (use postfix to forward over SSL to Gmail for delivery
under the android.com domain name).
Summary: send email through SMTP/SSL
Status: Accepted
Labels: -Type-Bug Type-Feature
Nov 2, 2009
#2 sop+code@google.com
Fixed by change Idecb20326261cbc8951e2ff469b95ea7ee83e48c.
Status: Fixed
Labels: FixedIn-2.0.24
Oct 21, 2012
#3 sop@google.com
(No comment was entered for this change.)
Status: Released