Missed update to private test repo version.
[dcpomatic.git] / src / lib / emailer.cc
2024-03-07 Carl HetheringtonRename Emailer -> Email.
2023-05-18 Carl HetheringtonCleanup: replace some list with vector.
2022-03-17 Carl HetheringtonEncode UTF-8 subjects and attachment names properly...
2022-03-17 Carl HetheringtonSlightly improve behaviour under low memory conditions.
2021-12-21 Carl HetheringtonTidy up NetworkError.
2021-12-13 Carl HetheringtonThrow a more appropriate exception.
2021-05-03 Carl HetheringtonC++11 tidying.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2019-03-28 Carl HetheringtonAllow explicit specification of email protocol (plain... v2.13.138
2018-07-07 Carl HetheringtonGive better errors when incorrect KDMs are used (#1326).
2017-10-08 Carl HetheringtonFix some warnings (part of #1135).
2017-07-24 Carl HetheringtonMerge mxe branch.
2017-07-24 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-07-24 Carl HetheringtonUse a bigger buffer for dates to allow for longer trans...
2016-10-02 Carl HetheringtonSpeculative fix for sending KDM emails via port 465.
2016-08-21 Carl HetheringtonLine-break base64 attachments with \r\n rather than...
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-04-11 Carl HetheringtonFilter null characters out of email.
2016-03-12 Carl HetheringtonMissing newlines from CC: and BCC: headers (#817).
2015-12-04 Carl HetheringtonUse libdcp's compress_j2k; move Data into libdcp.
2015-12-04 Carl HetheringtonFix nonfunctional send-problem-report.
2015-12-04 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-12-04 Carl HetheringtonTweak error message.
2015-12-01 Carl HetheringtonRidiculous crash on sending emails.
2015-11-27 Carl HetheringtonFix some stringstreams that had crept in.
2015-11-19 Carl HetheringtonRemove unused parameter.
2015-11-18 Carl HetheringtonRemove all the curl multi stuff as I'm not sure what...
2015-11-18 Carl HetheringtonFix lost recipients when sending KDM emails.
2015-11-13 Carl HetheringtonAllow multiple recipients of KDM emails (#745).
2015-10-26 Carl HetheringtonSpeculative fix for missing attachments on KDM emails.
2015-10-09 Carl HetheringtonRemove use of fmemopen.
2015-10-09 Carl HetheringtonTweak naming of KDM emails and attachments.
2015-10-09 Carl HetheringtonMissing files.