summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/StreamedFileBody.cs
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for deployElmer Thomas2016-04-271-39/+0
|
* adding ability to embed an image via a memory stream. I'm generating an ↵tmwilson2015-01-281-1/+1
| | | | 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.
* net45 no longer installs BCLBrandon West2014-06-131-0/+0
|
* refactored Web API to use RestSharp instead of codescales, unstabledBrandon West2013-01-121-2/+0
|
* clean up build warningsBrandon West2013-01-101-2/+1
|
* added support for attachments by streams, and made the REST call truncate to ↵Tyler Bischel2012-04-251-0/+42
onl the file name, not the full path