summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version bumpBrandon West2015-01-251-2/+2
|
* remove redundant error check and add Web interface constructor that allows ↵Brandon West2015-01-251-17/+23
| | | | HTTP timeout to be specified
* async exception handling exampleBrandon West2014-10-092-11/+30
|
* Merge branch '0xdeafcafe-new-exceptions'Brandon West2014-10-096-32/+69
|\
| * add user-agentBrandon West2014-10-093-9/+15
| |
| * mergeBrandon West2014-10-094-24/+55
| |\ |/ /
| * Update packages.configAlex Forbes-Reed2014-09-241-2/+2
| |
| * Added new exception catching.Alex Reed2014-09-014-24/+57
| |
* | line endings and whitespaceBrandon West2014-10-072-75/+75
| |
* | Merge pull request #80 from pianomanjh/feature/cc-bccBrandon West2014-10-074-3/+73
|\ \ | | | | | | add CC, Bcc support
| * | add CC, Bcc supportJosh Huber2014-08-154-3/+73
| | |
* | | Merge pull request #86 from sendgrid/useragentBrandon West2014-10-071-1/+3
|\ \ \ | | | | | | | | Add useragent
| * | | Add useragentEddie Zaneski2014-07-171-1/+3
| |/ /
* | | Merge pull request #82 from 0xdeafcafe/masterBrandon West2014-10-071-1/+1
|\ \ \ | |/ / |/| / | |/ Updated Readme to fix #81
| * Updated filter link to smtpAlex Reed2014-08-281-1/+1
| |
| * Updated Readme to fix #81Alex Reed2014-08-271-1/+1
|/
* Update README.mdBrandon West2014-06-231-1/+1
|
* fix hipchat notification linkBrandon West2014-06-211-1/+1
|
* clean up assemblyinfoBrandon West2014-06-201-6/+2
|
* fix build configs and testsBrandon West2014-06-206-47/+54
|
* sign assembly when build config is releaseBrandon West2014-06-202-3/+3
|
* deprecate NET40Brandon West2014-06-209-201/+88
|
* fix CI badge linkBrandon West2014-06-161-1/+1
|
* Merge pull request #73 from sendgrid/travisBrandon West2014-06-1492-36518/+356
|\ | | | | Clean up the build and add CI via travis-ci
| * removed unused assemblyBrandon West2014-06-141-3/+0
| |
| * remove unnecessary referenceBrandon West2014-06-141-4/+1
| |
| * fix Tests.csproj output dirBrandon West2014-06-141-1/+1
| |
| * add badge to readmeBrandon West2014-06-141-1/+1
| |
| * remove unnecessary abstraction from test runnerBrandon West2014-06-142-9/+3
| |
| * fix script nameBrandon West2014-06-141-1/+1
| |
| * remove unnecessary compile flagBrandon West2014-06-141-1/+1
| |
| * fix warningBrandon West2014-06-141-3/+0
| |
| * more fixesBrandon West2014-06-1410-116/+101
| |
| * fix bad csprojBrandon West2014-06-141-1/+0
| |
| * fix hintpaths reallyBrandon West2014-06-141-31/+25
| |
| * update hintpathsBrandon West2014-06-141-2/+3
| |
| * update hint pathsBrandon West2014-06-141-3/+2
| |
| * add MoqBrandon West2014-06-142-0/+17
| |
| * change assembly search pathsBrandon West2014-06-142-4/+4
| |
| * remove app.config dependentsBrandon West2014-06-142-28/+0
| |
| * add app.configBrandon West2014-06-142-0/+34
| |
| * update nuget deps for mail.csprojBrandon West2014-06-141-0/+1
| |
| * add .nugetBrandon West2014-06-143-1/+144
| |
| * easier to run scripts from the solution dirBrandon West2014-06-141-0/+0
| |
| * enable package restore for Tests.csprojBrandon West2014-06-1422-18432/+1
| |
| * add hipchat notificationsBrandon West2014-06-141-12/+17
| |
| * enable restore packages for BuildNet40Brandon West2014-06-141-1/+1
| |
| * still trying to fix the build callBrandon West2014-06-141-1/+2
| |
| * fix xbuild callBrandon West2014-06-141-1/+1
| |
| * fix install callBrandon West2014-06-141-1/+1
| |
| * fix download urlBrandon West2014-06-141-1/+1
| |
| * fix dir structureBrandon West2014-06-142-0/+0
| |
| * touch .travis to trigger buildBrandon West2014-06-141-0/+1
| |
| * add travis config and test run scriptBrandon West2014-06-142-0/+28
| |
| * add conditional compile symbol specifying whether or not to use ↵Brandon West2014-06-142-9/+24
| | | | | | | | publickeytoken for friend assemblies
| * add BuildNet40 build config, make signing assembly conditionalBrandon West2014-06-1460-17956/+45
|/
* Merge pull request #72 from sendgrid/better-buildBrandon West2014-06-13136-60665/+143
|\ | | | | Remove BCL dependency from NET45. Closes #50
| * net45 no longer installs BCLBrandon West2014-06-1311-11/+8
| |
| * add ReleaseNet40 and ReleaseNet45 build configsBrandon West2014-06-13128-60661/+142
|/
* Merge pull request #70 from trailmax/masterBrandon West2014-06-131-1/+11
|\ | | | | Adding DeliverAsync method to ITransport interface
| * Adding DeliverAsync method to ITransport interfacetrailmax2014-06-051-1/+11
|/
* add EnableTemplateEngine methodBrandon West2014-05-293-2/+17
|
* Update README.mdBrandon West2014-05-291-1/+1
|
* fix constructorBrandon West2014-05-235-45/+11
|
* fix referenceBrandon West2014-05-231-4/+6
|
* Merge pull request #65 from saluce65/masterBrandon West2014-05-231-7/+7
|\ | | | | Fixed regular expressions for unsubscribe and template filters.
| * Fixed regular expressions for unsubscribe and template filters.Shawn A. Luce2014-05-231-7/+7
| |
* | Merge pull request #63 from smurfpandey/masterBrandon West2014-05-221-7/+9
|\ \ | |/ |/| Update examples as per the new changes in 3.0.0 version
| * Update Readme.md for 3.0.0 versionNeeraj2014-05-221-4/+4
| | | | | | Fixed typos
| * Update Readme.md for 3.0.0 versionNeeraj2014-05-221-2/+1
| |
| * Update Readme.md for 3.0.0 versionNeeraj2014-05-221-7/+10
|/ | | Fixed the examples as per the new changes in 3.0.0
* update readmeBrandon West2014-05-211-8/+15
|
* fix some copypastaBrandon West2014-05-215-22/+15
|
* version bumpBrandon West2014-05-211-10/+8
|
* sign assembliesBrandon West2014-05-212-0/+14
|
* fix DeliverAsync that was reverted in e2e3087e79f099d7d7330a34f1f3e08c2eb1907bBrandon West2014-05-211-15/+15
|
* change namespace from SendGridMail to SendGrid, change SendGrid type to ↵Brandon West2014-05-2116-191/+98
| | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently.
* Merge pull request #57 from paroos/masterBrandon West2014-05-216-83/+53
|\ | | | | Improve handling with an IoC container
| * GetInstance Method removedparoos2014-05-101-18/+0
| |
| * Factory removed from Webparoos2014-05-094-29/+18
| | | | | | | | Public constructor created (IoC friendly)
| * Usable with an IoC Containerparoos2014-05-095-36/+35
| |
* | Merge pull request #60 from saluce65/masterBrandon West2014-05-213-1/+20
|\ \ | | | | | | Add Support for Inline Images
| * | Moved MailBuilder to new projectShawn A. Luce2014-05-163-329/+0
| | |
| * | Added support for inline images and minor name changes in the MailBuilderShawn A. Luce2014-05-154-25/+46
| | |
| * | Added example of MailBuilder usageShawn A. Luce2014-05-151-0/+11
| | |
| * | MailBuilder class updatesShawn A. Luce2014-05-151-196/+188
| | |
| * | Added MailBuilder class to fluently create SendGrid objects.Shawn A. Luce2014-05-132-0/+324
|/ /
* | Update README.mdBrandon West2014-05-131-2/+0
|/ | | remove InitializeFilters()
* Merge pull request #53 from Xerax/masterRobin J2014-03-281-1/+1
|\ | | | | Updated MarkDown.
| * Updated docsAlex Reed2014-03-281-1/+1
| | | | | | DeliverAsync is broken, so I replaced that with Deliver temporarily in the docs.
* | Update README.mdBrandon West2014-03-041-1/+0
| |
* | Merge pull request #46 from Xerax/masterRobin J2014-02-171-1/+1
|\ \ | |/ | | Terrible mistake, solution didn't catch file rename.
| * Terrible mistake, solution didn't catch file rename.Alex Reed (Xerax)2014-02-171-1/+1
| |
* | Merge pull request #45 from Xerax/masterRobin J2014-02-172-67/+79
|\ \ | |/ | | Cleaned up Unit Tests
| * Renamed TestWeb to TestWebApi.Alex Reed (Xerax)2014-02-171-78/+78
| |
| * Cleaned up Unit TestsAlex Reed (Xerax)2014-02-171-35/+47
| |
* | Merge pull request #44 from Xerax/masterRobin J2014-02-1721-2010/+2047
|\ \ | |/ | | Code clean-up and tweaks
| * Updated readme to fix #36Alex Reed (Xerax)2014-02-171-0/+15
| |
| * 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)