Uses of Class
org.alfresco.repo.imap.ImapService.EmailBodyFormat
-
Packages that use ImapService.EmailBodyFormat Package Description org.alfresco.repo.imap The implementation of the Alfresco Imap Server -
-
Uses of ImapService.EmailBodyFormat in org.alfresco.repo.imap
Methods in org.alfresco.repo.imap that return ImapService.EmailBodyFormat Modifier and Type Method Description static ImapService.EmailBodyFormatImapService.EmailBodyFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImapService.EmailBodyFormat[]ImapService.EmailBodyFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.imap with parameters of type ImapService.EmailBodyFormat Modifier and Type Method Description java.lang.StringImapService. getDefaultEmailBodyTemplate(ImapService.EmailBodyFormat type)Returns a template for email body.java.lang.StringImapServiceImpl. getDefaultEmailBodyTemplate(ImapService.EmailBodyFormat type)java.lang.StringAbstractMimeMessage. getEmailBodyText(ImapService.EmailBodyFormat type)Returns the text representing email body for ContentModel node.
-