Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing for deploy | Elmer Thomas | 2016-04-27 | 1 | -263/+0 |
| | |||||
* | Update tests and example | Elmer Thomas | 2015-12-15 | 1 | -21/+45 |
| | |||||
* | Implementing Stats [GET] | Elmer Thomas | 2015-12-14 | 1 | -3/+22 |
| | |||||
* | Updated Example | Elmer Thomas | 2015-12-14 | 1 | -2/+0 |
| | |||||
* | Added Global Suppressions GET, POST, DELETE | Elmer Thomas | 2015-12-14 | 1 | -3/+45 |
| | |||||
* | Added example code | Elmer Thomas | 2015-12-11 | 1 | -1/+39 |
| | |||||
* | Removed unused using statement. | Elmer Thomas | 2015-12-10 | 1 | -1/+0 |
| | |||||
* | Fixing merge conflict | Elmer Thomas | 2015-12-10 | 1 | -1/+0 |
|\ | |||||
| * | Implement pull #127, add api key constructors | Elmer Thomas | 2015-11-24 | 1 | -8/+2 |
| | | |||||
* | | Add POST, DELETE | Elmer Thomas | 2015-12-10 | 1 | -11/+24 |
| | | |||||
* | | GET implemented | Elmer Thomas | 2015-12-10 | 1 | -3/+27 |
|/ | |||||
* | Async all the way through + testing | Elmer Thomas | 2015-11-16 | 1 | -5/+6 |
| | | | | via deckarep | ||||
* | Re-factoring based on @deckarep's feedback | Elmer Thomas | 2015-11-16 | 1 | -10/+9 |
| | | | | | - Favor using var instead of string declarations for type inference. - Use a better type other than object | ||||
* | Formatting | Elmer Thomas | 2015-11-12 | 1 | -14/+14 |
| | |||||
* | Use generic test values | Elmer Thomas | 2015-11-12 | 1 | -3/+3 |
| | |||||
* | Updated example | Elmer Thomas | 2015-11-12 | 1 | -45/+62 |
| | |||||
* | Added Integration/Unit Tests for API Keys endpoint | Elmer Thomas | 2015-11-11 | 1 | -21/+26 |
| | |||||
* | A first implementation of a Web API v3 client | Elmer Thomas | 2015-11-06 | 1 | -11/+46 |
| | |||||
* | AddSection | Wataru Sato | 2015-01-28 | 1 | -4/+4 |
| | |||||
* | AddSection | Wataru Sato | 2015-01-28 | 1 | -2/+3 |
| | |||||
* | add substitution tag with unicode | Brandon West | 2015-01-25 | 1 | -1/+5 |
| | |||||
* | async exception handling example | Brandon West | 2014-10-09 | 1 | -10/+21 |
| | |||||
* | fix some copypasta | Brandon West | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | change namespace from SendGridMail to SendGrid, change SendGrid type to ↵ | Brandon West | 2014-05-21 | 1 | -3/+3 |
| | | | | 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 | -1/+1 |
| | | | | Public constructor created (IoC friendly) | ||||
* | Usable with an IoC Container | paroos | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Cleaned up code; | Alex Reed (Xerax) | 2014-02-16 | 1 | -23/+23 |
| | | | | | | | | | - 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 | -1/+0 |
| | |||||
* | update example app to use https and DeliverAsync | Brandon West | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | reversion to 1.2.0 since not a breaking change | Brandon West | 2013-07-29 | 1 | -40/+35 |
| | |||||
* | example sending code | Brandon West | 2013-07-29 | 1 | -40/+40 |
| | |||||
* | fix build warnings | Brandon West | 2013-01-14 | 1 | -0/+1 |
| | |||||
* | added support for attachments by streams, and made the REST call truncate to ↵ | Tyler Bischel | 2012-04-25 | 1 | -0/+2 |
| | | | | onl the file name, not the full path | ||||
* | added examples based on user feedback | Tyler Bischel | 2012-01-24 | 1 | -3/+4 |
| | |||||
* | renamed REST transport to Web | Tyler Bischel | 2012-01-24 | 1 | -3/+3 |
| | |||||
* | Finished writing code examples for SMTP and REST and also cleaned up and ↵ | CJ Buchmann | 2012-01-16 | 1 | -50/+8 |
| | | | | refactored a large portion of code | ||||
* | line changes | Tyler Bischel | 2012-01-16 | 1 | -1/+0 |
| | |||||
* | Code merged for microsoft for Friday at 4pm. Filters are working, and ↵ | CJ Buchmann | 2012-01-13 | 1 | -6/+9 |
| | | | | Mailing and attachments are working for both the smtpapi and the rest interface | ||||
* | Merge branch 'us1882-inbetween' of github.com:sendgrid/sendgrid-csharp into ↵ | CJ Buchmann | 2012-01-13 | 1 | -4/+4 |
|\ | | | | | | | us1882-inbetween | ||||
| * | fixed attachments and REST works!! | Tyler Bischel | 2012-01-13 | 1 | -4/+4 |
| | | |||||
* | | committing before tyler breaks my stuff, with his not good enough stuff | CJ Buchmann | 2012-01-13 | 1 | -8/+10 |
|/ | |||||
* | Added suport for REST file attachments. Also added third party library to ↵ | CJ Buchmann | 2012-01-13 | 1 | -2/+3 |
| | | | | handle HTTP Requests. | ||||
* | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into ↵ | CJ Buchmann | 2012-01-13 | 1 | -4/+5 |
|\ | | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs | ||||
* | | Got code to working state to deliver to Microsoft | CJ Buchmann | 2012-01-13 | 1 | -1/+4 |
| | | |||||
* | | Attempting to attach files via REST | CJ Buchmann | 2012-01-13 | 1 | -2/+18 |
|/ | |||||
* | Got All parts of the REST api working, except file attachments. | CJ Buchmann | 2012-01-12 | 1 | -3/+2 |
| | |||||
* | Added support for Rest API, to get mailing working. Also added examples to ↵ | CJ Buchmann | 2012-01-12 | 1 | -2/+19 |
| | | | | send a simple web api. | ||||
* | Merge Conflict Fixed | CJ Buchmann | 2012-01-12 | 1 | -10/+18 |
| | |||||
* | refactored attachments, fixed bug in headers | Tyler Bischel | 2012-01-12 | 1 | -4/+5 |
| | |||||
* | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | CJ Buchmann | 2012-01-11 | 1 | -12/+8 |
|\ | | | | | | | | | Conflicts: SendGrid/Example/Program.cs | ||||
| * | functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵ | Eric Becking | 2012-01-11 | 1 | -1/+2 |
| | | | | | | | | held in the TestSendgridMessageSetup.cs file | ||||
* | | added unit tests for SendGrid Enable/Disable filters | CJ Buchmann | 2012-01-11 | 1 | -8/+13 |
|/ | |||||
* | example project sends email, tree node for filters created, json encoding ↵ | Tyler Bischel | 2012-01-10 | 1 | -1/+12 |
| | | | | done, other fixes | ||||
* | changed reference to namespace | Tyler Bischel | 2012-01-10 | 1 | -1/+0 |
| | |||||
* | fixed namespace weirdness, made changes to .gitignore | Tyler Bischel | 2012-01-10 | 1 | -0/+1 |
| | |||||
* | initial interface for C# SendGrid Mail library | Tyler Bischel | 2012-01-06 | 1 | -0/+16 |