JgMail Release History

Version 

Date

Changes

3.0.1  07/24/09 
  • Switched to SVN for source code control.
  • 3.0.0  04/20/09 
  • Modified to use Generic Collections.
  • Added JSP Taglib for sending email from JSP pages.
  • 2.1.0  10/30/03 
  • Added AUTH support to SMTP.
  • License is now LGPL.
  • Now uses Ant to build package.
  • 2.0.0  03/06/02 
  • Now works with all versions of Java 1.1.x to 1.4.x.
  • Added transparent support for J2ME.
  • 1.2.3 08/25/98
  • Fixed SMTP to handle multi-line responses from server.
  • SMTP now sends the senders host name with the HELO command.
  • SMTP now properly formats addresses for the RCPT command.
  • 1.2.2  08/06/98 
  • Added getMailer() and setMailer() methods to SMTP class.
  • Fixed problem reading folded message header fields.
  • 1.2.1 08/05/98
  • Created Version class to hold JgMail version information.
  • Fixed problem when writing plain/text attachments.
  • Now works mixed case boundary specifiers.
  • 1.2 07/30/98
  • SMTP now properly formats "Date" field in message header.
  • 1.1 07/23/98
  • Fixed problems when reading multiple messages.
  • SMTP now properly formats attachments when sending.
  • Now saves attachments to configured directory.
  • Added functionality to aide in writing JavaBean wrappers.
  • 1.0 06/18/98
  • First public release of JgMail.

  • [JgMail - Home]