summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example
Commit message (Collapse)AuthorAgeFilesLines
...
* update example app to use https and DeliverAsyncBrandon West2013-10-243-4/+16
|
* reversion to 1.2.0 since not a breaking changeBrandon West2013-07-292-42/+37
|
* example sending codeBrandon West2013-07-291-40/+40
|
* set things up for both .NET 4.0 and 4.5Brandon West2013-07-292-2/+2
|
* set target framework to .NET 4.5Brandon West2013-07-292-2/+4
|
* make https configurableBrandon West2013-01-141-1/+1
|
* fix build warningsBrandon West2013-01-143-2/+1
|
* added support for attachments by streams, and made the REST call truncate to ↵Tyler Bischel2012-04-251-0/+2
| | | | onl the file name, not the full path
* added examples based on user feedbackTyler Bischel2012-01-243-3/+248
|
* renamed REST transport to WebTyler Bischel2012-01-243-28/+28
|
* Finished writing code examples for SMTP and REST and also cleaned up and ↵CJ Buchmann2012-01-163-122/+633
| | | | refactored a large portion of code
* updated filter callTyler Bischel2012-01-161-1/+1
|
* line changesTyler Bischel2012-01-161-1/+0
|
* Code merged for microsoft for Friday at 4pm. Filters are working, and ↵CJ Buchmann2012-01-131-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 Buchmann2012-01-131-4/+4
|\ | | | | | | us1882-inbetween
| * fixed attachments and REST works!!Tyler Bischel2012-01-131-4/+4
| |
* | committing before tyler breaks my stuff, with his not good enough stuffCJ Buchmann2012-01-132-16/+72
|/
* Added suport for REST file attachments. Also added third party library to ↵CJ Buchmann2012-01-131-2/+3
| | | | handle HTTP Requests.
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into ↵CJ Buchmann2012-01-135-12/+16
|\ | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs
| * update attachments, fixed filter formats, added some documentation, made ↵Tyler Bischel2012-01-134-8/+11
| | | | | | | | constructors initializable only by factory functions
* | Got code to working state to deliver to MicrosoftCJ Buchmann2012-01-131-1/+4
| |
* | Attempting to attach files via RESTCJ Buchmann2012-01-132-2/+20
|/
* Got All parts of the REST api working, except file attachments.CJ Buchmann2012-01-122-4/+18
|
* Added support for Rest API, to get mailing working. Also added examples to ↵CJ Buchmann2012-01-124-10/+149
| | | | send a simple web api.
* Merge Conflict FixedCJ Buchmann2012-01-123-10/+124
|
* refactored attachments, fixed bug in headersTyler Bischel2012-01-121-4/+5
|
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882CJ Buchmann2012-01-111-12/+8
|\ | | | | | | | | Conflicts: SendGrid/Example/Program.cs
| * functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵Eric Becking2012-01-111-1/+2
| | | | | | | | held in the TestSendgridMessageSetup.cs file
* | added unit tests for SendGrid Enable/Disable filtersCJ Buchmann2012-01-111-8/+13
|/
* example project sends email, tree node for filters created, json encoding ↵Tyler Bischel2012-01-101-1/+12
| | | | done, other fixes
* changed target platformTyler Bischel2012-01-101-0/+3
|
* changed reference to namespaceTyler Bischel2012-01-101-1/+0
|
* changed target platformTyler Bischel2012-01-101-1/+5
|
* fixed namespace weirdness, made changes to .gitignoreTyler Bischel2012-01-102-0/+7
|
* initial interface for C# SendGrid Mail libraryTyler Bischel2012-01-063-0/+110