summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Transport/Web.cs
Commit message (Expand)AuthorAgeFilesLines
* Preparing for deployElmer Thomas2016-04-271-186/+0
* Fixing merge conflictElmer Thomas2015-12-101-139/+160
|\
| * Implement pull #127, add api key constructorsElmer Thomas2015-11-241-139/+160
* | Add POST, DELETEElmer Thomas2015-12-101-2/+0
|/
* Fix endpoint URLBrandon West2015-04-241-1/+1
* fix merge conflictsBrandon West2015-04-221-48/+4
|\
| * Refactor error handling. Add test for checking for bad username / password sc...Howard van Rooijen2015-02-061-62/+4
* | 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-221-20/+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
* | | Fix for HttpClient bug in mono closes #119Michal Dymel2015-04-191-7/+4
| |/ |/|
* | remove redundant error check and add Web interface constructor that allows HT...Brandon West2015-01-251-17/+23
|/
* async exception handling exampleBrandon West2014-10-091-1/+9
* add user-agentBrandon West2014-10-091-1/+7
* mergeBrandon West2014-10-091-21/+29
|\
| * Added new exception catching.Alex Reed2014-09-011-21/+31
* | line endings and whitespaceBrandon West2014-10-071-1/+1
* | Merge pull request #80 from pianomanjh/feature/cc-bccBrandon West2014-10-071-0/+11
|\ \
| * | add CC, Bcc supportJosh Huber2014-08-151-0/+11
| |/
* | Add useragentEddie Zaneski2014-07-171-1/+3
|/
* fix constructorBrandon West2014-05-231-11/+1
* fix DeliverAsync that was reverted in e2e3087e79f099d7d7330a34f1f3e08c2eb1907bBrandon West2014-05-211-15/+15
* change namespace from SendGridMail to SendGrid, change SendGrid type to SendG...Brandon West2014-05-211-5/+5
* Merge pull request #57 from paroos/masterBrandon West2014-05-211-12/+1
|\
| * Factory removed from Webparoos2014-05-091-12/+1
* | Added support for inline images and minor name changes in the MailBuilderShawn A. Luce2014-05-151-0/+4
|/
* Cleaned up code;Alex Reed (Xerax)2014-02-161-204/+206
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-061-2/+3
* Make DeliverAsync awaitable so any errors that happen during delivery can be ...Terry Tice2013-11-281-3/+4
* make https mandatory, change baseUrl to api.sendgrid.net, add DeliverAsync an...Brandon West2013-10-241-11/+44
* Revert "make Deliver and CheckForErrors methods async"Brandon West2013-07-291-4/+4
* make Deliver and CheckForErrors methods asyncBrandon West2013-07-291-4/+4
* cleanup example, fix attachmentsBrandon West2013-07-291-6/+11
* working on uploadsBrandon West2013-07-291-157/+159
* refactored to use System.Net.HttpClient. builds.Brandon West2013-07-291-41/+51
* remove RestSharp dependency, add Web API dependency. unstableBrandon West2013-07-291-4/+5
* make https configurableBrandon West2013-01-141-9/+11
* fix build warningsBrandon West2013-01-141-5/+0
* attachments working againBrandon West2013-01-141-8/+2
* attaching files worksBrandon West2013-01-141-4/+10
* add todos and remove failing test for nowBrandon West2013-01-121-11/+17
* refactored Web API to use RestSharp instead of codescales, unstabledBrandon West2013-01-121-171/+170
* change web.CheckForErrors to handle response from mail.sendBrandon West2013-01-101-1/+5
* merge streaming-attachments branchBrandon West2012-07-131-1/+9
|\
| * added support for attachments by streams, and made the REST call truncate to ...Tyler Bischel2012-04-251-1/+9
* | Change line 88 based on this pull request: https://github.com/sendgrid/sendgr...brandonmwest2012-07-121-1/+1
|/
* renamed REST transport to WebTyler Bischel2012-01-241-0/+161