|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AEP_ReceiveMail
Application exit point for receiving mails including a notification mechanism.
| Method Summary | |
|---|---|
E4ApplObj_Intf |
getApplObj()
|
java.lang.String[] |
getFilterFrom()
Get an array of email addresses that a message can be sent from unless the message will not forwarded to receiveAndDelete(String[], String, String, Date, String, File[]). |
java.lang.String[] |
getFilterSubject()
Get an array of strings that must be included in the subject of a mail message unless the message will not forwarded to receiveAndDelete(String[], String, String, Date, String, File[]). |
java.io.PrintWriter |
getLogFile()
Get an valid, opened logfile. |
java.lang.String |
getMailboxPassword()
Specify the mailbox user's password. |
java.lang.String |
getMailboxServer()
Specify the mailbox server. |
java.lang.String |
getMailboxUser()
Specify the mailbox user account. |
java.lang.String |
getTempPath()
Specify a temporary path where the files shall be stored |
boolean |
receiveAndDelete(java.lang.String[] recipient,
java.lang.String sender,
java.lang.String subject,
java.util.Date sent,
java.lang.String msgbody,
java.io.File[] attachments)
Receive an email (the mail is completly downloaded from the server but not deleted). |
| Method Detail |
|---|
boolean receiveAndDelete(java.lang.String[] recipient,
java.lang.String sender,
java.lang.String subject,
java.util.Date sent,
java.lang.String msgbody,
java.io.File[] attachments)
recipient - email address(es) of email recipientssender - email address of the sendersubject - email subjectsent - date, email has been sentmsgbody - the message body (content)attachments - an array of files that have been downloaded and stored in the temporary directory specified
by getTempPath().
getTempPath(),
getFilterFrom(),
getFilterSubject()java.io.PrintWriter getLogFile()
java.lang.String getMailboxServer()
getMailboxUser(),
getMailboxPassword()java.lang.String getMailboxUser()
getMailboxServer(),
getMailboxPassword()java.lang.String getMailboxPassword()
getMailboxServer(),
getMailboxUser()java.lang.String[] getFilterSubject()
receiveAndDelete(String[], String, String, Date, String, File[]).
getFilterFrom()java.lang.String[] getFilterFrom()
receiveAndDelete(String[], String, String, Date, String, File[]).
getFilterSubject()java.lang.String getTempPath()
E4ApplObj_Intf getApplObj()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||