org.apache.cocoon.mail.MailContext Encapsulation of context info of this webmail application @author Bernhard Huber @since 29 December 2002 @version CVS $Id: MailContext.java 30932 2004-07-29 17:35:38Z vgritsenko $
org.apache.cocoon.mail.MailContentHandlerDelegate Marshal javamail objects <p> Having one or more javamail objects, like Message, Folder, et al. emit SAX events </p> @author Bernhard Huber @since 24. Oktober 2002 @version CVS $Id: MailContentHandlerDelegate.java 30932 2004-07-29 17:35:38Z vgritsenko $ Generated SAX events conformin ...
org.apache.cocoon.mail.MailAction This action creates javamail objects, and puts XMLizable object wrappers of these objects into the request attribute map. <p> This action enables javamail access as action. It creates an http sesion, and puts the MailContext object into the session attributes. </p> @see MailContext @ ...
populate Copy folder hierarchies between different Stores. This is a useful utility to populate new (and possibly empty) mail stores. Specify both the source and destination folders as URLs. @author John Mani
folderlist Demo app that exercises the Message interfaces. List information about folders. @author John Mani @author Bill Shannon