Holger's
Java API

Package com.antelmann.net.mail

The classes in this package are designed to ease the handling of emails.

See:
          Description

Interface Summary
EmailCustomizer This interface is used as a callback object to further individualize the body of an email while sending it to varius addresses.
 

Class Summary
Email Email represents an e-mail that could be sent through SMTP or received through POP3.
Email.Attachment Attachment represents an attachment to an email.
Email.Header A single Email may have several Header entries with the same name.
EmailAccount EmailAccount provides an easy way to send and receive emails through an application.
EmailAccountTableModel provides a GUI model to handle EmailAccount objects.
JEmailAccountTable supports column sorting (ascending&descending) by clicking the column header w/ the mouse (using shift for descending) as well as a context menu.
JEmailClient JEmailClient is a GUI that provides some simple email client functionality.
JEmailWatcher JEmailWatcher is a GUI that lets the user regularly monitor and log access to a list of email accounts.
JMessageTable supports column sorting (ascending&descending) by clicking the column header w/ the mouse (using shift for descending)
JNewsletterManager JNewsletterManager is a GUI that allows to easily send the same email to a number of recipients individually and customized.
MailScanner A class that must NOT be used for spamming, but there are several other useful purposes.
SQLEmailCustomizer uses a JDBC connection to customize emails.
TableCustomizer uses a map to customize emails.
TableModelCustomizer uses a configuration file to customize emails.
 

Package com.antelmann.net.mail Description

The classes in this package are designed to ease the handling of emails. This package requires the jvavax.mail API.

 

 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads