OpMath

Package com.opmath.mail

A simple, multi-threaded email client (send only).

See:
          Description

Class Summary
ByteArrayDataSource A DataSource that can act as a DataHandler for an email MimeBodyPart.
CircularQueue A queue data structure, complete with synchronized access methods.
MailClient An email client accessible to any Java application.
MailMessage A MimeMessage that is compatible with the email queuing strategy used by com.opmath.mail.MailClient.
SendRequest A model of the object returned by the HTML mail compose form to the SendServlet.
SendServlet A servlet front-end for the MailClient component.
 

Exception Summary
QueueOverflowException Signals an overflow coindition in the use of a com.opmath.mail.CircularQueue instance.
 

Package com.opmath.mail Description

A simple, multi-threaded email client (send only).

Package Notes:

The client has a simple API, allowing the composition of email messages (including MIME attachments). An independent thread manages an outgoing message queue. This component makes use of the Java Activation Framework (JAF) 1.0.1 and the JavaMail API 1.2.


OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK