mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
basic header docs of all public modules
This commit is contained in:
parent
4e49255070
commit
8d57ff1f5e
35 changed files with 109 additions and 43 deletions
4
email.d
4
email.d
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue