Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 725 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 725 Bytes

mail2static

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.

setup

You will need:

  1. An email server that provides IMAP access.
  2. Python 3.7+
  3. 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

license

mail2static is available under GNU AGPL 3.0