|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.inet.imap.UTF7imap
public final class UTF7imap
Encodes and decodes text according to the IMAP4rev1 mailbox name encoding scheme.
Method Summary | |
---|---|
static java.lang.String |
decode(java.lang.String name)
Decodes the specified name using the UTF-7.imap decoding. |
static java.lang.String |
encode(java.lang.String name)
Encodes the specified name using the UTF-7.imap encoding. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String encode(java.lang.String name)
public static java.lang.String decode(java.lang.String name)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |