|
OpMath | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||