| java.lang.Object |
| ↳ |
com.google.code.com.sun.mail.imap.protocol.BASE64MailboxDecoder |
Class Overview
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.
Summary
| Fields |
|
static
final
char[] |
pem_array |
This character array provides the character to value map
based on RFC1521, but with the modification from RFC2060
which changes the '/' to a ','. |
|
private
static
final
byte[] |
pem_convert_array |
|
| Public Methods |
|
static
String
|
decode(String original)
|
| Protected Methods |
|
static
int
|
base64decode(char[] buffer, int offset, CharacterIterator iter)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
static
final
char[]
pem_array
This character array provides the character to value map
based on RFC1521, but with the modification from RFC2060
which changes the '/' to a ','.
private
static
final
byte[]
pem_convert_array
Public Constructors
public
BASE64MailboxDecoder
()
Public Methods
public
static
String
decode
(String original)
Protected Methods
protected
static
int
base64decode
(char[] buffer, int offset, CharacterIterator iter)