Vibemail - extensions for vibe's Mail class to send multi-part emails with attachments
rcorre via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Sep 29 19:20:35 PDT 2015
On Tuesday, 29 September 2015 at 16:22:43 UTC, Adam D. Ruppe
wrote:
>
> characterencodings is only needed if you call one of the
> character conversion functions; it is a lazy local import
> inside a template.
Neat! I knew local imports were useful for keeping symbols in a
smaller scope, but didn't think about it as a way to control
dependencies.
More information about the Digitalmars-d-announce
mailing list