Commit message (Collapse) | 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 ↵ | Howard van Rooijen | 2015-02-06 | 1 | -62/+4 |
| | | | | | | | | scenario | ||||
* | | 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 ↵ | Brandon West | 2015-01-25 | 1 | -17/+23 |
|/ | | | | HTTP timeout to be specified | ||||
* | 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 | ||||
| * | | 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 ↵ | Brandon West | 2014-05-21 | 1 | -5/+5 |
| | | | | 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/master | Brandon West | 2014-05-21 | 1 | -12/+1 |
|\ | | | | | Improve handling with an IoC container | ||||
| * | Factory removed from Web | paroos | 2014-05-09 | 1 | -12/+1 |
| | | | | | | | | Public constructor created (IoC friendly) | ||||
* | | 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 |
| | | | | | | | | | - 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. | ||||
* | 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 |
| | | | | caught. | ||||
* | make https mandatory, change baseUrl to api.sendgrid.net, add DeliverAsync ↵ | Brandon West | 2013-10-24 | 1 | -11/+44 |
| | | | | and CheckForErrorsAsync methods | ||||
* | Revert "make Deliver and CheckForErrors methods async" | Brandon West | 2013-07-29 | 1 | -4/+4 |
| | | | | This reverts commit 7d436f6cb48b1fe8f12949fea77bb7ea87fe3cc3. | ||||
* | 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 |
| | | | | | | | | onl the file name, not the full path | ||||
* | | Change line 88 based on this pull request: ↵ | brandonmwest | 2012-07-12 | 1 | -1/+1 |
|/ | | | | https://github.com/sendgrid/sendgrid-csharp/pull/6. Fixes this issue: https://github.com/sendgrid/sendgrid-csharp/issues/2 | ||||
* | renamed REST transport to Web | Tyler Bischel | 2012-01-24 | 1 | -0/+161 |