| |
|
| org.apache.cocoon.mail.MailCommandManager
MailCommandManager | public class MailCommandManager extends AbstractLogEnabled (Code) | | Manage invocation of mail commands.
author: Bernhard Huber since: 23 October 2002 version: $Id: MailCommandManager.java 468424 2006-10-27 15:44:53Z vgritsenko $ |
Inner Class :public static class MailFolderCatCommand extends AbstractMailCommand implements Contextualizable | |
Inner Class :public static class MailRefreshFolderCommand extends AbstractMailCommand implements Contextualizable | |
Inner Class :public static class MailListMessagesCommand extends AbstractMailCommand implements Contextualizable | |
Inner Class :public static class MailListFolderCommand extends AbstractMailCommand implements Contextualizable | |
Inner Class :public static class MailCatMessageByUIDCommand extends AbstractMailCommand implements Contextualizable | |
Inner Class :public static class MailCatMessageByIdCommand extends AbstractMailCommand implements Contextualizable | |
Inner Class :public static class MailCatAttachmentMessageByIdCommand extends AbstractMailCommand implements Contextualizable | |
Inner Class :public static class MailSearchMessagesCommand extends AbstractMailCommand implements Contextualizable | |
CONTEXT_FOLDER_ENTRY | final public static String CONTEXT_FOLDER_ENTRY(Code) | | Context key specifying the foldername.
|
CONTEXT_FOLDER_PATTERN_ENTRY | final public static String CONTEXT_FOLDER_PATTERN_ENTRY(Code) | | Description of the Field
|
CONTEXT_ID_ENTRY | final public static String CONTEXT_ID_ENTRY(Code) | | Description of the Field
|
CONTEXT_MAX_FOLDER_LEVEL_ENTRY | final public static String CONTEXT_MAX_FOLDER_LEVEL_ENTRY(Code) | | Description of the Field
|
CONTEXT_PARTID_ENTRY | final public static String CONTEXT_PARTID_ENTRY(Code) | | Description of the Field
|
CONTEXT_UID_ENTRY | final public static String CONTEXT_UID_ENTRY(Code) | | Description of the Field
|
DEFAULT_FOLDER_NAME | final public static String DEFAULT_FOLDER_NAME(Code) | | Description of the Field
|
DEFAULT_FOLDER_PATTERN | final public static String DEFAULT_FOLDER_PATTERN(Code) | | Description of the Field
|
MailCommandManager | public MailCommandManager()(Code) | | Creates a new instance of MailHeaderList
|
closeFolder | public static void closeFolder(Folder f) throws MessagingException(Code) | | Close a javamail folder
Parameters: f - Description of the Parameter exception: MessagingException - Description of the Exception |
closeStore | public static void closeStore(Store s) throws MessagingException(Code) | | Close a javamail store
Parameters: s - Description of the Parameter exception: MessagingException - Description of the Exception |
execute | public List execute(List aList)(Code) | | Description of the Method
Parameters: aList - Description of the Parameter Description of the Return Value |
execute | public List execute(AbstractMailCommand amfa)(Code) | | Description of the Method
Parameters: amfa - Description of the Parameter Description of the Return Value |
openFolder | public static void openFolder(Folder f, int mode) throws MessagingException(Code) | | Open a javamail folder
Parameters: f - Description of the Parameter Parameters: mode - folder opening mode, use Folder.READ_WRITE, or Folder.READ_ONLY exception: MessagingException - Description of the Exception |
openStore | public static void openStore(Store s) throws MessagingException(Code) | | Open a javamail store
Parameters: s - Description of the Parameter exception: MessagingException - Description of the Exception |
|
|
|