|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trackstudio.app.adapter.store.MailImportMessageStoreAdapter
public class MailImportMessageStoreAdapter
MailImport Message Adapter. Import e-mail, create message and attachments.
Constructor Summary | |
---|---|
MailImportMessageStoreAdapter()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Adapter's description |
boolean |
init()
Initialize adapter. |
boolean |
process(java.lang.String taskid,
java.lang.String from,
java.lang.String name,
java.lang.String subject,
java.lang.String body,
boolean plainText,
javax.mail.internet.MimeMessage message)
Parse message to body and attached file, |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailImportMessageStoreAdapter()
Method Detail |
---|
public boolean init()
Adapter
init
in interface Adapter
public java.lang.String getDescription()
getDescription
in interface Adapter
public boolean process(java.lang.String taskid, java.lang.String from, java.lang.String name, java.lang.String subject, java.lang.String body, boolean plainText, javax.mail.internet.MimeMessage message) throws MailImportException
message
- e-mail messageresult
- if true does nothing
GranException
MailImportException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |