mailpuccino
Interface EmailComposer

All Superinterfaces:
ComponentType
All Known Implementing Classes:
RegularEmailComposer

public interface EmailComposer
extends ComponentType


Method Summary
 OutgoingEmail forward(EmailID Target)
           
 EditingComponent getEditingComponent(OutgoingEmail Target)
           
 void init(Preferences Config)
           
 OutgoingEmail newOutgoingEmail()
           
 OutgoingEmail reply(EmailID Target, boolean All)
           
 
Methods inherited from interface mailpuccino.ComponentType
getType
 

Method Detail

init

public void init(Preferences Config)

getEditingComponent

public EditingComponent getEditingComponent(OutgoingEmail Target)

newOutgoingEmail

public OutgoingEmail newOutgoingEmail()

reply

public OutgoingEmail reply(EmailID Target,
                           boolean All)
                    throws java.io.IOException,
                           FolderException
Throws:
java.io.IOException
FolderException

forward

public OutgoingEmail forward(EmailID Target)
                      throws java.io.IOException,
                             FolderException
Throws:
java.io.IOException
FolderException