mail.utils

Undocumented in source.

Members

Aliases

iconv_t
alias iconv_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

fromPercentEncoding
ubyte[] fromPercentEncoding(ubyte[] src, ubyte chr)
Undocumented in source. Be warned that the author may not have intended to support it.
iconv
size_t iconv(iconv_t cd, char** inbuf, size_t* inbytesleft, char** outbuf, size_t* outbytesleft)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iconv_close
int iconv_close(iconv_t cd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iconv_open
iconv_t iconv_open(char* tocode, char* fromcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parseDate
SysTime parseDate(string src, SysTime fail)
Undocumented in source. Be warned that the author may not have intended to support it.
recode
string recode(string f, string t, char[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
ubyte[] removeAll(ubyte[] src, ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
ubyte[] removeAll(ubyte[] src, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

months
enum months;
Undocumented in source.

Meta