Version |
Date |
Comments |
1.2 |
September 27, 1999 |
- Transport class now reads from the SMTP port. This allows better error checking
and fixes several SMTP related issues.
- Included new demos.
- Improved documentation all around.
|
1.1.1 |
May 17, 1999 |
Minor bug fix. In the Transport class, the PrintWriter is now autoflushed.
In some systems, previous version of the class may be unable to send
an email. (Contributed by Jon Barber)
|
1.0 |
April 21, 1999 |
- Improved the FROM field a little so that the correct error is thrown if
the FROM is not included. (It's required inorder to send an email.)
- Fixed the behavior of the "To" and "Cc" fields. In 1.0, multiple To's
or Cc's would display as multiple copies of the first email address.
There was no problem in sending, just displaying.
- Brackets are no longer printed for a single email address:
Before: <bill@coolservlets.com>
After: bill@coolservlets.com
- Various small bug fixes.
|
1.0 |
April 1, 1999 |
Initial release of the Email classes.
|