Rewritten smtpmail.el to use `open-network-stream' to do STARTTLS
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jun 2011 21:10:52 +0000 (23:10 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jun 2011 21:10:52 +0000 (23:10 +0200)
commit95f41d9ad1df5519e989b290440c171e7d79ad33
tree1baf79bd38c46bfcd35bcba9efc22af3346594fa
parenteb8c936238e238ce4ce9f78d909657491f625095
Rewritten smtpmail.el to use `open-network-stream' to do STARTTLS
upgrades opportunistically, and to only use auth-source for all
credentials.  Mostly backwards compatible, but
`smtpmail-auth-credentials' and `smtpmail-starttls-credentials' are
removed, and users who relied on those will have to put the
credentials in ~/.authinfo instead.
etc/NEWS
lisp/ChangeLog
lisp/mail/smtpmail.el