Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got code to working state to deliver to Microsoft | CJ Buchmann | 2012-01-13 | 3 | -153/+8 |
| | |||||
* | Attempting to attach files via REST | CJ Buchmann | 2012-01-13 | 5 | -3/+255 |
| | |||||
* | Got All parts of the REST api working, except file attachments. | CJ Buchmann | 2012-01-12 | 10 | -35/+121 |
| | |||||
* | Added support for Rest API, to get mailing working. Also added examples to ↵ | CJ Buchmann | 2012-01-12 | 6 | -35/+187 |
| | | | | send a simple web api. | ||||
* | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Eric Becking | 2012-01-12 | 10 | -66/+510 |
|\ | | | | | | | | | | | | | Conflicts: SendGrid/SendGridMail/SendGrid.cs €ý5iM€kbmerge commit€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kb€kbcommit merge ZZ:q :q! | ||||
| * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Tyler Bischel | 2012-01-12 | 3 | -10/+124 |
| |\ | |||||
| | * | Merge Conflict Fixed | CJ Buchmann | 2012-01-12 | 3 | -10/+124 |
| | | | |||||
| * | | fixed bug in header, refactored some things | Tyler Bischel | 2012-01-12 | 2 | -6/+7 |
| |/ | |||||
| * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Tyler Bischel | 2012-01-12 | 2 | -13/+5 |
| |\ | |||||
| | * | fixed merge | Eric Becking | 2012-01-12 | 7 | -10/+358 |
| | |\ | |||||
| | * | | fixed the last test for AddAttachment | Eric Becking | 2012-01-12 | 3 | -14/+161 |
| | | | | |||||
| * | | | refactored attachments, fixed bug in headers | Tyler Bischel | 2012-01-12 | 2 | -48/+20 |
| | |/ | |/| | |||||
| * | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Eric Becking | 2012-01-12 | 7 | -10/+358 |
| |\ \ | |||||
| | * | | 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 | 12 | -87/+382 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: SendGrid/Example/Program.cs | ||||
| | | * \ | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Tyler Bischel | 2012-01-11 | 5 | -37/+152 |
| | | |\ \ | | | | |/ | |||||
| | | * | | 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 |
| | | | | | |||||
| | | * | | expose libraries to let moq access internal class interfaces | Tyler Bischel | 2012-01-11 | 1 | -0/+7 |
| | | | | | |||||
| | * | | | added unit tests for SendGrid Enable/Disable filters | CJ Buchmann | 2012-01-11 | 4 | -10/+306 |
| | | | | | |||||
| * | | | | Documentation for ISendgrid and an update to the headers in SendgGrid.cs | Eric Becking | 2012-01-12 | 3 | -4/+159 |
| | |_|/ | |/| | | |||||
* | | | | Web Api interface | Eric Becking | 2012-01-12 | 4 | -14/+206 |
|/ / / | |||||
* | | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Eric Becking | 2012-01-11 | 5 | -46/+261 |
|\ \ \ | | |/ | |/| | |||||
| * | | allow adding arrays to header, clean up, plus rename internal class to ↵ | Tyler Bischel | 2012-01-11 | 1 | -10/+26 |
| | | | | | | | | | | | | something more useful. | ||||
| * | | 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 |
| | | |||||
| * | updated documentation for headers | Tyler Bischel | 2012-01-11 | 1 | -1/+49 |
| | | |||||
| * | implemented functionality for SendGrid specific headers | Tyler Bischel | 2012-01-11 | 1 | -14/+58 |
| | | |||||
* | | functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵ | Eric Becking | 2012-01-11 | 5 | -37/+152 |
|/ | | | | held in the TestSendgridMessageSetup.cs file | ||||
* | example project sends email, tree node for filters created, json encoding ↵ | Tyler Bischel | 2012-01-10 | 8 | -55/+227 |
| | | | | done, other fixes | ||||
* | changed target platform | Tyler Bischel | 2012-01-10 | 1 | -0/+3 |
| | |||||
* | bad constructor | Tyler Bischel | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | changed reference to namespace | Tyler Bischel | 2012-01-10 | 1 | -1/+0 |
| | |||||
* | changed target platform | Tyler Bischel | 2012-01-10 | 1 | -1/+5 |
| | |||||
* | Merge branch 'us1882-test' into us1882 | Tyler Bischel | 2012-01-10 | 18 | -35/+94 |
|\ | | | | | | | | | Conflicts: .gitignore | ||||
| * | fixed namespace weirdness, made changes to .gitignore | Tyler Bischel | 2012-01-10 | 18 | -35/+94 |
| | | |||||
* | | Added the Sendgrid .suo file to gitignore | CJ Buchmann | 2012-01-10 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Tyler Bischel | 2012-01-10 | 9 | -33/+582 |
|\ | | | | | | | | | | | Conflicts: SendGrid/SendGrid.suo SendGrid/SendGrid/ISendGrid.cs | ||||
| * | attempted merge | Eric Becking | 2012-01-09 | 3 | -37/+96 |
| |\ | |||||
| | * | Refactored the filters enum to be a key/val dictionary set, as the key and ↵ | CJ Buchmann | 2012-01-09 | 2 | -38/+64 |
| | | | | | | | | | | | | | | | | | | val names didn't match appropriately. Also added validation. Now need to test. | ||||
| | * | Added Enable apps methods. Still need to validate certain functionality | CJ Buchmann | 2012-01-09 | 3 | -12/+45 |
| | | | |||||
| * | | flushed out the Sendgrid.cs file | Eric Becking | 2012-01-09 | 5 | -120/+200 |
| |/ | |||||
| * | Added Sendgrid disabled apps methods. Will work on enabled apps methods. ↵ | CJ Buchmann | 2012-01-09 | 2 | -14/+31 |
| | | | | | | | | Also need to figure out how to write tests | ||||
| * | Added bin files to the gitignore so that they can be ignored | CJ Buchmann | 2012-01-08 | 1 | -0/+8 |
| | | |||||
| * | Modified Isendgrid to add new header object, and removed erroneous ↵ | CJ Buchmann | 2012-01-06 | 5 | -9/+11 |
| | | | | | | | | dependencies from files | ||||
| * | initial unit tests for header | CJ Buchmann | 2012-01-06 | 3 | -0/+382 |
| | | |||||
* | | new test file | Tyler Bischel | 2012-01-10 | 1 | -0/+18 |
| | | |||||
* | | new test file | Tyler Bischel | 2012-01-10 | 1 | -0/+18 |
| | | |||||
* | | includes links to new files for testing | Tyler Bischel | 2012-01-10 | 1 | -0/+3 |
| | | |||||
* | | updated... | Tyler Bischel | 2012-01-10 | 1 | -0/+0 |
| | | |||||
* | | empty doc stuff | Tyler Bischel | 2012-01-09 | 1 | -0/+7 |
| | | |||||
* | | new dependencies | Tyler Bischel | 2012-01-09 | 1 | -0/+3 |
| | | |||||
* | | allow dependency injection of client, constructor is now in a factory method | Tyler Bischel | 2012-01-09 | 1 | -4/+54 |
| | | |||||
* | | initial attempt to send message over REST interface | Tyler Bischel | 2012-01-09 | 1 | -0/+82 |
| | | |||||
* | | return type for AsJson fixed | Tyler Bischel | 2012-01-09 | 1 | -1/+1 |
| | | |||||
* | | header changed to property | Tyler Bischel | 2012-01-09 | 1 | -1/+1 |
| | | |||||
* | | added David McGuires implementation of the SMTP wrapper | Tyler Bischel | 2012-01-09 | 1 | -0/+69 |
|/ | |||||
* | initial interface for C# SendGrid Mail library | Tyler Bischel | 2012-01-06 | 81 | -0/+34460 |
| | |||||
* | first commit | Tyler Bischel | 2012-01-05 | 1 | -0/+0 |