mailpuccino
Interface EmailComposer
- All Superinterfaces:
- ComponentType
- All Known Implementing Classes:
- RegularEmailComposer
- public interface EmailComposer
- extends ComponentType
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