summaryrefslogtreecommitdiffstats
path: root/SendGrid
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaned up Unit TestsAlex Reed (Xerax)2014-02-171-35/+47
|
* Cleaned up code;Alex Reed (Xerax)2014-02-1616-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-164-15/+29
| | | | 2010 and 2012)
* update version and nuget specBrandon West2014-02-075-45/+26
|
* update version and generate new dllBrandon West2014-02-072-2/+2
|
* fix dependenciesBrandon West2014-01-206-9/+54
|
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-0626-1643/+126
|
* update nuspecBrandon West2014-01-032-0/+22
|
* version bumpBrandon West2014-01-031-2/+2
|
* Make DeliverAsync awaitable so any errors that happen during delivery can be ↵Terry Tice2013-11-281-3/+4
| | | | caught.
* update version and nuget assetsBrandon West2013-10-244-2/+2
|
* add AddSection call and testsBrandon West2013-10-243-0/+22
|
* normalize line endingsBrandon West2013-10-241-2/+2
|
* add new dependency packagesBrandon West2013-10-24122-0/+60589
|
* update example app to use https and DeliverAsyncBrandon West2013-10-243-4/+16
|
* update packages.configBrandon West2013-10-241-0/+3
|
* make https mandatory, change baseUrl to api.sendgrid.net, add DeliverAsync ↵Brandon West2013-10-241-11/+44
| | | | and CheckForErrorsAsync methods
* add Microsoft.Bcl.Async dependencyBrandon West2013-10-243-3/+44
|
* reversion to 1.2.0 since not a breaking changeBrandon West2013-07-298-64/+62
|
* example sending codeBrandon West2013-07-291-40/+40
|
* set things up for both .NET 4.0 and 4.5Brandon West2013-07-298-6/+6
|
* reorganize nuget stuffBrandon West2013-07-295-2/+2
|
* change dependency from System.Net.Http to Microsoft.Net.HtppBrandon West2013-07-293-3/+3
|
* Revert "make Deliver and CheckForErrors methods async"Brandon West2013-07-291-4/+4
| | | | This reverts commit 7d436f6cb48b1fe8f12949fea77bb7ea87fe3cc3.
* make Deliver and CheckForErrors methods asyncBrandon West2013-07-291-4/+4
|
* add nuspec and nupkgBrandon West2013-07-294-20/+20
|
* bump versionBrandon West2013-07-291-2/+2
|
* cleanup example, fix attachmentsBrandon West2013-07-291-6/+11
|
* working on uploadsBrandon West2013-07-292-157/+159
|
* clean up dependenciesBrandon West2013-07-299-7/+2395
|
* add nuget infoBrandon West2013-07-291-0/+4
|
* refactored to use System.Net.HttpClient. builds.Brandon West2013-07-291-41/+51
|
* remove RestSharp dependency, add Web API dependency. unstableBrandon West2013-07-2984-16560/+18
|
* set target framework to .NET 4.5Brandon West2013-07-294-2/+12
|
* NUnit test added for SetCategories()BobMcLaren2013-07-161-0/+9
|
* Added SetCategories() method to support multiple categories. SetCategory() ↵BobMcLaren2013-07-164-0/+26
| | | | left to maintain backward compatibility.
* add nuget pkgBrandon West2013-01-141-0/+0
|
* nuget updateBrandon West2013-01-144-3/+6
|
* make https configurableBrandon West2013-01-142-10/+12
|
* fix build warningsBrandon West2013-01-144-7/+1
|
* remove unused function from utils.csBrandon West2013-01-141-15/+0
|
* version bump to 1.1Brandon West2013-01-141-2/+2
|
* remove lib folderBrandon West2013-01-141-3/+1
|
* revert exampleBrandon West2013-01-142-23/+7
|
* attachments working againBrandon West2013-01-143-8/+5
|
* attaching files worksBrandon West2013-01-143-4/+38
|
* add todos and remove failing test for nowBrandon West2013-01-123-55/+23
|
* refactored Web API to use RestSharp instead of codescales, unstabledBrandon West2013-01-125-190/+188
|
* add restsharp filesBrandon West2013-01-1116-0/+16550
|
* add restsharp from nugetBrandon West2013-01-111-0/+1
|
* updated nuget packagedBrandon West2013-01-111-0/+0
|
* nuget updateBrandon West2013-01-112-16/+16
|
* revert changes to exampleBrandon West2013-01-102-3/+3
|
* Update SendGrid/Example/Example.csprojbrandonmwest2013-01-101-14/+14
|
* Update SendGrid/Example/Program.csbrandonmwest2013-01-101-6/+9
|
* change web.CheckForErrors to handle response from mail.sendBrandon West2013-01-103-21/+22
|
* clean up build warningsBrandon West2013-01-103-6/+4
|
* change codescales.http.dll to embedded resourceBrandon West2013-01-101-11/+10
|
* merge streaming-attachments branchBrandon West2012-07-138-2/+128
|\
| * tests for streaming attachments via restTyler Bischel2012-04-262-0/+40
| |
| * added support for attachments by streams, and made the REST call truncate to ↵Tyler Bischel2012-04-256-1/+86
| | | | | | | | onl the file name, not the full path
* | add passing test for setting and getting X-SMTPAPI "to" arrayBrandon West2012-07-134-1/+25
| |
* | Change line 88 based on this pull request: ↵brandonmwest2012-07-121-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 consistentBobMcLaren2012-05-312-5/+4
| |
* | Added the .AddTo() method to IHeader to allow for sending to multiple ↵BobMcLaren2012-05-302-0/+13
|/ | | | recipients in a single email.
* changed the access for the save message function, which is for internal use onlyTyler Bischel2012-01-241-1/+1
|
* added examples based on user feedbackTyler Bischel2012-01-246-6/+251
|
* added test coverage to two functions in SendGrid.csTyler Bischel2012-01-241-0/+24
|
* updated the tests for AddSubVal and mapped some header functionality to the ↵Tyler Bischel2012-01-243-91/+73
| | | | SendGrid object
* renamed REST transport to WebTyler Bischel2012-01-249-45/+45
|
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882CJ Buchmann2012-01-171-8/+31
|\
| * give the REST interface some loveTyler Bischel2012-01-161-8/+31
| |
* | added Sendgrid Nuget package 1.0.1CJ Buchmann2012-01-172-2/+2
|/
* merged and added some new testsTyler Bischel2012-01-1616-169/+739
|\
| * Finished writing code examples for SMTP and REST and also cleaned up and ↵CJ Buchmann2012-01-1610-156/+665
| | | | | | | | refactored a large portion of code
| * Added NuGet Package parameters and moved CodeScales.dll to lib directory for ↵CJ Buchmann2012-01-165-3/+21
| | | | | | | | NuGet
* | removed redundant code and added some unit testsTyler Bischel2012-01-163-24/+22
|/
* updated assembly stuffTyler Bischel2012-01-161-2/+3
|
* refactoring to add coverageTyler Bischel2012-01-165-58/+147
|
* last of the changes to the updatesTyler Bischel2012-01-161-114/+0
|
* updated to remove a no longer used fileTyler Bischel2012-01-161-1/+0
|
* updated filter callTyler Bischel2012-01-161-1/+1
|
* line changesTyler Bischel2012-01-161-1/+0
|
* removed not used fieldsTyler Bischel2012-01-161-2/+0
|
* fixes to SendGrid means updated tests for the fixesTyler Bischel2012-01-161-13/+13
|
* fixed some bugs in the filters, and updated parametersTyler Bischel2012-01-161-45/+42
|
* updated documentation and fixed a few paramsTyler Bischel2012-01-161-39/+139
|
* Code merged for microsoft for Friday at 4pm. Filters are working, and ↵CJ Buchmann2012-01-132-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 Buchmann2012-01-137-102/+80
|\ | | | | | | us1882-inbetween
| * fixed attachments and REST works!!Tyler Bischel2012-01-137-102/+80
| |
* | committing before tyler breaks my stuff, with his not good enough stuffCJ Buchmann2012-01-133-18/+77
|/
* Added suport for REST file attachments. Also added third party library to ↵CJ Buchmann2012-01-134-8/+62
| | | | handle HTTP Requests.
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into ↵CJ Buchmann2012-01-1311-74/+138
|\ | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs
| * fixed a bug in the testTyler Bischel2012-01-131-1/+1
| |
| * update attachments, fixed filter formats, added some documentation, made ↵Tyler Bischel2012-01-1310-69/+133
| | | | | | | | constructors initializable only by factory functions
* | 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!