Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleaned up Unit Tests | Alex Reed (Xerax) | 2014-02-17 | 1 | -35/+47 | |
| | ||||||
* | Cleaned up code; | Alex Reed (Xerax) | 2014-02-16 | 16 | -1994/+2000 | |
| | | | | | | | | | - Converted to tabs instead of 4 spaces. - Changed some private variable names to be C#4 standards compliant. - Renamed the WEBAPI class to be WebApi (see above). - Slightly tweaked the tests to load credential data from a private constant string at the top of the file, so you don't have to set Email/Password info for every instance it's used. - Cleaned up some foreach's to be LINQ statements - Decreased nesting where possible. | |||||
* | Updated solutions to add support for Visual Studio 2013 (Keeping support for ↵ | Alex Reed (Xerax) | 2014-02-16 | 4 | -15/+29 | |
| | | | | 2010 and 2012) | |||||
* | update version and nuget spec | Brandon West | 2014-02-07 | 5 | -45/+26 | |
| | ||||||
* | update version and generate new dll | Brandon West | 2014-02-07 | 2 | -2/+2 | |
| | ||||||
* | fix dependencies | Brandon West | 2014-01-20 | 6 | -9/+54 | |
| | ||||||
* | add dependency on Smtpapi library, remove SMTP functionality | Brandon West | 2014-01-06 | 26 | -1643/+126 | |
| | ||||||
* | update nuspec | Brandon West | 2014-01-03 | 2 | -0/+22 | |
| | ||||||
* | version bump | Brandon West | 2014-01-03 | 1 | -2/+2 | |
| | ||||||
* | Make DeliverAsync awaitable so any errors that happen during delivery can be ↵ | Terry Tice | 2013-11-28 | 1 | -3/+4 | |
| | | | | caught. | |||||
* | update version and nuget assets | Brandon West | 2013-10-24 | 4 | -2/+2 | |
| | ||||||
* | add AddSection call and tests | Brandon West | 2013-10-24 | 3 | -0/+22 | |
| | ||||||
* | normalize line endings | Brandon West | 2013-10-24 | 1 | -2/+2 | |
| | ||||||
* | add new dependency packages | Brandon West | 2013-10-24 | 122 | -0/+60589 | |
| | ||||||
* | update example app to use https and DeliverAsync | Brandon West | 2013-10-24 | 3 | -4/+16 | |
| | ||||||
* | update packages.config | Brandon West | 2013-10-24 | 1 | -0/+3 | |
| | ||||||
* | make https mandatory, change baseUrl to api.sendgrid.net, add DeliverAsync ↵ | Brandon West | 2013-10-24 | 1 | -11/+44 | |
| | | | | and CheckForErrorsAsync methods | |||||
* | add Microsoft.Bcl.Async dependency | Brandon West | 2013-10-24 | 3 | -3/+44 | |
| | ||||||
* | reversion to 1.2.0 since not a breaking change | Brandon West | 2013-07-29 | 8 | -64/+62 | |
| | ||||||
* | example sending code | Brandon West | 2013-07-29 | 1 | -40/+40 | |
| | ||||||
* | set things up for both .NET 4.0 and 4.5 | Brandon West | 2013-07-29 | 8 | -6/+6 | |
| | ||||||
* | 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! |