vibemail.email

Undocumented in source.

Members

Functions

byChunk
auto byChunk(Range r, size_t s)
Undocumented in source. Be warned that the author may not have intended to support it.
headersToString
string headersToString(string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
mailAlternative
auto mailAlternative(PartA a, PartB b, string boundary)
Undocumented in source. Be warned that the author may not have intended to support it.
mailAttachment
auto mailAttachment(Range data, string mime, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
mailHtml
auto mailHtml(Range html)
Undocumented in source. Be warned that the author may not have intended to support it.
mailInlineImage
auto mailInlineImage(Range data, string mime, string cid, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
mailMixed
auto mailMixed(Parts parts)
Undocumented in source. Be warned that the author may not have intended to support it.
mailPart
auto mailPart(Range r, string[string] h)
Undocumented in source. Be warned that the author may not have intended to support it.
mailRelated
auto mailRelated(Parts parts)
Undocumented in source. Be warned that the author may not have intended to support it.
mailText
auto mailText(Range text)
Undocumented in source. Be warned that the author may not have intended to support it.
quotedPrintable
auto quotedPrintable(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeHeaders
void serializeHeaders(string[string] headers, Output output)
Undocumented in source. Be warned that the author may not have intended to support it.
setContent
void setContent(Mail email, MailPart part)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MailPart
struct MailPart(R)
Undocumented in source.
QuotedPrintable
struct QuotedPrintable(Range)
Undocumented in source.

Templates

isMailPart
template isMailPart(S)
Undocumented in source.
joinParts
template joinParts(T, Parts...)
Undocumented in source.

Meta