mailpipe|handler: split mailpipe's submission handler into its own module.
authorW. Trevor King <wking@tremily.us>
Fri, 31 Aug 2012 20:24:23 +0000 (16:24 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 31 Aug 2012 20:28:50 +0000 (16:28 -0400)
commitf3dcf9c23928dda23ddb059b238fbfc4d01f4103
tree2ee382026001e0977bd1ac1c613808398501ec57
parentc76cc1a92e0d45605ca7e73e1f6e14156191c0c7
mailpipe|handler: split mailpipe's submission handler into its own module.

Now you must use a tag target (e.g. `[submit]`) in your email header
to let mailpipe know which handler you want processing your email.
With the new setup, we can easily add additional handlers (e.g. for
grade requests).
pygrader/handler/__init__.py [new file with mode: 0644]
pygrader/handler/submission.py [new file with mode: 0644]
pygrader/mailpipe.py
setup.py