Package com.sun.mail.imap.protocol
Class BASE64MailboxDecoder
java.lang.Object
com.sun.mail.imap.protocol.BASE64MailboxDecoder
See the BASE64MailboxEncoder for a description of the RFC2060 and how
mailbox names should be encoded. This class will do the correct decoding
for mailbox names.
- Author:
- Christopher Cotton
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static int
base64decode
(char[] buffer, int offset, CharacterIterator iter) static String
-
Constructor Details
-
BASE64MailboxDecoder
public BASE64MailboxDecoder()
-
-
Method Details
-
decode
-
base64decode
-