commit | a1b2d459a925895bcffc28ac8dfac221bd41438a | [log] [tgz] |
---|---|---|
author | Bob Foerster <robert@erafx.com> | Thu Mar 10 11:55:11 2011 -0500 |
committer | Bob Foerster <robert@erafx.com> | Thu Mar 10 11:55:11 2011 -0500 |
tree | 2089ada760cc37089ca42b84be7a41d94ac2ca8b | |
parent | 0ff5ff01121617e4bcdda25e67da46f71dcbc85c [diff] |
Add support for SMTP AUTH LOGIN to AuthSMTPClient AuthSMTPClient only supports CRAM-SHA1, CRAM-MD5, and PLAIN methods of authentication. This change adds support for LOGIN, which is another common SMTP authentication mechanism. Change-Id: Ia03b74c7d121e00a50612e641968ca9ccfb3b5da Signed-off-by: Bob Foerster <robert@erafx.com>