basic header docs of all public modules

This commit is contained in:
Adam D. Ruppe 2019-12-06 22:57:49 -05:00
parent 4e49255070
commit 8d57ff1f5e
35 changed files with 109 additions and 43 deletions

View file

@ -1,4 +1,6 @@
///
/++
Create MIME emails with things like HTML, attachments, and send with convenience wrappers around std.net.curl's SMTP function, or read email from an mbox file.
+/
module arsd.email;
import std.net.curl;