Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package er.javamail

Class Summary
ERJavaMail  
ERMailAttachment  
ERMailDelivery This is the main class for sending mail with the JavaMail API.
ERMailDeliveryComponentBased This abstract class is the basis for all WOComponetn based deliverers.
ERMailDeliveryHTML This ERMailDelivery subclass is specifically crafted for HTML messages using a WOComponent as redering device.
ERMailDeliveryJapanesePlainText  
ERMailDeliveryPlainText This ERMailDelivery subclass is specifically crafted for plain text messages.
ERMailDeliveryWOComponentPlainText This ERMailDelivery subclass is specifically crafted for plain text messages using a WOComponent as redering device.
ERMailFileAttachment  
ERMailSender This class is used to send mails in a threaded way.
This is needed in WebObjects because if sending 20 mails takes 40 seconds, then the user must wait 40 seconds before attempting to use the application.
ERMailTextAttachment  
ERMailUtils  
ERMessage  
ERMimetypesMapper  
ERQueue  
ERWOMailDelivery Drop-in replacement for WOMailDelivery.
 

Exception Summary
ERMailSender.SizeOverflowException Exception class for alerting about a stack overflow
ERQueue.SizeOverflowException