Package org.apache.servlet.mail

Interface Summary
MailServletRequest This interface defines the methods needed by the mail servlet to gather information about the mail message that has been posted and routed to the called mail servlet.
MailServletResponse This interface is used by the mail servlet to send the generated mail message.
 

Class Summary
MailAddress This class defines an internet mail address.
MailHeaders This interface defines a container for mail headers.
MailServlet This class is a generic servlet abstract extention that simplifies the process of writing a mail servlet.