Skip to content

Self hosted service to turn emails into content for static sites generators

License

Notifications You must be signed in to change notification settings

panickt/mail2static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Self hosted service to turn emails into content for static sites generators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%