@Scriptable public interface IMaildirMessageWorkflowEvent extends IMaildirWorkflowEvent
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getMaildirDirectory()
Get the maildir directory that is being watched for messages.
|
java.nio.file.Path |
getMaildirFile()
Get the file that has been detected in the watched maildir directory.
|
javax.mail.Message |
getMessage()
Get the message that created this event.
|
getEventSourceGuid
java.nio.file.Path getMaildirDirectory()
java.nio.file.Path getMaildirFile()
javax.mail.Message getMessage() throws java.lang.Exception
java.lang.Exception
- If the message could not be accessed, e.g.
due to an network or parsing error.