|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.transport.config.TransportProperties
public final class TransportProperties
| Method Summary | |
|---|---|
java.lang.String |
getDefaultTransportProvider()
Gets the default transport provider |
java.util.Locale |
getExternalRecipientsLocale()
Gets the locale to use when composing text sent to external recipients. |
static TransportProperties |
getInstance()
Gets the singleton instance of TransportProperties |
long |
getPublishedDocumentTimeToLive()
Gets the time-to-live in milliseconds for published documents. |
java.lang.String |
getPublishingInfostoreFolder()
Gets the name of the publishing infostore folder. |
int |
getReferencedPartLimit()
Gets the referencedPartLimit |
boolean |
isProvideLinksInAttachment()
Checks if publication links shall be provided in "text/html" file attachment named "links.html". |
boolean |
isPublishOnExceededQuota()
Checks if exceeded attachments shall be published rather than throwing an exceeded-quota exception. |
boolean |
isPublishPrimaryAccountOnly()
Checks if publishing of email attachments is only enabled for primary account. |
boolean |
isSendAttachmentToExternalRecipients()
Checks if attachments shall be sent to external recipients although quota was exceeded. |
boolean |
publishedDocumentsExpire()
Determines if published documents should expire. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TransportProperties getInstance()
TransportProperties
TransportPropertiespublic int getReferencedPartLimit()
ITransportProperties
getReferencedPartLimit in interface ITransportPropertiespublic java.lang.String getDefaultTransportProvider()
public java.lang.String getPublishingInfostoreFolder()
public boolean isPublishOnExceededQuota()
true if exceeded attachments shall be published rather than throwing an exceeded-quota exception; otherwise
falsepublic boolean isPublishPrimaryAccountOnly()
true if publishing of email attachments is only enabled for primary account; otherwise falsepublic boolean isSendAttachmentToExternalRecipients()
true if attachments shall be sent to external recipients although quota was exceeded; othjerwise
falsepublic boolean isProvideLinksInAttachment()
true if publication links shall be provided in "text/html" file attachment; otherwise falsepublic long getPublishedDocumentTimeToLive()
public boolean publishedDocumentsExpire()
public java.util.Locale getExternalRecipientsLocale()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||