public class FaxToMailServiceUtils extends Object
| Constructor and Description |
|---|
FaxToMailServiceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
addFaxDomainToFaxNumber(String faxNumber,
MailFolder folder) |
static <T extends Enum<T>> |
contains(Collection<T> coll,
T value)
Return true if given collection is not null and contains requested value.
|
static Charset |
getCharset(javax.mail.Part part) |
public static String addFaxDomainToFaxNumber(String faxNumber, MailFolder folder)
public static Charset getCharset(javax.mail.Part part) throws javax.mail.MessagingException
javax.mail.MessagingExceptionpublic static <T extends Enum<T>> boolean contains(Collection<T> coll, T value)
coll - collectionvalue - valueCopyright © 2014 CodeLutin. All rights reserved.