summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example
Commit message (Collapse)AuthorAgeFilesLines
* Version Bump v7.1.0: WebProxy Supportv7.1.0Elmer Thomas2016-07-191-2/+2
|
* Version Bump v7.0.7: Fix for #256v7.0.7Elmer Thomas2016-07-181-2/+2
|
* Prepping for releaseorigin/256-bad-jsonElmer Thomas2016-07-181-8/+4
|
* Updating CSharp Dependency to fix issue #256Elmer Thomas2016-07-184-22/+15
|
* Version Bump v7.0.6: Update docs, unit tests and examples to include Sender IDv7.0.6Elmer Thomas2016-07-121-2/+2
|
* Version Bump v7.0.5: Tests now mocked automatically against prismv7.0.5Elmer Thomas2016-07-081-2/+2
|
* Version Bump v7.0.4: swagger/oai updates + accept header fixv7.0.4Elmer Thomas2016-07-051-2/+2
|
* Version Bump v7.03: 232 Send mail fails with BadRequest when apostrophe used ↵Elmer Thomas2016-06-281-2/+2
| | | | in sender name
* Fixing apostrophe issueElmer Thomas2016-06-271-2/+2
|
* Version Bump v7.0.2: Async FixElmer Thomas2016-06-163-9/+10
|
* Version Bump v7.0.1: Fix hard coded subject in mail helperElmer Thomas2016-06-151-2/+2
|
* Update dependencyElmer Thomas2016-06-033-15/+15
|
* Updating csharp-http-client dependencyElmer Thomas2016-06-034-26/+26
|
* Updated example data and READMEElmer Thomas2016-05-121-32/+32
|
* Travis debuggingElmer Thomas2016-05-111-1/+1
|
* Travis DebuggingElmer Thomas2016-05-111-10/+10
|
* Ready to deployElmer Thomas2016-05-101-4/+5
|
* Ready for betaElmer Thomas2016-05-091-35/+30
|
* Preparing for deployElmer Thomas2016-04-276-828/+354
|
* Update tests and exampleElmer Thomas2015-12-151-21/+45
|
* Implementing Stats [GET]Elmer Thomas2015-12-141-3/+22
|
* Updated ExampleElmer Thomas2015-12-141-2/+0
|
* Added Global Suppressions GET, POST, DELETEElmer Thomas2015-12-141-3/+45
|
* Added example codeElmer Thomas2015-12-111-1/+39
|
* Removed unused using statement.Elmer Thomas2015-12-101-1/+0
|
* Fixing merge conflictElmer Thomas2015-12-101-1/+0
|\
| * Implement pull #127, add api key constructorsElmer Thomas2015-11-241-8/+2
| |
* | Add POST, DELETEElmer Thomas2015-12-101-11/+24
| |
* | GET implementedElmer Thomas2015-12-101-3/+27
|/
* Async all the way through + testingElmer Thomas2015-11-161-5/+6
| | | | via deckarep
* Re-factoring based on @deckarep's feedbackElmer Thomas2015-11-161-10/+9
| | | | | - Favor using var instead of string declarations for type inference. - Use a better type other than object
* FormattingElmer Thomas2015-11-121-14/+14
|
* Use generic test valuesElmer Thomas2015-11-121-3/+3
|
* Updated exampleElmer Thomas2015-11-121-45/+62
|
* Updating build for TravisElmer Thomas2015-11-111-12/+11
|
* Added Integration/Unit Tests for API Keys endpointElmer Thomas2015-11-113-21/+32
|
* A first implementation of a Web API v3 clientElmer Thomas2015-11-063-11/+58
|
* I love .csproj files and fixing filepaths and referencesBrandon West2015-04-231-1/+2
|
* please...Brandon West2015-04-221-5/+5
|
* maybe?Brandon West2015-04-221-2/+3
|
* still trying to fix refsBrandon West2015-04-221-6/+2
|
* trying to fix missing fileBrandon West2015-04-221-2/+6
|
* fix referenceBrandon West2015-04-221-0/+6
|
* fix dependenciesBrandon West2015-04-222-5/+0
|
* add new smtp api header methodsBrandon West2015-04-222-7/+9
|
* fix exampleBrandon West2015-04-221-14/+14
|
* AddSectionWataru Sato2015-01-281-4/+4
|
* AddSectionWataru Sato2015-01-281-2/+3
|
* update nuget refsBrandon West2015-01-251-0/+5
|
* add substitution tag with unicodeBrandon West2015-01-251-1/+5
|
* async exception handling exampleBrandon West2014-10-091-10/+21
|
* add user-agentBrandon West2014-10-091-6/+6
|
* fix build configs and testsBrandon West2014-06-201-14/+3
|
* deprecate NET40Brandon West2014-06-201-6/+1
|
* remove unnecessary referenceBrandon West2014-06-141-4/+1
|
* more fixesBrandon West2014-06-142-24/+14
|
* add BuildNet40 build config, make signing assembly conditionalBrandon West2014-06-141-0/+3
|
* add ReleaseNet40 and ReleaseNet45 build configsBrandon West2014-06-132-16/+10
|
* fix constructorBrandon West2014-05-231-0/+6
|
* fix referenceBrandon West2014-05-231-4/+6
|
* fix some copypastaBrandon West2014-05-212-7/+5
|
* change namespace from SendGridMail to SendGrid, change SendGrid type to ↵Brandon West2014-05-215-28/+24
| | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently.
* Factory removed from Webparoos2014-05-092-15/+15
| | | | Public constructor created (IoC friendly)
* Usable with an IoC Containerparoos2014-05-092-15/+15
|
* Cleaned up code;Alex Reed (Xerax)2014-02-166-550/+555
| | | | | | | | | - 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-161-0/+3
| | | | 2010 and 2012)
* fix dependenciesBrandon West2014-01-203-2/+37
|
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-064-556/+8
|
* update example app to use https and DeliverAsyncBrandon West2013-10-243-4/+16
|
* reversion to 1.2.0 since not a breaking changeBrandon West2013-07-292-42/+37
|
* example sending codeBrandon West2013-07-291-40/+40
|
* set things up for both .NET 4.0 and 4.5Brandon West2013-07-292-2/+2
|
* set target framework to .NET 4.5Brandon West2013-07-292-2/+4
|
* make https configurableBrandon West2013-01-141-1/+1
|
* fix build warningsBrandon West2013-01-143-2/+1
|
* added support for attachments by streams, and made the REST call truncate to ↵Tyler Bischel2012-04-251-0/+2
| | | | onl the file name, not the full path
* added examples based on user feedbackTyler Bischel2012-01-243-3/+248
|
* renamed REST transport to WebTyler Bischel2012-01-243-28/+28
|
* Finished writing code examples for SMTP and REST and also cleaned up and ↵CJ Buchmann2012-01-163-122/+633
| | | | refactored a large portion of code
* updated filter callTyler Bischel2012-01-161-1/+1
|
* line changesTyler Bischel2012-01-161-1/+0
|
* Code merged for microsoft for Friday at 4pm. Filters are working, and ↵CJ Buchmann2012-01-131-6/+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 Buchmann2012-01-131-4/+4
|\ | | | | | | us1882-inbetween
| * fixed attachments and REST works!!Tyler Bischel2012-01-131-4/+4
| |
* | committing before tyler breaks my stuff, with his not good enough stuffCJ Buchmann2012-01-132-16/+72
|/
* Added suport for REST file attachments. Also added third party library to ↵CJ Buchmann2012-01-131-2/+3
| | | | handle HTTP Requests.
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into ↵CJ Buchmann2012-01-135-12/+16
|\ | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs
| * update attachments, fixed filter formats, added some documentation, made ↵Tyler Bischel2012-01-134-8/+11
| | | | | | | | constructors initializable only by factory functions
* | Got code to working state to deliver to MicrosoftCJ Buchmann2012-01-131-1/+4
| |
* | Attempting to attach files via RESTCJ Buchmann2012-01-132-2/+20
|/
* Got All parts of the REST api working, except file attachments.CJ Buchmann2012-01-122-4/+18
|
* Added support for Rest API, to get mailing working. Also added examples to ↵CJ Buchmann2012-01-124-10/+149
| | | | send a simple web api.
* Merge Conflict FixedCJ Buchmann2012-01-123-10/+124
|
* refactored attachments, fixed bug in headersTyler Bischel2012-01-121-4/+5
|
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882CJ Buchmann2012-01-111-12/+8
|\ | | | | | | | | Conflicts: SendGrid/Example/Program.cs
| * functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵Eric Becking2012-01-111-1/+2
| | | | | | | | held in the TestSendgridMessageSetup.cs file
* | added unit tests for SendGrid Enable/Disable filtersCJ Buchmann2012-01-111-8/+13
|/
* example project sends email, tree node for filters created, json encoding ↵Tyler Bischel2012-01-101-1/+12
| | | | done, other fixes
* changed target platformTyler Bischel2012-01-101-0/+3
|
* changed reference to namespaceTyler Bischel2012-01-101-1/+0
|