summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for deployElmer Thomas2016-04-2716-1463/+0
|
* Version BumpElmer Thomas2015-12-151-2/+2
|
* Version BumpElmer Thomas2015-12-141-2/+2
|
* Version BumpElmer Thomas2015-12-111-2/+2
|
* Version BumpElmer Thomas2015-12-101-2/+2
|
* Fixing merge conflictElmer Thomas2015-12-102-141/+162
|\
| * Preparing for upload to Nuget.orgElmer Thomas2015-11-241-2/+2
| |
| * Implement pull #127, add api key constructorsElmer Thomas2015-11-241-139/+160
| |
* | Add POST, DELETEElmer Thomas2015-12-101-2/+0
|/
* Adding classic keysElmer Thomas2015-11-241-0/+0
|
* Try signing the classic wayElmer Thomas2015-11-241-2/+1
|
* Removing pfx files breaks Travis and creates an extra step for contributorsElmer Thomas2015-11-241-0/+0
|
* Updating assembly dependencies.Elmer Thomas2015-11-242-9/+20
|
* Updating build for TravisElmer Thomas2015-11-111-0/+3
|
* Fix endpoint URLBrandon West2015-04-241-1/+1
|
* maybe?Brandon West2015-04-221-1/+0
|
* update travis config to native monoBrandon West2015-04-222-3/+9
|
* fix merge conflictsBrandon West2015-04-223-48/+62
|\
| * Refactor error handling. Add test for checking for bad username / password ↵Howard van Rooijen2015-02-063-62/+62
| | | | | | | | scenario
* | add new smtp api header methodsBrandon West2015-04-224-10/+61
| |
* | Improve performance by reusing connections per instance of web transportBrandon West2015-04-221-15/+10
| |
* | remove synchronous CheckForErrors()Brandon West2015-04-221-14/+0
| |
* | remove synchronous deliver()Brandon West2015-04-222-27/+2
| |
* | fix buildBrandon West2015-04-211-13/+13
| |
* | mergeBrandon West2015-04-211-18/+15
|\ \
| * | Fixed bug with mono 3.12 (HttpClient.BaseAddress) - Exception invalid protocolRoman Barinov2015-01-221-10/+3
| | |
* | | mergeBrandon West2015-04-211-0/+5
|\ \ \
| * | | AddSectionWataru Sato2015-01-281-4/+5
| | | |
| * | | AddSectionWataru Sato2015-01-281-0/+4
| | |/ | |/|
* | | Merge pull request #107 from twilly86/masterBrandon West2015-04-213-1/+13
|\ \ \ | | | | | | | | Adding ability to embed an image via a memory stream.
| * | | adding ability to embed an image via a memory stream. I'm generating an ↵tmwilson2015-01-283-1/+13
| |/ / | | | | | | | | | image and then transferring it to memory stream right away. This prevents you from having to create a file if you already have a memory stream.
* | | Merge pull request #120 from mdymel/masterBrandon West2015-04-211-7/+4
|\ \ \ | | | | | | | | Fix for HttpClient bug in mono closes #119
| * | | Fix for HttpClient bug in mono closes #119Michal Dymel2015-04-191-7/+4
| |/ /
* | | Merge pull request #77 from lukasz-lysik/masterBrandon West2015-04-211-3/+20
|\ \ \ | |/ / |/| | Sink host introduced
| * | Sink host introducedlukasz-lysik2014-06-231-3/+20
| | |
* | | update nuget refsBrandon West2015-01-252-2/+4
| | |
* | | 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-091-1/+9
| |
* | add user-agentBrandon West2014-10-092-3/+9
| |
* | 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-071-1/+1
| |
* | Merge pull request #80 from pianomanjh/feature/cc-bccBrandon West2014-10-073-1/+62
|\ \ | | | | | | add CC, Bcc support
| * | add CC, Bcc supportJosh Huber2014-08-153-1/+62
| |/
* | Add useragentEddie Zaneski2014-07-171-1/+3
|/
* clean up assemblyinfoBrandon West2014-06-201-6/+2
|
* fix build configs and testsBrandon West2014-06-202-15/+34
|
* sign assembly when build config is releaseBrandon West2014-06-202-3/+3
|
* deprecate NET40Brandon West2014-06-203-58/+22
|
* more fixesBrandon West2014-06-143-29/+33
|
* change assembly search pathsBrandon West2014-06-142-4/+4
|
* remove app.config dependentsBrandon West2014-06-141-12/+0
|
* add app.configBrandon West2014-06-141-0/+15
|
* update nuget deps for mail.csprojBrandon West2014-06-141-0/+1
|
* enable restore packages for BuildNet40Brandon West2014-06-141-1/+1
|
* add conditional compile symbol specifying whether or not to use ↵Brandon West2014-06-141-2/+8
| | | | publickeytoken for friend assemblies
* add BuildNet40 build config, make signing assembly conditionalBrandon West2014-06-141-6/+17
|
* net45 no longer installs BCLBrandon West2014-06-135-10/+8
|
* add ReleaseNet40 and ReleaseNet45 build configsBrandon West2014-06-132-43/+84
|
* Adding DeliverAsync method to ITransport interfacetrailmax2014-06-051-1/+11
|
* add EnableTemplateEngine methodBrandon West2014-05-293-2/+17
|
* fix constructorBrandon West2014-05-234-45/+5
|
* Fixed regular expressions for unsubscribe and template filters.Shawn A. Luce2014-05-231-7/+7
|
* fix some copypastaBrandon West2014-05-213-15/+10
|
* version bumpBrandon West2014-05-211-10/+8
|
* sign assembliesBrandon West2014-05-211-0/+7
|
* 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-217-123/+39
| | | | 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-212-49/+19
|\ | | | | Improve handling with an IoC container
| * GetInstance Method removedparoos2014-05-101-18/+0
| |
| * Factory removed from Webparoos2014-05-091-12/+1
| | | | | | | | Public constructor created (IoC friendly)
| * Usable with an IoC Containerparoos2014-05-091-19/+18
| |
* | Moved MailBuilder to new projectShawn A. Luce2014-05-162-318/+0
| |
* | Added support for inline images and minor name changes in the MailBuilderShawn A. Luce2014-05-154-25/+46
| |
* | MailBuilder class updatesShawn A. Luce2014-05-151-196/+188
| |
* | Added MailBuilder class to fluently create SendGrid objects.Shawn A. Luce2014-05-132-0/+324
|/
* Cleaned up code;Alex Reed (Xerax)2014-02-166-1048/+1040
| | | | | | | | | - 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)
* update version and nuget specBrandon West2014-02-075-45/+26
|
* update version and generate new dllBrandon West2014-02-072-2/+2
|
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-0610-493/+38
|
* 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-242-0/+13
|
* normalize line endingsBrandon West2013-10-241-2/+2
|
* 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-242-0/+23
|
* reversion to 1.2.0 since not a breaking changeBrandon West2013-07-295-20/+23
|
* set things up for both .NET 4.0 and 4.5Brandon West2013-07-295-3/+3
|
* 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
|