mirror of
https://github.com/kennethreitz-archive/listserved-service.git
synced 2026-06-05 07:16:13 +00:00
mail responder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from inbox import Inbox
|
||||
|
||||
inbox = Inbox()
|
||||
|
||||
@inbox.collate
|
||||
def handle(to, sender, body):
|
||||
pass
|
||||
Reference in New Issue
Block a user