org.mule.transport.email
Class MailUtils
java.lang.Object
org.mule.transport.email.MailUtils
public class MailUtils
- extends Object
Contains javax.mail helpers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailUtils
public MailUtils()
internetAddressesToString
public static String internetAddressesToString(InternetAddress[] addresses)
internetAddressesToString
public static String internetAddressesToString(InternetAddress address)
mailAddressesToString
public static String mailAddressesToString(Address[] addresses)
mailAddressesToString
public static String mailAddressesToString(Address address)
stringToInternetAddresses
public static InternetAddress[] stringToInternetAddresses(String address)
throws AddressException
- Throws:
AddressException
getAttachments
public static void getAttachments(Multipart content,
Map attachments)
throws MessagingException,
IOException
- Throws:
MessagingException
IOException
isListHeader
public static boolean isListHeader(String name)
- Check whether a property name has the format associated with a list
of header values
- Parameters:
name
- A property name
- Returns:
- true if the name is associated with a list of header values
(more exactly, if it starts with HEADER_LIST_PREFIX, which gives an
invalid header name according to RFC822).
toListHeader
public static String toListHeader(String header)
- Convert a header name to the property name associated with a list of
header values (ie prepend the prefix)
- Parameters:
header
- A header name
- Returns:
- The associated list property name (ie with HEADER_LIST_PREFIX prepended)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.