<feed xmlns='http://www.w3.org/2005/Atom'>
<title>poul-list/src/model.rs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.delayed.space/poul-list/atom?h=master</id>
<link rel='self' href='https://git.delayed.space/poul-list/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.delayed.space/poul-list/'/>
<updated>2026-05-09T01:27:15Z</updated>
<entry>
<title>Add queue for mail processing</title>
<updated>2026-05-09T01:27:15Z</updated>
<author>
<name>Mroik</name>
<email>mroik@delayed.space</email>
</author>
<published>2026-05-09T01:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.delayed.space/poul-list/commit/?id=64092a27ba83da09dc8da50f0cbaf9bc623d5891'/>
<id>urn:sha1:64092a27ba83da09dc8da50f0cbaf9bc623d5891</id>
<content type='text'>
Add DB table for queue. It is necessary in case the delivery fails and
we'll need to retry.

Signed-off-by: Mroik &lt;mroik@delayed.space&gt;
</content>
</entry>
<entry>
<title>Add mail processing scaffolding</title>
<updated>2026-04-13T04:56:11Z</updated>
<author>
<name>Mroik</name>
<email>mroik@delayed.space</email>
</author>
<published>2026-04-09T22:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.delayed.space/poul-list/commit/?id=b336fd39444e8089d35a7a2bd4c0c3e8228c6c36'/>
<id>urn:sha1:b336fd39444e8089d35a7a2bd4c0c3e8228c6c36</id>
<content type='text'>
After receiving the email we don't want to process it in the same thread
as soon as we can, instead we queue it to a MailProcessor. This allows
us to be more flexible with the pipeline and reduce the amount of
concurrency for the database connection. This also helps with writing
possible fences around resource consumption.

Signed-off-by: Mroik &lt;mroik@delayed.space&gt;
</content>
</entry>
<entry>
<title>Rename modules to more accurate names</title>
<updated>2026-04-13T04:56:11Z</updated>
<author>
<name>Mroik</name>
<email>mroik@delayed.space</email>
</author>
<published>2026-04-09T21:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.delayed.space/poul-list/commit/?id=0ff548961a68213487faa85b7b01cf717bb27268'/>
<id>urn:sha1:0ff548961a68213487faa85b7b01cf717bb27268</id>
<content type='text'>
Signed-off-by: Mroik &lt;mroik@delayed.space&gt;
</content>
</entry>
</feed>
