Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganize nuget stuff | Brandon West | 2013-07-29 | 5 | -2/+2 |
| | |||||
* | Update README.md | brandonmwest | 2013-07-29 | 1 | -0/+5 |
| | |||||
* | 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 |
| | |||||
* | update readme and example program | Brandon West | 2013-07-29 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | remove restsharp link | Brandon West | 2013-07-29 | 1 | -2/+0 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' of github.com:sendgrid/sendgrid-csharp | Brandon West | 2013-07-29 | 1 | -0/+40 |
|\ | |||||
| * | fix bad examples in readme | Brandon West | 2013-07-27 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #31 from bobmclaren/master | brandonmwest | 2013-07-27 | 5 | -0/+35 |
| |\ | | | | | | | Added support for multiple categories. | ||||
| | * | 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. | ||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -0/+2 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -0/+10 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -1/+0 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -80/+102 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -1/+2 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -64/+64 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | brandonmwest | 2013-01-17 | 1 | -41/+1 |
| | | |||||
| * | Merge pull request #22 from brandonmwest/master | brandonmwest | 2013-01-14 | 33 | -233/+16747 |
| |\ | | | | | | | CodeScales removed, RestSharp added | ||||
| | * | 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 |
| | | | |||||
| | * | Merge branch 'release/restsharp' | Brandon West | 2013-01-14 | 25 | -226/+16756 |
| | |\ | |/ / | |||||
| | * | version bump to 1.1 | Brandon West | 2013-01-14 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'feature/restsharp' into develop | Brandon West | 2013-01-14 | 24 | -224/+16754 |
| | |\ | |/ / | |||||
| | * | 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 |
| |/ | |||||
| * | add README.md | Brandon West | 2013-01-11 | 1 | -0/+163 |
| | | |||||
| * | README changed to README.md | Brandon West | 2013-01-11 | 1 | -163/+0 |
| | | |||||
| * | Update README | brandonmwest | 2013-01-11 | 1 | -0/+163 |
| | | |||||
| * | Merge pull request #20 from brandonmwest/master | brandonmwest | 2013-01-11 | 3 | -16/+16 |
| |\ | | | | | | | nuget release | ||||
| | * | updated nuget packaged | Brandon West | 2013-01-11 | 1 | -0/+0 |
| | | | |||||
| | * | nuget update | Brandon West | 2013-01-11 | 2 | -16/+16 |
| | | | |||||
| * | | Merge pull request #19 from brandonmwest/master | brandonmwest | 2013-01-10 | 1 | -1/+5 |
| |\ \ | | |/ | | | | Handled error response from mail.send properly | ||||
| | * | 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 |
| | | | |||||
| * | | Merge pull request #17 from brandonmwest/master | brandonmwest | 2013-01-10 | 5 | -17/+15 |
| |\ \ | | |/ | | | | Changed codescales to embedded resource | ||||
| | * | 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 |
| | | | |||||
| | * | update gitignore | Brandon West | 2013-01-10 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #7 from brandonmwest/master | brandonmwest | 2012-07-13 | 12 | -4/+156 |
| |\ \ | | |/ | | | | Merge streaming-attachments branch, add test for X-SMTPAPI header "to" array | ||||
| | * | 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 | 5 | -2/+28 |
| |/ / | |||||
| * | | 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 | ||||
| * | | Merge pull request #5 from bobmclaren/master | brandonmwest | 2012-07-12 | 2 | -0/+12 |
| |\ \ | | |/ | |/| | AddTo functionality added to the IHeader and Header classes | ||||
| | * | 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 | CJ Buchmann | 2012-01-17 | 3 | -2/+17 |
| |\ | |||||
| | * | really added word wrap this time | cjbuchmann | 2012-01-17 | 1 | -3/+11 |
| | | | |||||
| | * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882 | CJ Buchmann | 2012-01-17 | 1 | -8/+31 |
| | |\ | |||||
| | * | | Added the MIT standard free to use license | CJ Buchmann | 2012-01-17 | 1 | -0/+7 |
| | | | | |||||
| | * | | added Sendgrid Nuget package 1.0.1 | CJ Buchmann | 2012-01-17 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp | Tyler Bischel | 2012-01-16 | 20 | -450/+1110 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | give the REST interface some love | Tyler Bischel | 2012-01-16 | 1 | -8/+31 |
| | |/ | |||||
| | * | 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 |
| | | | |||||
| * | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp | CJ Buchmann | 2012-01-13 | 35 | -487/+2602 |
| |\ \ | | |/ | |||||
| | * | 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 |