Simple service that receives emails and converts them into content for static site generators (or whatever else you'd like).
For example, set this up to allow you to post to your Jekyll blog without being near a laptop.
You will need:
- An email server that provides IMAP access.
- Python 3.7+
- That's it, there are no dependencies other than the Python standard library.
git clone [email protected]:erik/mail2static.git
python3 mail2static/__init__.py --help
If you'd prefer, you can grab mail2static
via pypi.
pip3 install mail2static
mail2static --help
TODO(erik): publish package to pypi
mail2static
is available under GNU AGPL 3.0