|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.msn.mail.utils.MimeUtility
public class MimeUtility
This is a utility class providing micellaneous MIME-related functionality.
| Method Summary | |
|---|---|
static String |
decodeText(String etext)
Decodes headers that are defined as '*text' in RFC 822. |
static String |
decodeWord(String text)
Decodes the specified string using the RFC 2047 rules for parsing an "encoded-word". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String decodeText(String etext)
throws UnsupportedEncodingException
etext - the possibly encoded value
UnsupportedEncodingException - if the charset conversion failed
public static String decodeWord(String text)
throws Exception,
UnsupportedEncodingException
text - the possibly encoded value
Exception - if the string is not an encoded-word
UnsupportedEncodingException - if the decoding failed
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||