summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reorganize nuget stuffBrandon West2013-07-295-2/+2
|
* Update README.mdbrandonmwest2013-07-291-0/+5
|
* 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
|
* update readme and example programBrandon West2013-07-291-0/+1
|
* 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
|
* remove restsharp linkBrandon West2013-07-291-2/+0
|
* 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
|
* Merge branch 'master' of github.com:sendgrid/sendgrid-csharpBrandon West2013-07-291-0/+40
|\
| * fix bad examples in readmeBrandon West2013-07-271-2/+2
| |
| * Merge pull request #31 from bobmclaren/masterbrandonmwest2013-07-275-0/+35
| |\ | | | | | | Added support for multiple categories.
| | * 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.
| * Update README.mdbrandonmwest2013-01-171-1/+1
| |
| * Update README.mdbrandonmwest2013-01-171-0/+2
| |
| * Update README.mdbrandonmwest2013-01-171-0/+10
| |
| * Update README.mdbrandonmwest2013-01-171-1/+0
| |
| * Update README.mdbrandonmwest2013-01-171-80/+102
| |
| * Update README.mdbrandonmwest2013-01-171-1/+2
| |
| * Update README.mdbrandonmwest2013-01-171-64/+64
| |
| * Update README.mdbrandonmwest2013-01-171-1/+1
| |
| * Update README.mdbrandonmwest2013-01-171-1/+1
| |
| * Update README.mdbrandonmwest2013-01-171-41/+1
| |
| * Merge pull request #22 from brandonmwest/masterbrandonmwest2013-01-1433-233/+16747
| |\ | | | | | | CodeScales removed, RestSharp added
| | * 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
| | |
| | * Merge branch 'release/restsharp'Brandon West2013-01-1425-226/+16756
| | |\ | |/ /
| | * version bump to 1.1Brandon West2013-01-141-2/+2
| | |
| | * Merge branch 'feature/restsharp' into developBrandon West2013-01-1424-224/+16754
| | |\ | |/ /
| | * 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
| |/
| * add README.mdBrandon West2013-01-111-0/+163
| |
| * README changed to README.mdBrandon West2013-01-111-163/+0
| |
| * Update READMEbrandonmwest2013-01-111-0/+163
| |
| * Merge pull request #20 from brandonmwest/masterbrandonmwest2013-01-113-16/+16
| |\ | | | | | | nuget release
| | * updated nuget packagedBrandon West2013-01-111-0/+0
| | |
| | * nuget updateBrandon West2013-01-112-16/+16
| | |
| * | Merge pull request #19 from brandonmwest/masterbrandonmwest2013-01-101-1/+5
| |\ \ | | |/ | | | Handled error response from mail.send properly
| | * 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
| | |
| * | Merge pull request #17 from brandonmwest/masterbrandonmwest2013-01-105-17/+15
| |\ \ | | |/ | | | Changed codescales to embedded resource
| | * clean up build warningsBrandon West2013-01-103-6/+4
| | |
| | * change codescales.http.dll to embedded resourceBrandon West2013-01-101-11/+10
| | |
| | * update gitignoreBrandon West2013-01-101-0/+1
| | |
| * | Merge pull request #7 from brandonmwest/masterbrandonmwest2012-07-1312-4/+156
| |\ \ | | |/ | | | Merge streaming-attachments branch, add test for X-SMTPAPI header "to" array
| | * 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-135-2/+28
| |/ /
| * | 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
| * | Merge pull request #5 from bobmclaren/masterbrandonmwest2012-07-122-0/+12
| |\ \ | | |/ | |/| AddTo functionality added to the IHeader and Header classes
| | * 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-csharpCJ Buchmann2012-01-173-2/+17
| |\
| | * really added word wrap this timecjbuchmann2012-01-171-3/+11
| | |
| | * Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882CJ Buchmann2012-01-171-8/+31
| | |\
| | * | Added the MIT standard free to use licenseCJ Buchmann2012-01-171-0/+7
| | | |
| | * | added Sendgrid Nuget package 1.0.1CJ Buchmann2012-01-172-2/+2
| | | |
| * | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharpTyler Bischel2012-01-1620-450/+1110
| |\ \ \ | | | |/ | | |/|
| | * | give the REST interface some loveTyler Bischel2012-01-161-8/+31
| | |/
| | * 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
| | |
| * | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharpCJ Buchmann2012-01-1335-487/+2602
| |\ \ | | |/
| | * 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