fetch emails through Zero MQ

This commit is contained in:
Yax 2018-01-16 18:49:19 +01:00
parent dd7ab75460
commit 2c5b63fcf5
10 changed files with 62 additions and 27 deletions

6
app/conf/config.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# TODO move to JSON config
zmq = {'pub_port': 7701, 'sub_port':7702}