vibemail.email

Undocumented in source.

Members

Functions

headersToString
void headersToString(InetHeaderMap headers, void delegate(in char[]) @(safe) put)
Undocumented in source. Be warned that the author may not have intended to support it.
headersToString
string headersToString(InetHeaderMap headers)
Undocumented in source. Be warned that the author may not have intended to support it.
joinParts
auto joinParts(string boundary, T p, Parts args)
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, InetHeaderMap 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.
setContent
void setContent(Mail email, MailPart!Range 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.

Meta