Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing for deploy | Elmer Thomas | 2016-04-27 | 8 | -745/+0 |
| | |||||
* | Implement pull #127, add api key constructors | Elmer Thomas | 2015-11-24 | 1 | -64/+77 |
| | |||||
* | Adding classic keys | Elmer Thomas | 2015-11-24 | 1 | -0/+0 |
| | |||||
* | Updating assembly dependencies. | Elmer Thomas | 2015-11-24 | 2 | -0/+8 |
| | |||||
* | NUnit Test Runner is causing havoc on Travis | Elmer Thomas | 2015-11-12 | 1 | -4/+4 |
| | |||||
* | Try it again, for Travis' sake | Elmer Thomas | 2015-11-12 | 1 | -3/+3 |
| | |||||
* | Revert | Elmer Thomas | 2015-11-12 | 1 | -3/+3 |
| | |||||
* | Travis! | Elmer Thomas | 2015-11-12 | 1 | -4/+4 |
| | |||||
* | Added NUnit test adaptor. Resharper is now optional. | Elmer Thomas | 2015-11-12 | 3 | -8/+29 |
| | |||||
* | Updating tests | Elmer Thomas | 2015-11-11 | 4 | -77/+12 |
| | |||||
* | Updating tests | Elmer Thomas | 2015-11-11 | 2 | -0/+75 |
| | |||||
* | Add comments | Elmer Thomas | 2015-11-09 | 1 | -0/+4 |
| | |||||
* | A first implementation of a Web API v3 client | Elmer Thomas | 2015-11-06 | 2 | -3/+7 |
| | |||||
* | maybe? | Brandon West | 2015-04-22 | 1 | -1/+0 |
| | |||||
* | fix merge conflicts | Brandon West | 2015-04-22 | 2 | -0/+36 |
|\ | |||||
| * | Refactor error handling. Add test for checking for bad username / password ↵ | Howard van Rooijen | 2015-02-06 | 2 | -0/+36 |
| | | | | | | | | scenario | ||||
* | | add new smtp api header methods | Brandon West | 2015-04-22 | 2 | -5/+3 |
| | | |||||
* | | 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 |
| |/ | |||||
* | | Merge pull request #77 from lukasz-lysik/master | Brandon West | 2015-04-21 | 1 | -0/+51 |
|\ \ | |/ |/| | Sink host introduced | ||||
| * | Sink host introduced | lukasz-lysik | 2014-06-23 | 1 | -0/+51 |
| | | |||||
* | | update nuget refs | Brandon West | 2015-01-25 | 2 | -2/+4 |
| | | |||||
* | | line endings and whitespace | Brandon West | 2014-10-07 | 1 | -74/+74 |
| | | |||||
* | | add CC, Bcc support | Josh Huber | 2014-08-15 | 1 | -2/+11 |
|/ | |||||
* | fix build configs and tests | Brandon West | 2014-06-20 | 1 | -7/+6 |
| | |||||
* | deprecate NET40 | Brandon West | 2014-06-20 | 3 | -69/+32 |
| | |||||
* | removed unused assembly | Brandon West | 2014-06-14 | 1 | -3/+0 |
| | |||||
* | fix Tests.csproj output dir | Brandon West | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | fix warning | Brandon West | 2014-06-14 | 1 | -3/+0 |
| | |||||
* | more fixes | Brandon West | 2014-06-14 | 3 | -32/+17 |
| | |||||
* | fix bad csproj | Brandon West | 2014-06-14 | 1 | -1/+0 |
| | |||||
* | fix hintpaths really | Brandon West | 2014-06-14 | 1 | -31/+25 |
| | |||||
* | update hintpaths | Brandon West | 2014-06-14 | 1 | -2/+3 |
| | |||||
* | update hint paths | Brandon West | 2014-06-14 | 1 | -3/+2 |
| | |||||
* | add Moq | Brandon West | 2014-06-14 | 2 | -0/+17 |
| | |||||
* | remove app.config dependents | Brandon West | 2014-06-14 | 1 | -16/+0 |
| | |||||
* | add app.config | Brandon West | 2014-06-14 | 1 | -0/+19 |
| | |||||
* | enable package restore for Tests.csproj | Brandon West | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | add conditional compile symbol specifying whether or not to use ↵ | Brandon West | 2014-06-14 | 1 | -7/+16 |
| | | | | publickeytoken for friend assemblies | ||||
* | add BuildNet40 build config, make signing assembly conditional | Brandon West | 2014-06-14 | 3 | -10/+7 |
| | |||||
* | add ReleaseNet40 and ReleaseNet45 build configs | Brandon West | 2014-06-13 | 1 | -0/+8 |
| | |||||
* | sign assemblies | Brandon West | 2014-05-21 | 1 | -0/+7 |
| | |||||
* | change namespace from SendGridMail to SendGrid, change SendGrid type to ↵ | Brandon West | 2014-05-21 | 4 | -40/+35 |
| | | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently. | ||||
* | Factory removed from Web | paroos | 2014-05-09 | 1 | -2/+2 |
| | | | | Public constructor created (IoC friendly) | ||||
* | Usable with an IoC Container | paroos | 2014-05-09 | 2 | -2/+2 |
| | |||||
* | Terrible mistake, solution didn't catch file rename. | Alex Reed (Xerax) | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Renamed TestWeb to TestWebApi. | Alex Reed (Xerax) | 2014-02-17 | 1 | -78/+78 |
| | |||||
* | Cleaned up Unit Tests | Alex Reed (Xerax) | 2014-02-17 | 1 | -35/+47 |
| | |||||
* | Cleaned up code; | Alex Reed (Xerax) | 2014-02-16 | 4 | -396/+405 |
| | | | | | | | | | - 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. | ||||
* | Updated solutions to add support for Visual Studio 2013 (Keeping support for ↵ | Alex Reed (Xerax) | 2014-02-16 | 1 | -0/+3 |
| | | | | 2010 and 2012) | ||||
* | fix dependencies | Brandon West | 2014-01-20 | 2 | -7/+16 |
| | |||||
* | add dependency on Smtpapi library, remove SMTP functionality | Brandon West | 2014-01-06 | 10 | -582/+59 |
| | |||||
* | add AddSection call and tests | Brandon West | 2013-10-24 | 1 | -0/+9 |
| | |||||
* | update packages.config | Brandon West | 2013-10-24 | 1 | -0/+3 |
| | |||||
* | add Microsoft.Bcl.Async dependency | Brandon West | 2013-10-24 | 1 | -3/+21 |
| | |||||
* | reversion to 1.2.0 since not a breaking change | Brandon West | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | set things up for both .NET 4.0 and 4.5 | Brandon West | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | set target framework to .NET 4.5 | Brandon West | 2013-07-29 | 1 | -0/+4 |
| | |||||
* | NUnit test added for SetCategories() | BobMcLaren | 2013-07-16 | 1 | -0/+9 |
| | |||||
* | add todos and remove failing test for now | Brandon West | 2013-01-12 | 2 | -44/+6 |
| | |||||
* | refactored Web API to use RestSharp instead of codescales, unstabled | Brandon West | 2013-01-12 | 1 | -5/+5 |
| | |||||
* | clean up build warnings | Brandon West | 2013-01-10 | 2 | -4/+3 |
| | |||||
* | merge streaming-attachments branch | Brandon West | 2012-07-13 | 2 | -0/+40 |
|\ | |||||
| * | tests for streaming attachments via rest | Tyler Bischel | 2012-04-26 | 2 | -0/+40 |
| | | |||||
* | | add passing test for setting and getting X-SMTPAPI "to" array | Brandon West | 2012-07-13 | 1 | -0/+12 |
|/ | |||||
* | added examples based on user feedback | Tyler Bischel | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | added test coverage to two functions in SendGrid.cs | Tyler Bischel | 2012-01-24 | 1 | -0/+24 |
| | |||||
* | updated the tests for AddSubVal and mapped some header functionality to the ↵ | Tyler Bischel | 2012-01-24 | 1 | -9/+5 |
| | | | | SendGrid object | ||||
* | renamed REST transport to Web | Tyler Bischel | 2012-01-24 | 2 | -4/+4 |
| | |||||
* | give the REST interface some love | Tyler Bischel | 2012-01-16 | 1 | -8/+31 |
| | |||||
* | merged and added some new tests | Tyler Bischel | 2012-01-16 | 3 | -19/+56 |
|\ | |||||
| * | Finished writing code examples for SMTP and REST and also cleaned up and ↵ | CJ Buchmann | 2012-01-16 | 2 | -11/+7 |
| | | | | | | | | refactored a large portion of code | ||||
* | | removed redundant code and added some unit tests | Tyler Bischel | 2012-01-16 | 1 | -2/+22 |
|/ | |||||
* | refactoring to add coverage | Tyler Bischel | 2012-01-16 | 3 | -0/+58 |
| | |||||
* | fixes to SendGrid means updated tests for the fixes | Tyler Bischel | 2012-01-16 | 1 | -13/+13 |
| | |||||
* | fixed attachments and REST works!! | Tyler Bischel | 2012-01-13 | 1 | -10/+10 |
| | |||||
* | fixed a bug in the test | Tyler Bischel | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | update attachments, fixed filter formats, added some documentation, made ↵ | Tyler Bischel | 2012-01-13 | 3 | -32/+30 |
| | | | | constructors initializable only by factory functions | ||||
* | Got All parts of the REST api working, except file attachments. | CJ Buchmann | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | fixed merge | Eric Becking | 2012-01-12 | 4 | -6/+346 |
|\ | |||||
| * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Eric Becking | 2012-01-12 | 4 | -6/+346 |
| |\ | |||||
| | * | fixed unit test bug that popped up due to a header bug | CJ Buchmann | 2012-01-11 | 1 | -20/+20 |
| | | | |||||
| | * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | CJ Buchmann | 2012-01-11 | 6 | -29/+311 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: SendGrid/Example/Program.cs | ||||
| | | * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Tyler Bischel | 2012-01-11 | 1 | -0/+120 |
| | | |\ | |||||
| | | * | | basic file for non-existent rest tests... tbd | Tyler Bischel | 2012-01-11 | 1 | -1/+7 |
| | | | | | |||||
| | | * | | added tests for SMTP delivery | Tyler Bischel | 2012-01-11 | 1 | -5/+49 |
| | | | | | |||||
| | * | | | added unit tests for SendGrid Enable/Disable filters | CJ Buchmann | 2012-01-11 | 2 | -0/+290 |
| | | | | | |||||
| * | | | | Documentation for ISendgrid and an update to the headers in SendgGrid.cs | Eric Becking | 2012-01-12 | 1 | -1/+24 |
| | |_|/ | |/| | | |||||
* | | | | fixed the last test for AddAttachment | Eric Becking | 2012-01-12 | 1 | -1/+26 |
|/ / / | |||||
* | | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Eric Becking | 2012-01-11 | 3 | -27/+134 |
|\ \ \ | | |/ | |/| | |||||
| * | | new tests for extended tree functionality like attaching an array of strings ↵ | Tyler Bischel | 2012-01-11 | 1 | -17/+60 |
| | | | | | | | | | | | | to the header, plus some cleanup, also an isempty function so that the sendgrid message can ignore the empty headers | ||||
| * | | only tests the basic serialization, to make sure it works correctly... | Tyler Bischel | 2012-01-11 | 1 | -5/+0 |
| | | | |||||
| * | | tests to add SendGrid specific headers to a mime | Tyler Bischel | 2012-01-11 | 1 | -1/+75 |
| |/ | |||||
| * | removed bogus unit test used to demonstrate moq | Tyler Bischel | 2012-01-11 | 1 | -6/+1 |
| | | |||||
* | | functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵ | Eric Becking | 2012-01-11 | 1 | -0/+120 |
|/ | | | | held in the TestSendgridMessageSetup.cs file | ||||
* | example project sends email, tree node for filters created, json encoding ↵ | Tyler Bischel | 2012-01-10 | 3 | -0/+81 |
| | | | | done, other fixes | ||||
* | bad constructor | Tyler Bischel | 2012-01-10 | 1 | -1/+1 |
| |