public interface ITMailUtil
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAttachmentCount(javax.mail.Message messageToCount,
                  ProfileBean profileBean)  | 
String | 
getContent(javax.mail.Message message,
          ProfileBean bean)  | 
String | 
getExactContent(javax.mail.Message message,
               boolean isHtml,
               ProfileBean bean)  | 
String | 
getLinkHref(String htmlContent,
           String string)  | 
String getContent(javax.mail.Message message, ProfileBean bean) throws Exception
ExceptionString getExactContent(javax.mail.Message message, boolean isHtml, ProfileBean bean) throws Exception
Exceptionint getAttachmentCount(javax.mail.Message messageToCount,
                       ProfileBean profileBean)
Copyright © 2008–2020 The Plugin People. All rights reserved.