this is a simple mail2rss script, written in python3. You can use it with procmail to generate a simple rss-feed with incoming mails.
cat mail|./mail2rss.py > rssfeed.xml
this first version actually only creates an rss-file with the content of only one email.