|
xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AdminSmtpClient
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 |
|---|
boolean isContentForceBase64()
void setContentForceBase64(boolean contentForceBase64)
contentForceBase64 - boolean isMessageIdForceBase64()
void setMessageIdForceBase64(boolean messageIdForceBase64)
boolean isAddExpiresHeader()
http://www.faqs.org/rfcs/rfc2156.htmlvoid setAddExpiresHeader(boolean addExpiresHeader)
http://www.faqs.org/rfcs/rfc2156.htmlboolean isBreakLongMessageIdLine()
void setBreakLongMessageIdLine(boolean breakLongMessageIdLine)
breakLongMessageIdLine - The breakLongMessageIdLine to set.java.lang.String getSmtpUrl()
void setSmtpUrl(java.lang.String uri)
uri - For example "smtp://aUser:mypassword@mySmtpHost.org:25"int getSmtpIoTimeout()
int getSmtpConnectionTimeout()
int getAsyncSendQueueSizeMax()
boolean isAsyncSendQueueBlockOnOverflow()
void setAsyncSendQueueBlockOnOverflow(boolean asyncSendQueueBlockOnOverflow)
asyncSendQueueBlockOnOverflow - the asyncSendQueueBlockOnOverflow to set
|
xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||