Files
Kenneth Reitz 02065c1171 mail responder
2012-04-30 22:46:08 -04:00

10 lines
121 B
Python

# -*- coding: utf-8 -*-
from inbox import Inbox
inbox = Inbox()
@inbox.collate
def handle(to, sender, body):
pass