summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Header.cs
Commit message (Collapse)AuthorAgeFilesLines
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-061-199/+0
|
* add AddSection call and testsBrandon West2013-10-241-0/+6
|
* Added SetCategories() method to support multiple categories. SetCategory() ↵BobMcLaren2013-07-161-0/+7
| | | | left to maintain backward compatibility.
* add passing test for setting and getting X-SMTPAPI "to" arrayBrandon West2012-07-131-0/+8
|
* Minor change to make variable names consistentBobMcLaren2012-05-311-3/+2
|
* Added the .AddTo() method to IHeader to allow for sending to multiple ↵BobMcLaren2012-05-301-0/+6
| | | | recipients in a single email.
* Got All parts of the REST api working, except file attachments.CJ Buchmann2012-01-121-3/+3
|
* fixed bug in header, refactored some thingsTyler Bischel2012-01-121-5/+6
|
* allow adding arrays to header, clean up, plus rename internal class to ↵Tyler Bischel2012-01-111-10/+26
| | | | something more useful.
* implemented functionality for SendGrid specific headersTyler Bischel2012-01-111-14/+58
|
* example project sends email, tree node for filters created, json encoding ↵Tyler Bischel2012-01-101-4/+60
| | | | done, other fixes
* fixed namespace weirdness, made changes to .gitignoreTyler Bischel2012-01-101-0/+56