Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing for deploy | Elmer Thomas | 2016-04-27 | 1 | -418/+0 |
| | |||||
* | fix build | Brandon West | 2015-04-21 | 1 | -349/+356 |
| | |||||
* | merge | Brandon West | 2015-04-21 | 1 | -2/+12 |
|\ | |||||
| * | AddSection | Wataru Sato | 2015-01-28 | 1 | -1/+1 |
| | | |||||
| * | AddSection | Wataru Sato | 2015-01-28 | 1 | -9/+9 |
| | | |||||
| * | AddSection | Wataru Sato | 2015-01-28 | 1 | -0/+12 |
| | | |||||
* | | Sink host introduced | lukasz-lysik | 2014-06-23 | 1 | -0/+51 |
|/ | |||||
* | add BuildNet40 build config, make signing assembly conditional | Brandon West | 2014-06-14 | 1 | -2/+2 |
| | |||||
* | change namespace from SendGridMail to SendGrid, change SendGrid type to ↵ | Brandon West | 2014-05-21 | 1 | -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 Container | paroos | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Cleaned up code; | Alex Reed (Xerax) | 2014-02-16 | 1 | -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 functionality | Brandon West | 2014-01-06 | 1 | -21/+22 |
| | |||||
* | merged and added some new tests | Tyler Bischel | 2012-01-16 | 1 | -11/+28 |
|\ | |||||
| * | Finished writing code examples for SMTP and REST and also cleaned up and ↵ | CJ Buchmann | 2012-01-16 | 1 | -7/+3 |
|/ | | | | refactored a large portion of code | ||||
* | refactoring to add coverage | Tyler Bischel | 2012-01-16 | 1 | -0/+39 |
| | |||||
* | fixes to SendGrid means updated tests for the fixes | Tyler Bischel | 2012-01-16 | 1 | -13/+13 |
| | |||||
* | update attachments, fixed filter formats, added some documentation, made ↵ | Tyler Bischel | 2012-01-13 | 1 | -22/+22 |
| | | | | constructors initializable only by factory functions | ||||
* | fixed unit test bug that popped up due to a header bug | CJ Buchmann | 2012-01-11 | 1 | -20/+20 |
| | |||||
* | added unit tests for SendGrid Enable/Disable filters | CJ Buchmann | 2012-01-11 | 1 | -0/+289 |