Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganize nuget stuff | Brandon West | 2013-07-29 | 5 | -2/+2 |
| | |||||
* | change dependency from System.Net.Http to Microsoft.Net.Htpp | Brandon West | 2013-07-29 | 3 | -3/+3 |
| | |||||
* | Revert "make Deliver and CheckForErrors methods async" | Brandon West | 2013-07-29 | 1 | -4/+4 |
| | | | | This reverts commit 7d436f6cb48b1fe8f12949fea77bb7ea87fe3cc3. | ||||
* | make Deliver and CheckForErrors methods async | Brandon West | 2013-07-29 | 1 | -4/+4 |
| | |||||
* | add nuspec and nupkg | Brandon West | 2013-07-29 | 4 | -20/+20 |
| | |||||
* | bump version | Brandon West | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | cleanup example, fix attachments | Brandon West | 2013-07-29 | 1 | -6/+11 |
| | |||||
* | working on uploads | Brandon West | 2013-07-29 | 2 | -157/+159 |
| | |||||
* | clean up dependencies | Brandon West | 2013-07-29 | 9 | -7/+2395 |
| | |||||
* | add nuget info | Brandon West | 2013-07-29 | 1 | -0/+4 |
| | |||||
* | refactored to use System.Net.HttpClient. builds. | Brandon West | 2013-07-29 | 1 | -41/+51 |
| | |||||
* | remove RestSharp dependency, add Web API dependency. unstable | Brandon West | 2013-07-29 | 84 | -16560/+18 |
| | |||||
* | set target framework to .NET 4.5 | Brandon West | 2013-07-29 | 4 | -2/+12 |
| | |||||
* | NUnit test added for SetCategories() | BobMcLaren | 2013-07-16 | 1 | -0/+9 |
| | |||||
* | Added SetCategories() method to support multiple categories. SetCategory() ↵ | BobMcLaren | 2013-07-16 | 4 | -0/+26 |
| | | | | left to maintain backward compatibility. | ||||
* | add nuget pkg | Brandon West | 2013-01-14 | 1 | -0/+0 |
| | |||||
* | nuget update | Brandon West | 2013-01-14 | 4 | -3/+6 |
| | |||||
* | make https configurable | Brandon West | 2013-01-14 | 2 | -10/+12 |
| | |||||
* | fix build warnings | Brandon West | 2013-01-14 | 4 | -7/+1 |
| | |||||
* | remove unused function from utils.cs | Brandon West | 2013-01-14 | 1 | -15/+0 |
| | |||||
* | version bump to 1.1 | Brandon West | 2013-01-14 | 1 | -2/+2 |
| | |||||
* | remove lib folder | Brandon West | 2013-01-14 | 1 | -3/+1 |
| | |||||
* | revert example | Brandon West | 2013-01-14 | 2 | -23/+7 |
| | |||||
* | attachments working again | Brandon West | 2013-01-14 | 3 | -8/+5 |
| | |||||
* | attaching files works | Brandon West | 2013-01-14 | 3 | -4/+38 |
| | |||||
* | add todos and remove failing test for now | Brandon West | 2013-01-12 | 3 | -55/+23 |
| | |||||
* | refactored Web API to use RestSharp instead of codescales, unstabled | Brandon West | 2013-01-12 | 5 | -190/+188 |
| | |||||
* | add restsharp files | Brandon West | 2013-01-11 | 16 | -0/+16550 |
| | |||||
* | add restsharp from nuget | Brandon West | 2013-01-11 | 1 | -0/+1 |
| | |||||
* | updated nuget packaged | Brandon West | 2013-01-11 | 1 | -0/+0 |
| | |||||
* | nuget update | Brandon West | 2013-01-11 | 2 | -16/+16 |
| | |||||
* | revert changes to example | Brandon West | 2013-01-10 | 2 | -3/+3 |
| | |||||
* | Update SendGrid/Example/Example.csproj | brandonmwest | 2013-01-10 | 1 | -14/+14 |
| | |||||
* | Update SendGrid/Example/Program.cs | brandonmwest | 2013-01-10 | 1 | -6/+9 |
| | |||||
* | change web.CheckForErrors to handle response from mail.send | Brandon West | 2013-01-10 | 3 | -21/+22 |
| | |||||
* | clean up build warnings | Brandon West | 2013-01-10 | 3 | -6/+4 |
| | |||||
* | change codescales.http.dll to embedded resource | Brandon West | 2013-01-10 | 1 | -11/+10 |
| | |||||
* | merge streaming-attachments branch | Brandon West | 2012-07-13 | 8 | -2/+128 |
|\ | |||||
| * | tests for streaming attachments via rest | Tyler Bischel | 2012-04-26 | 2 | -0/+40 |
| | | |||||
| * | added support for attachments by streams, and made the REST call truncate to ↵ | Tyler Bischel | 2012-04-25 | 6 | -1/+86 |
| | | | | | | | | onl the file name, not the full path | ||||
* | | add passing test for setting and getting X-SMTPAPI "to" array | Brandon West | 2012-07-13 | 4 | -1/+25 |
| | | |||||
* | | Change line 88 based on this pull request: ↵ | brandonmwest | 2012-07-12 | 1 | -1/+1 |
| | | | | | | | | https://github.com/sendgrid/sendgrid-csharp/pull/6. Fixes this issue: https://github.com/sendgrid/sendgrid-csharp/issues/2 | ||||
* | | Minor change to make variable names consistent | BobMcLaren | 2012-05-31 | 2 | -5/+4 |
| | | |||||
* | | Added the .AddTo() method to IHeader to allow for sending to multiple ↵ | BobMcLaren | 2012-05-30 | 2 | -0/+13 |
|/ | | | | recipients in a single email. | ||||
* | changed the access for the save message function, which is for internal use only | Tyler Bischel | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | added examples based on user feedback | Tyler Bischel | 2012-01-24 | 6 | -6/+251 |
| | |||||
* | added test coverage to two functions in SendGrid.cs | Tyler Bischel | 2012-01-24 | 1 | -0/+24 |
| | |||||
* | updated the tests for AddSubVal and mapped some header functionality to the ↵ | Tyler Bischel | 2012-01-24 | 3 | -91/+73 |
| | | | | SendGrid object | ||||
* | renamed REST transport to Web | Tyler Bischel | 2012-01-24 | 9 | -45/+45 |
| | |||||
* | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | CJ Buchmann | 2012-01-17 | 1 | -8/+31 |
|\ | |||||
| * | give the REST interface some love | Tyler Bischel | 2012-01-16 | 1 | -8/+31 |
| | | |||||
* | | added Sendgrid Nuget package 1.0.1 | CJ Buchmann | 2012-01-17 | 2 | -2/+2 |
|/ | |||||
* | merged and added some new tests | Tyler Bischel | 2012-01-16 | 16 | -169/+739 |
|\ | |||||
| * | Finished writing code examples for SMTP and REST and also cleaned up and ↵ | CJ Buchmann | 2012-01-16 | 10 | -156/+665 |
| | | | | | | | | refactored a large portion of code | ||||
| * | Added NuGet Package parameters and moved CodeScales.dll to lib directory for ↵ | CJ Buchmann | 2012-01-16 | 5 | -3/+21 |
| | | | | | | | | NuGet | ||||
* | | removed redundant code and added some unit tests | Tyler Bischel | 2012-01-16 | 3 | -24/+22 |
|/ | |||||
* | updated assembly stuff | Tyler Bischel | 2012-01-16 | 1 | -2/+3 |
| | |||||
* | refactoring to add coverage | Tyler Bischel | 2012-01-16 | 5 | -58/+147 |
| | |||||
* | last of the changes to the updates | Tyler Bischel | 2012-01-16 | 1 | -114/+0 |
| | |||||
* | updated to remove a no longer used file | Tyler Bischel | 2012-01-16 | 1 | -1/+0 |
| | |||||
* | updated filter call | Tyler Bischel | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | line changes | Tyler Bischel | 2012-01-16 | 1 | -1/+0 |
| | |||||
* | removed not used fields | Tyler Bischel | 2012-01-16 | 1 | -2/+0 |
| | |||||
* | fixes to SendGrid means updated tests for the fixes | Tyler Bischel | 2012-01-16 | 1 | -13/+13 |
| | |||||
* | fixed some bugs in the filters, and updated parameters | Tyler Bischel | 2012-01-16 | 1 | -45/+42 |
| | |||||
* | updated documentation and fixed a few params | Tyler Bischel | 2012-01-16 | 1 | -39/+139 |
| | |||||
* | Code merged for microsoft for Friday at 4pm. Filters are working, and ↵ | CJ Buchmann | 2012-01-13 | 2 | -13/+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 | 7 | -102/+80 |
|\ | | | | | | | us1882-inbetween | ||||
| * | fixed attachments and REST works!! | Tyler Bischel | 2012-01-13 | 7 | -102/+80 |
| | | |||||
* | | committing before tyler breaks my stuff, with his not good enough stuff | CJ Buchmann | 2012-01-13 | 3 | -18/+77 |
|/ | |||||
* | Added suport for REST file attachments. Also added third party library to ↵ | CJ Buchmann | 2012-01-13 | 4 | -8/+62 |
| | | | | handle HTTP Requests. | ||||
* | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into ↵ | CJ Buchmann | 2012-01-13 | 11 | -74/+138 |
|\ | | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs | ||||
| * | fixed a bug in the test | Tyler Bischel | 2012-01-13 | 1 | -1/+1 |
| | | |||||
| * | update attachments, fixed filter formats, added some documentation, made ↵ | Tyler Bischel | 2012-01-13 | 10 | -69/+133 |
| | | | | | | | | constructors initializable only by factory functions | ||||
* | | 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 | 11 | -87/+382 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: SendGrid/Example/Program.cs | ||||
| | | * \ | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | Tyler Bischel | 2012-01-11 | 4 | -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 |
| | | |