First public revision
authorOlivier Matz <zer0@droids-corp.org>
Sun, 22 Nov 2015 12:57:41 +0000 (13:57 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Sun, 22 Nov 2015 12:57:41 +0000 (13:57 +0100)
commita5fad708a8f0fa43f183e5ec1044b0cd3da6d4ad
tree2c37befb3935233419c1deae26f438f1c47de786
First public revision

Signed-off-by: Olivier Matz <zer0@droids-corp.org>
12 files changed:
MANIFEST.in [new file with mode: 0644]
README [new file with mode: 0644]
config-samples/extension/imapami-ext.py [new file with mode: 0755]
config-samples/simple/rules.yaml [new file with mode: 0644]
imapami/__init__.py [new file with mode: 0644]
imapami/actions.py [new file with mode: 0644]
imapami/conditions.py [new file with mode: 0644]
imapami/mail.py [new file with mode: 0644]
imapami/rules.py [new file with mode: 0644]
imapami/utils.py [new file with mode: 0644]
pylintrc [new file with mode: 0644]
setup.py [new file with mode: 0644]