- java.lang.Object
-
- org.eclipse.angus.mail.imap.protocol.BASE64MailboxDecoder
-
public class BASE64MailboxDecoder extends java.lang.ObjectSee 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.
-
-
Constructor Summary
Constructors Constructor Description BASE64MailboxDecoder()Deprecated.This is static utility class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static intbase64decode(char[] buffer, int offset, java.text.CharacterIterator iter)static java.lang.Stringdecode(java.lang.String original)
-