Implement SMTP AUTH LOGIN and AUTH PLAIN extensions for authentication
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 10 Feb 2008 10:44:13 +0000 (10:44 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 10 Feb 2008 10:44:13 +0000 (10:44 +0000)
commit874427983adcd0a63e06e5a385e1958a3b18adc6
tree59ac91dfe7362a3596937eda42906d789926bc18
parentf941fe026d5435d9df8d2ec0dbb66eb9ed14bc8c
Implement SMTP AUTH LOGIN and AUTH PLAIN extensions for authentication
when sending mail by SMTP.  New Edwin variable MAIL-AUTHENTICATION
controls whether to authenticate; set it to #T to enable authentication
by default.  New Edwin variable SMTP-USER-NAME can be set to specify a
user name.

Still to do:  CRAM-MD5 (shouldn't be hard, but I don't need it now),
and automatic detection of necessity of authentication.  Is there an
SMTP reply code to tell us that we must authenticate?
v7/src/edwin/edwin.pkg
v7/src/edwin/sendmail.scm