summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Got code to working state to deliver to MicrosoftCJ Buchmann2012-01-133-153/+8
|
* Attempting to attach files via RESTCJ Buchmann2012-01-135-3/+255
|
* Got All parts of the REST api working, except file attachments.CJ Buchmann2012-01-1210-35/+121
|
* Added support for Rest API, to get mailing working. Also added examples to ↵CJ Buchmann2012-01-126-35/+187
| | | | send a simple web api.
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Eric Becking2012-01-1210-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 us1882Tyler Bischel2012-01-123-10/+124
| |\
| | * Merge Conflict FixedCJ Buchmann2012-01-123-10/+124
| | |
| * | fixed bug in header, refactored some thingsTyler Bischel2012-01-122-6/+7
| |/
| * Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Tyler Bischel2012-01-122-13/+5
| |\
| | * fixed mergeEric Becking2012-01-127-10/+358
| | |\
| | * | fixed the last test for AddAttachmentEric Becking2012-01-123-14/+161
| | | |
| * | | refactored attachments, fixed bug in headersTyler Bischel2012-01-122-48/+20
| | |/ | |/|
| * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Eric Becking2012-01-127-10/+358
| |\ \
| | * | fixed unit test bug that popped up due to a header bugCJ Buchmann2012-01-111-20/+20
| | | |
| | * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882CJ Buchmann2012-01-1112-87/+382
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: SendGrid/Example/Program.cs
| | | * \ Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Tyler Bischel2012-01-115-37/+152
| | | |\ \ | | | | |/
| | | * | basic file for non-existent rest tests... tbdTyler Bischel2012-01-111-1/+7
| | | | |
| | | * | added tests for SMTP deliveryTyler Bischel2012-01-111-5/+49
| | | | |
| | | * | expose libraries to let moq access internal class interfacesTyler Bischel2012-01-111-0/+7
| | | | |
| | * | | added unit tests for SendGrid Enable/Disable filtersCJ Buchmann2012-01-114-10/+306
| | | | |
| * | | | Documentation for ISendgrid and an update to the headers in SendgGrid.csEric Becking2012-01-123-4/+159
| | |_|/ | |/| |
* | | | Web Api interfaceEric Becking2012-01-124-14/+206
|/ / /
* | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Eric Becking2012-01-115-46/+261
|\ \ \ | | |/ | |/|
| * | allow adding arrays to header, clean up, plus rename internal class to ↵Tyler Bischel2012-01-111-10/+26
| | | | | | | | | | | | something more useful.
| * | new tests for extended tree functionality like attaching an array of strings ↵Tyler Bischel2012-01-111-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 Bischel2012-01-111-5/+0
| | |
| * | tests to add SendGrid specific headers to a mimeTyler Bischel2012-01-111-1/+75
| |/
| * removed bogus unit test used to demonstrate moqTyler Bischel2012-01-111-6/+1
| |
| * updated documentation for headersTyler Bischel2012-01-111-1/+49
| |
| * implemented functionality for SendGrid specific headersTyler Bischel2012-01-111-14/+58
| |
* | functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵Eric Becking2012-01-115-37/+152
|/ | | | held in the TestSendgridMessageSetup.cs file
* example project sends email, tree node for filters created, json encoding ↵Tyler Bischel2012-01-108-55/+227
| | | | done, other fixes
* changed target platformTyler Bischel2012-01-101-0/+3
|
* bad constructorTyler Bischel2012-01-101-1/+1
|
* changed reference to namespaceTyler Bischel2012-01-101-1/+0
|
* changed target platformTyler Bischel2012-01-101-1/+5
|
* Merge branch 'us1882-test' into us1882Tyler Bischel2012-01-1018-35/+94
|\ | | | | | | | | Conflicts: .gitignore
| * fixed namespace weirdness, made changes to .gitignoreTyler Bischel2012-01-1018-35/+94
| |
* | Added the Sendgrid .suo file to gitignoreCJ Buchmann2012-01-101-0/+1
|/
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Tyler Bischel2012-01-109-33/+582
|\ | | | | | | | | | | Conflicts: SendGrid/SendGrid.suo SendGrid/SendGrid/ISendGrid.cs
| * attempted mergeEric Becking2012-01-093-37/+96
| |\
| | * Refactored the filters enum to be a key/val dictionary set, as the key and ↵CJ Buchmann2012-01-092-38/+64
| | | | | | | | | | | | | | | | | | val names didn't match appropriately. Also added validation. Now need to test.
| | * Added Enable apps methods. Still need to validate certain functionalityCJ Buchmann2012-01-093-12/+45
| | |
| * | flushed out the Sendgrid.cs fileEric Becking2012-01-095-120/+200
| |/
| * Added Sendgrid disabled apps methods. Will work on enabled apps methods. ↵CJ Buchmann2012-01-092-14/+31
| | | | | | | | Also need to figure out how to write tests
| * Added bin files to the gitignore so that they can be ignoredCJ Buchmann2012-01-081-0/+8
| |
| * Modified Isendgrid to add new header object, and removed erroneous ↵CJ Buchmann2012-01-065-9/+11
| | | | | | | | dependencies from files
| * initial unit tests for headerCJ Buchmann2012-01-063-0/+382
| |
* | new test fileTyler Bischel2012-01-101-0/+18
| |
* | new test fileTyler Bischel2012-01-101-0/+18
| |
* | includes links to new files for testingTyler Bischel2012-01-101-0/+3
| |
* | updated...Tyler Bischel2012-01-101-0/+0
| |
* | empty doc stuffTyler Bischel2012-01-091-0/+7
| |
* | new dependenciesTyler Bischel2012-01-091-0/+3
| |
* | allow dependency injection of client, constructor is now in a factory methodTyler Bischel2012-01-091-4/+54
| |
* | initial attempt to send message over REST interfaceTyler Bischel2012-01-091-0/+82
| |
* | return type for AsJson fixedTyler Bischel2012-01-091-1/+1
| |
* | header changed to propertyTyler Bischel2012-01-091-1/+1
| |
* | added David McGuires implementation of the SMTP wrapperTyler Bischel2012-01-091-0/+69
|/
* initial interface for C# SendGrid Mail libraryTyler Bischel2012-01-0681-0/+34460
|
* first commitTyler Bischel2012-01-051-0/+0