| |
|
| java.lang.Object org.columba.core.command.Command org.columba.mail.folder.command.SaveMessageBodyAsCommand
SaveMessageBodyAsCommand | public class SaveMessageBodyAsCommand extends Command (Code) | | This class is used to save a message to file either as a html file or a text
file.
author: Karl Peder Olesen (karlpeder), 20030611 |
SaveMessageBodyAsCommand | public SaveMessageBodyAsCommand(ICommandReference reference, Charset charset)(Code) | | Constructor for SaveMessageBodyAsCommand. Calls super constructor and
saves charset for later use
Parameters: references - Parameters: charset - Charset to use for decoding messages before save |
execute | public void execute(IWorkerStatusController worker) throws Exception(Code) | | This method executes the save action, i.e. it saves the selected
messages to disk as either plain text or as html. At the momemt no
header or attachment information is saved with the message!
Parameters: worker - See Also: org.columba.api.command.Command.execute(Worker) |
|
|
|