Add a bare-bones implementation of SMTP.
authorChris Jaekl <cejaekl@yahoo.com>
Thu, 29 Oct 2015 13:52:09 +0000 (22:52 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Thu, 29 Oct 2015 13:52:09 +0000 (22:52 +0900)
commitc0bde8e3268a2f1ba05166b174a0d733237dc246
treebf12ff4ee63dd2fc7bf337ea09bdd749d82e9d9a
parentf829b23412e21d657d63a81897794e833ef162ab
Add a bare-bones implementation of SMTP.
Needs testing.
prod/net/jaekl/qd/QDException.java
prod/net/jaekl/qd/util/MailException.java [new file with mode: 0644]
prod/net/jaekl/qd/util/MimePart.java [new file with mode: 0644]
prod/net/jaekl/qd/util/SendMail.java [new file with mode: 0644]