org.apache.cocoon.mail.command
Interface MailCommand

All Known Implementing Classes:
AbstractMailCommand, MailCommandManager.MailCatAttachmentMessageByIdCommand, MailCommandManager.MailCatMessageByIdCommand, MailCommandManager.MailCatMessageByUIDCommand, MailCommandManager.MailFolderCatCommand, MailCommandManager.MailListFolderCommand, MailCommandManager.MailListMessagesCommand, MailCommandManager.MailRefreshFolderCommand, MailCommandManager.MailSearchMessagesCommand, MailCommands

public interface MailCommand

This interface the basic contract of a MailCommand

Since:
23 October 2002
Version:
$Id: MailCommand.java 468424 2006-10-27 15:44:53Z vgritsenko $
Author:
Bernhard Huber

Method Summary
 void execute()
          Execute this MailCommand
 

Method Detail

execute

void execute()
             throws MessagingException
Execute this MailCommand

Throws:
MessagingException - Description of the Exception


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.