Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update example app to use https and DeliverAsync | Brandon West | 2013-10-24 | 3 | -4/+16 | |
| | ||||||
* | reversion to 1.2.0 since not a breaking change | Brandon West | 2013-07-29 | 2 | -42/+37 | |
| | ||||||
* | example sending code | Brandon West | 2013-07-29 | 1 | -40/+40 | |
| | ||||||
* | set things up for both .NET 4.0 and 4.5 | Brandon West | 2013-07-29 | 2 | -2/+2 | |
| | ||||||
* | set target framework to .NET 4.5 | Brandon West | 2013-07-29 | 2 | -2/+4 | |
| | ||||||
* | make https configurable | Brandon West | 2013-01-14 | 1 | -1/+1 | |
| | ||||||
* | fix build warnings | Brandon West | 2013-01-14 | 3 | -2/+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 | 3 | -3/+248 | |
| | ||||||
* | renamed REST transport to Web | Tyler Bischel | 2012-01-24 | 3 | -28/+28 | |
| | ||||||
* | Finished writing code examples for SMTP and REST and also cleaned up and ↵ | CJ Buchmann | 2012-01-16 | 3 | -122/+633 | |
| | | | | refactored a large portion of code | |||||
* | updated filter call | Tyler Bischel | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -16/+72 | |
|/ | ||||||
* | 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 | 5 | -12/+16 | |
|\ | | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs | |||||
| * | update attachments, fixed filter formats, added some documentation, made ↵ | Tyler Bischel | 2012-01-13 | 4 | -8/+11 | |
| | | | | | | | | constructors initializable only by factory functions | |||||
* | | 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 | 2 | -2/+20 | |
|/ | ||||||
* | Got All parts of the REST api working, except file attachments. | CJ Buchmann | 2012-01-12 | 2 | -4/+18 | |
| | ||||||
* | Added support for Rest API, to get mailing working. Also added examples to ↵ | CJ Buchmann | 2012-01-12 | 4 | -10/+149 | |
| | | | | send a simple web api. | |||||
* | Merge Conflict Fixed | CJ Buchmann | 2012-01-12 | 3 | -10/+124 | |
| | ||||||
* | 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 target platform | Tyler Bischel | 2012-01-10 | 1 | -0/+3 | |
| | ||||||
* | changed reference to namespace | Tyler Bischel | 2012-01-10 | 1 | -1/+0 | |
| | ||||||
* | changed target platform | Tyler Bischel | 2012-01-10 | 1 | -1/+5 | |
| | ||||||
* | fixed namespace weirdness, made changes to .gitignore | Tyler Bischel | 2012-01-10 | 2 | -0/+7 | |
| | ||||||
* | initial interface for C# SendGrid Mail library | Tyler Bischel | 2012-01-06 | 3 | -0/+110 | |