mailpipe|handler: add `complete` option to control Response mangling.
authorW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 14:32:29 +0000 (10:32 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 14:35:57 +0000 (10:35 -0400)
commita6b87d3c2818747fa9caadc9eb6c5ea75de002c6
tree8830aee4093196e9fe2aec3b7b50349780cd959a
parent7823737b1ee074a358175501de23d1466886d323
mailpipe|handler: add `complete` option to control Response mangling.

Some handlers may return their emails fully formed, and we won't want
to mess with them.
pygrader/handler/__init__.py
pygrader/mailpipe.py