| Commit message (Expand) | Author | Age | Files | Lines |
* | Preparing for deploy | Elmer Thomas | 2016-04-27 | 1 | -186/+0 |
* | Fixing merge conflict | Elmer Thomas | 2015-12-10 | 1 | -139/+160 |
|\ |
|
| * | Implement pull #127, add api key constructors | Elmer Thomas | 2015-11-24 | 1 | -139/+160 |
* | | Add POST, DELETE | Elmer Thomas | 2015-12-10 | 1 | -2/+0 |
|/ |
|
* | Fix endpoint URL | Brandon West | 2015-04-24 | 1 | -1/+1 |
* | fix merge conflicts | Brandon West | 2015-04-22 | 1 | -48/+4 |
|\ |
|
| * | Refactor error handling. Add test for checking for bad username / password sc... | Howard van Rooijen | 2015-02-06 | 1 | -62/+4 |
* | | Improve performance by reusing connections per instance of web transport | Brandon West | 2015-04-22 | 1 | -15/+10 |
* | | remove synchronous CheckForErrors() | Brandon West | 2015-04-22 | 1 | -14/+0 |
* | | remove synchronous deliver() | Brandon West | 2015-04-22 | 1 | -20/+2 |
* | | fix build | Brandon West | 2015-04-21 | 1 | -13/+13 |
* | | merge | Brandon West | 2015-04-21 | 1 | -18/+15 |
|\ \ |
|
| * | | Fixed bug with mono 3.12 (HttpClient.BaseAddress) - Exception invalid protocol | Roman Barinov | 2015-01-22 | 1 | -10/+3 |
* | | | Fix for HttpClient bug in mono closes #119 | Michal Dymel | 2015-04-19 | 1 | -7/+4 |
| |/
|/| |
|
* | | remove redundant error check and add Web interface constructor that allows HT... | Brandon West | 2015-01-25 | 1 | -17/+23 |
|/ |
|
* | async exception handling example | Brandon West | 2014-10-09 | 1 | -1/+9 |
* | add user-agent | Brandon West | 2014-10-09 | 1 | -1/+7 |
* | merge | Brandon West | 2014-10-09 | 1 | -21/+29 |
|\ |
|
| * | Added new exception catching. | Alex Reed | 2014-09-01 | 1 | -21/+31 |
* | | line endings and whitespace | Brandon West | 2014-10-07 | 1 | -1/+1 |
* | | Merge pull request #80 from pianomanjh/feature/cc-bcc | Brandon West | 2014-10-07 | 1 | -0/+11 |
|\ \ |
|
| * | | add CC, Bcc support | Josh Huber | 2014-08-15 | 1 | -0/+11 |
| |/ |
|
* | | Add useragent | Eddie Zaneski | 2014-07-17 | 1 | -1/+3 |
|/ |
|
* | fix constructor | Brandon West | 2014-05-23 | 1 | -11/+1 |
* | fix DeliverAsync that was reverted in e2e3087e79f099d7d7330a34f1f3e08c2eb1907b | Brandon West | 2014-05-21 | 1 | -15/+15 |
* | change namespace from SendGridMail to SendGrid, change SendGrid type to SendG... | Brandon West | 2014-05-21 | 1 | -5/+5 |
* | Merge pull request #57 from paroos/master | Brandon West | 2014-05-21 | 1 | -12/+1 |
|\ |
|
| * | Factory removed from Web | paroos | 2014-05-09 | 1 | -12/+1 |
* | | Added support for inline images and minor name changes in the MailBuilder | Shawn A. Luce | 2014-05-15 | 1 | -0/+4 |
|/ |
|
* | Cleaned up code; | Alex Reed (Xerax) | 2014-02-16 | 1 | -204/+206 |
* | add dependency on Smtpapi library, remove SMTP functionality | Brandon West | 2014-01-06 | 1 | -2/+3 |
* | Make DeliverAsync awaitable so any errors that happen during delivery can be ... | Terry Tice | 2013-11-28 | 1 | -3/+4 |
* | make https mandatory, change baseUrl to api.sendgrid.net, add DeliverAsync an... | Brandon West | 2013-10-24 | 1 | -11/+44 |
* | Revert "make Deliver and CheckForErrors methods async" | Brandon West | 2013-07-29 | 1 | -4/+4 |
* | make Deliver and CheckForErrors methods async | Brandon West | 2013-07-29 | 1 | -4/+4 |
* | cleanup example, fix attachments | Brandon West | 2013-07-29 | 1 | -6/+11 |
* | working on uploads | Brandon West | 2013-07-29 | 1 | -157/+159 |
* | refactored to use System.Net.HttpClient. builds. | Brandon West | 2013-07-29 | 1 | -41/+51 |
* | remove RestSharp dependency, add Web API dependency. unstable | Brandon West | 2013-07-29 | 1 | -4/+5 |
* | make https configurable | Brandon West | 2013-01-14 | 1 | -9/+11 |
* | fix build warnings | Brandon West | 2013-01-14 | 1 | -5/+0 |
* | attachments working again | Brandon West | 2013-01-14 | 1 | -8/+2 |
* | attaching files works | Brandon West | 2013-01-14 | 1 | -4/+10 |
* | add todos and remove failing test for now | Brandon West | 2013-01-12 | 1 | -11/+17 |
* | refactored Web API to use RestSharp instead of codescales, unstabled | Brandon West | 2013-01-12 | 1 | -171/+170 |
* | change web.CheckForErrors to handle response from mail.send | Brandon West | 2013-01-10 | 1 | -1/+5 |
* | merge streaming-attachments branch | Brandon West | 2012-07-13 | 1 | -1/+9 |
|\ |
|
| * | added support for attachments by streams, and made the REST call truncate to ... | Tyler Bischel | 2012-04-25 | 1 | -1/+9 |
* | | Change line 88 based on this pull request: https://github.com/sendgrid/sendgr... | brandonmwest | 2012-07-12 | 1 | -1/+1 |
|/ |
|
* | renamed REST transport to Web | Tyler Bischel | 2012-01-24 | 1 | -0/+161 |