summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests/TestSendgrid.cs
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for deployElmer Thomas2016-04-271-418/+0
|
* fix buildBrandon West2015-04-211-349/+356
|
* mergeBrandon West2015-04-211-2/+12
|\
| * AddSectionWataru Sato2015-01-281-1/+1
| |
| * AddSectionWataru Sato2015-01-281-9/+9
| |
| * AddSectionWataru Sato2015-01-281-0/+12
| |
* | Sink host introducedlukasz-lysik2014-06-231-0/+51
|/
* add BuildNet40 build config, make signing assembly conditionalBrandon West2014-06-141-2/+2
|
* change namespace from SendGridMail to SendGrid, change SendGrid type to ↵Brandon West2014-05-211-24/+24
| | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently.
* Usable with an IoC Containerparoos2014-05-091-1/+1
|
* Cleaned up code;Alex Reed (Xerax)2014-02-161-334/+338
| | | | | | | | | - Converted to tabs instead of 4 spaces. - Changed some private variable names to be C#4 standards compliant. - Renamed the WEBAPI class to be WebApi (see above). - Slightly tweaked the tests to load credential data from a private constant string at the top of the file, so you don't have to set Email/Password info for every instance it's used. - Cleaned up some foreach's to be LINQ statements - Decreased nesting where possible.
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-061-21/+22
|
* merged and added some new testsTyler Bischel2012-01-161-11/+28
|\
| * Finished writing code examples for SMTP and REST and also cleaned up and ↵CJ Buchmann2012-01-161-7/+3
|/ | | | refactored a large portion of code
* refactoring to add coverageTyler Bischel2012-01-161-0/+39
|
* fixes to SendGrid means updated tests for the fixesTyler Bischel2012-01-161-13/+13
|
* update attachments, fixed filter formats, added some documentation, made ↵Tyler Bischel2012-01-131-22/+22
| | | | constructors initializable only by factory functions
* fixed unit test bug that popped up due to a header bugCJ Buchmann2012-01-111-20/+20
|
* added unit tests for SendGrid Enable/Disable filtersCJ Buchmann2012-01-111-0/+289