- 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.