itismadness 0e95cd9656 update
2018-11-01 23:45:37 -04:00
2018-02-20 00:00:33 -05:00
2018-02-20 00:00:33 -05:00
2018-02-20 00:00:33 -05:00
2018-11-01 23:45:37 -04:00
2018-02-20 00:00:33 -05:00
2018-11-01 23:45:37 -04:00
2018-11-01 23:45:37 -04:00
2018-11-01 23:45:37 -04:00

PostBox

Smtpd server (via aiosmtpd) with a falcon frontend. Incoming messages are saved as serialized JSON objects in the messages/ folder.

Requirements

  • Python 3.5+
  • aiosmtpd
  • falcon

Installation

pip3 install -r requirements.txt

Usage

To start the smtpd server:

./smtpd.py

To start the web API:

gunicorn -b '127.0.0.1:8000' server:application
Description
No description provided
Readme 106 KiB
Languages
Python 100%