summaryrefslogtreecommitdiff
path: root/src/lib/emailer.cc
AgeCommit message (Collapse)Author
2021-07-10Use dcp::compose rather than our own.composeCarl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-02Replace dcp::Data with dcp::ArrayDataCarl Hetherington
2019-03-28Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138Carl Hetherington
2018-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2017-10-08Fix some warnings (part of #1135).Carl Hetherington
2017-07-24Use a bigger buffer for dates to allow for longer translations than en_GB.Carl Hetherington
2016-10-03Speculative fix for sending KDM emails via port 465.Carl Hetherington
2016-08-21Line-break base64 attachments with \r\n rather than just \nCarl Hetherington
to stop "line too long" errors with some email servers.
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-11Filter null characters out of email.Carl Hetherington
2016-03-12Missing newlines from CC: and BCC: headers (#817).Carl Hetherington
2015-12-04Use libdcp's compress_j2k; move Data into libdcp.Carl Hetherington
2015-12-04Fix nonfunctional send-problem-report.Carl Hetherington
2015-12-04Tweak error message.Carl Hetherington
2015-12-01Ridiculous crash on sending emails.Carl Hetherington
2015-11-27Fix some stringstreams that had crept in.Carl Hetherington
2015-11-19Remove unused parameter.Carl Hetherington
2015-11-18Remove all the curl multi stuff as I'm not sure what advantages it has for ↵Carl Hetherington
us over the simple API.
2015-11-18Fix lost recipients when sending KDM emails.Carl Hetherington
2015-11-13Allow multiple recipients of KDM emails (#745).Carl Hetherington
2015-10-26Speculative fix for missing attachments on KDM emails.Carl Hetherington
2015-10-09Remove use of fmemopen.Carl Hetherington
2015-10-09Tweak naming of KDM emails and attachments.Carl Hetherington
2015-10-09Missing files.Carl Hetherington