DM_DEFAULT_ENCODING: Be explicit that we're using 7-bit ASCII when sending email.
[cfb.git] / prod / net / jaekl / qd / util / SendMail.java
2015-12-13 Chris JaeklDM_DEFAULT_ENCODING: Be explicit that we're using...
2015-12-12 Chris JaeklSendMail: add quotes around boundary type specification.
2015-11-01 Chris JaeklSendMail: make charset expected on socket reads explicit.
2015-11-01 Chris JaeklSendMail: after '.' that terminates "DATA", send only...
2015-10-31 Chris JaeklSwitch from javax.mail to net.jaekl.qd.SendMail.
2015-10-29 Chris JaeklAdd a bare-bones implementation of SMTP.