com.infoengine.email
Class ContentUtilities
java.lang.Object
com.infoengine.email.ContentUtilities
- public class ContentUtilities
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultAttributes
public static String[] defaultAttributes
ContentUtilities
public ContentUtilities()
getContentItems
public static ContentItem[] getContentItems(javax.mail.Folder folder)
throws IEException
- Throws:
IEException
listContentItems
public static ContentItem[] listContentItems(javax.mail.Message message)
throws IEException
- Throws:
IEException
getElement
public static Element getElement(ContentItem contentItem,
String[] attributes)
throws IEException
- Throws:
IEException
getAttribute
public static String[] getAttribute(ContentItem contentItem,
String name)
throws IEException
- Throws:
IEException
getMainTextBody
public static String getMainTextBody(ContentItem contentItem)
throws IEException
- Throws:
IEException
listPart
private static void listPart(Vector v,
MessageUFID messageUFID,
javax.mail.internet.MimeBodyPart part,
String prefix,
int partNo)
throws IEException
- Throws:
IEException