Uses of Class
com.jalios.jcms.mail.MailMessage.Part
-
Packages that use MailMessage.Part Package Description com.jalios.jcms.mail com.jalios.jcms.mail.listener -
-
Uses of MailMessage.Part in com.jalios.jcms.mail
Fields in com.jalios.jcms.mail with type parameters of type MailMessage.Part Modifier and Type Field Description protected java.util.Collection<MailMessage.Part>
MailMessage. multiparts
Methods in com.jalios.jcms.mail that return types with arguments of type MailMessage.Part Modifier and Type Method Description static java.util.Collection<MailMessage.Part>
MessageUtil. decodeMultipart(javax.mail.Message msg)
java.util.Collection<MailMessage.Part>
MailMessage. getTemporaryMultiparts()
Returns flatten collection of MailMessage.Part with decoded Files and Contents -
Uses of MailMessage.Part in com.jalios.jcms.mail.listener
Fields in com.jalios.jcms.mail.listener with type parameters of type MailMessage.Part Modifier and Type Field Description protected java.util.Map<java.lang.String,MailMessage.Part>
AttachementsMailListener.FileDocumentSelector. partMap
Constructor parameters in com.jalios.jcms.mail.listener with type arguments of type MailMessage.Part Constructor Description FileDocumentSelector(java.util.Map<java.lang.String,MailMessage.Part> partMap)
-