|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Declares available methods to control the POP3 email poller.
SmtpClient| Method Summary | |
int |
getAsyncSendQueueSizeMax()
|
int |
getSmtpConnectionTimeout()
mail.smtp.connectiontimeout Socket connection timeout value in milliseconds. |
int |
getSmtpIoTimeout()
mail.smtp.timeout Socket I/O timeout value in milliseconds. |
java.lang.String |
getSmtpUrl()
Access the SMTP access uri, for example "smtp://aUser:mypassword@mySmtpHost.org:25" |
boolean |
isAddExpiresHeader()
If the message to send has an expiry date and this addExpiresHeader=true we send an 'Expires:' header in the email (Expiry Date Indication). |
boolean |
isAsyncSendQueueBlockOnOverflow()
|
boolean |
isBreakLongMessageIdLine()
Defaults to false. |
boolean |
isContentForceBase64()
Force the MsgUnit attachment to always be base64 encoded. |
boolean |
isMessageIdForceBase64()
|
void |
setAddExpiresHeader(boolean addExpiresHeader)
Add 'Expires:' email header. |
void |
setAsyncSendQueueBlockOnOverflow(boolean asyncSendQueueBlockOnOverflow)
|
void |
setBreakLongMessageIdLine(boolean breakLongMessageIdLine)
Defaults to false. |
void |
setContentForceBase64(boolean contentForceBase64)
Setting this to true we can force the MsgUnit attachment to always be base64 encoded. |
void |
setMessageIdForceBase64(boolean messageIdForceBase64)
Setting this to true we can force the messageId attachment to always be base64 encoded. |
void |
setSmtpUrl(java.lang.String uri)
|
| Methods inherited from interface org.xmlBlaster.util.admin.I_AdminUsage |
getUsageUrl, setUsageUrl, usage |
| Method Detail |
public boolean isContentForceBase64()
public void setContentForceBase64(boolean contentForceBase64)
contentForceBase64 - public boolean isMessageIdForceBase64()
public void setMessageIdForceBase64(boolean messageIdForceBase64)
public boolean isAddExpiresHeader()
http://www.faqs.org/rfcs/rfc2156.htmlpublic void setAddExpiresHeader(boolean addExpiresHeader)
http://www.faqs.org/rfcs/rfc2156.htmlpublic boolean isBreakLongMessageIdLine()
public void setBreakLongMessageIdLine(boolean breakLongMessageIdLine)
breakLongMessageIdLine - The breakLongMessageIdLine to set.public java.lang.String getSmtpUrl()
public void setSmtpUrl(java.lang.String uri)
uri - For example "smtp://aUser:mypassword@mySmtpHost.org:25"public int getSmtpIoTimeout()
public int getSmtpConnectionTimeout()
public int getAsyncSendQueueSizeMax()
public boolean isAsyncSendQueueBlockOnOverflow()
public void setAsyncSendQueueBlockOnOverflow(boolean asyncSendQueueBlockOnOverflow)
asyncSendQueueBlockOnOverflow - the asyncSendQueueBlockOnOverflow to set
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||