12 Commits
Author SHA1 Message Date
Rogier Schouten 231e5fd730 Upgrade nodemailer typings to 1.0 2015-04-14 17:47:16 +02:00
Adam Babcock 813eb68c62 Add nodemailer module declaration 2014-12-11 13:56:47 -06:00
zaneli 4d3317b1d2 Append 'useDKIM’, 'close' function's return-type annotation 2014-06-20 12:09:52 +09:00
Bartvds 5d95684e19 added/fixed headers k-n
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:19:01 +01:00
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame 3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker 26d671ccbd Fix definitions for TS 0.9 2013-06-28 22:14:33 +01:00
anchann a66fe34169 Nodemailer: type definitions for the SMPT-specific options
As documented here:
https://github.com/andris9/nodemailer#setting-up-smtp

Added examples from the above source as tests.

The original definition of NodemailerTransportOptions looks questionable
with its AWS-specific fields, but leaving it alone for now since I'm
new to nodemailer.

Once typescript 0.9 is rolled out with its string parameter matcher,
that should be used for specifying the type of options of the second
parameter when the first one has value "SMTP".
2013-05-05 10:41:51 +09:00
Vincent Bortone 859b94e5e5 Finish first attempt of definitions and tests. 2013-02-04 01:21:57 -05:00
Vincent Bortone d3d7c7b4ab Add transport class. 2013-02-03 10:42:12 -05:00
Vincent Bortone 71fb1d4a12 Initial commit of Nodemailer type definitions and tests 2013-01-31 02:59:19 -05:00