Package | Description |
---|---|
net.bluemind.imap | |
net.bluemind.imap.impl |
Modifier and Type | Method and Description |
---|---|
void |
DateParsingSpeedTests.testEquals() |
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
DecoderUtils.decodeDateTime(java.lang.CharSequence chars)
Decodes the given string as a standard IMAP date-time.
|
static int |
DecoderUtils.decodeDigit(char character)
Decodes a number character into a
0-9 digit. |
static int |
DecoderUtils.decodeFixedDay(char dayHigh,
char dayLow) |
static int |
DecoderUtils.decodeMonth(char monthFirstChar,
char monthSecondChar,
char monthThirdChar)
Decodes an IMAP
date-month to a Calendar month. |
static int |
DecoderUtils.decodeNumber(char high,
char low) |
static int |
DecoderUtils.decodeYear(char milleniumChar,
char centuryChar,
char decadeChar,
char yearChar)
Decodes a year.
|
static int |
DecoderUtils.decodeZone(char zoneDeterminent,
char zoneDigitOne,
char zoneDigitTwo,
char zoneDigitThree,
char zoneDigitFour) |
Copyright © 2021. All Rights Reserved.