imap.namespace

Members

Aliases

unichar_t
alias unichar_t = int
Undocumented in source.

Functions

Hex
char Hex()
Undocumented in source. Be warned that the author may not have intended to support it.
UTF16_SURROGATE_HIGH
auto UTF16_SURROGATE_HIGH(T chr)
Undocumented in source. Be warned that the author may not have intended to support it.
UTF16_SURROGATE_LOW
auto UTF16_SURROGATE_LOW(T chr)
Undocumented in source. Be warned that the author may not have intended to support it.
imapUtf8FirstEncodeSubstring
string imapUtf8FirstEncodeSubstring(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
isValidUtf7
bool isValidUtf7(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
modifiedBase64DecodeToUtf8
string modifiedBase64DecodeToUtf8(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
modifiedBase64Encode
string modifiedBase64Encode(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
parseBase64DecodeTable
string parseBase64DecodeTable(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
reverseNamespace
string reverseNamespace(string mbox, string prefix, char delim)
Undocumented in source. Be warned that the author may not have intended to support it.
utf16BufToUtf8
string utf16BufToUtf8(char[] output, uint pos_)
Undocumented in source. Be warned that the author may not have intended to support it.
utf7ToUtf8
string utf7ToUtf8(string src)

Convert a mailbox name from the modified UTF-7 encoding, according to RFC 3501 Section 5.1.3.

utf8ToUtf7
string utf8ToUtf7(string src)

Convert a unicode mailbox name to the modified UTF-7 encoding, according to RFC 3501 Section 5.1.3.

Manifest constants

UNICODE_REPLACEMENT_CHAR
enum UNICODE_REPLACEMENT_CHAR;
Undocumented in source.
UTF16_SURROGATE_BASE
enum UTF16_SURROGATE_BASE;
Undocumented in source.
UTF16_SURROGATE_HIGH_FIRST
enum UTF16_SURROGATE_HIGH_FIRST;
Undocumented in source.
UTF16_SURROGATE_HIGH_LAST
enum UTF16_SURROGATE_HIGH_LAST;
Undocumented in source.
UTF16_SURROGATE_HIGH_MAX
enum UTF16_SURROGATE_HIGH_MAX;
Undocumented in source.
UTF16_SURROGATE_LOW_FIRST
enum UTF16_SURROGATE_LOW_FIRST;
Undocumented in source.
UTF16_SURROGATE_LOW_LAST
enum UTF16_SURROGATE_LOW_LAST;
Undocumented in source.
UTF16_SURROGATE_MASK
enum UTF16_SURROGATE_MASK;
Undocumented in source.
UTF16_SURROGATE_SHIFT
enum UTF16_SURROGATE_SHIFT;
Undocumented in source.
UTF8_REPLACEMENT_CHAR_LEN
enum UTF8_REPLACEMENT_CHAR_LEN;
Undocumented in source.

Structs

Mailbox
struct Mailbox

Variables

Base64DecodeTable
auto Base64DecodeTable;
Undocumented in source.
Base64EncodeTable
auto Base64EncodeTable;
Undocumented in source.

Meta