<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/email.cc, branch deb13</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=deb13</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=deb13'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-07-10T18:50:32Z</updated>
<entry>
<title>Remove compose.hpp includes.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T20:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bad01065584014aee4024e7cbc4a66acac7617e1'/>
<id>urn:sha1:bad01065584014aee4024e7cbc4a66acac7617e1</id>
<content type='text'>
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
</content>
</entry>
<entry>
<title>Replace String::compose with fmt.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T20:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=62c34b28567a097e8f22576e7d7891bd3dbe0ac0'/>
<id>urn:sha1:62c34b28567a097e8f22576e7d7891bd3dbe0ac0</id>
<content type='text'>
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc
sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
</content>
</entry>
<entry>
<title>White space: email.{cc,h}</title>
<updated>2025-07-01T18:23:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-01T18:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=197a6288334e13c547d7a74bb47960345a6f4189'/>
<id>urn:sha1:197a6288334e13c547d7a74bb47960345a6f4189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add retry for email sending (#2963).</title>
<updated>2025-02-17T23:22:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-15T23:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b18a18ab2dff1339bb8def32dc96efaf4c5c5c09'/>
<id>urn:sha1:b18a18ab2dff1339bb8def32dc96efaf4c5c5c09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use rfc_2822_date for email headers to make them compliant (#2928).</title>
<updated>2025-01-09T19:56:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-07T15:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b5a77af2453dc6073af7f5863413696b7b5d63d8'/>
<id>urn:sha1:b5a77af2453dc6073af7f5863413696b7b5d63d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-10-14T21:10:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-10-14T21:10:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fd192ff95e34630158a4ceb08e65099120629a3b'/>
<id>urn:sha1:fd192ff95e34630158a4ceb08e65099120629a3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give more details when failing to send emails.</title>
<updated>2024-10-13T19:15:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-10-13T19:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=638ce5e0b3bfc690eaf13ecdf82b6cb8817d1585'/>
<id>urn:sha1:638ce5e0b3bfc690eaf13ecdf82b6cb8817d1585</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove sprintf() use to quell warning from macOS.</title>
<updated>2024-06-23T17:51:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-23T17:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=788fb4dd037f0459a797e7310d0f7a981d8e6cfc'/>
<id>urn:sha1:788fb4dd037f0459a797e7310d0f7a981d8e6cfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract all uses of DCP-o-matic name to allow branding.</title>
<updated>2024-04-21T20:07:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-16T20:19:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b87e2660d0776f3d1380532ff0d2f3a28ed9d764'/>
<id>urn:sha1:b87e2660d0776f3d1380532ff0d2f3a28ed9d764</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store attachment contents in the Email object.</title>
<updated>2024-03-07T15:40:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-03-07T15:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0a93c0df8fd6a40b627cc53d51a249628db6b795'/>
<id>urn:sha1:0a93c0df8fd6a40b627cc53d51a249628db6b795</id>
<content type='text'>
</content>
</entry>
</feed>
