mailpipe: add .authenticated attribute to _get_verified_message results.
authorW. Trevor King <wking@tremily.us>
Sat, 1 Sep 2012 00:51:04 +0000 (20:51 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 1 Sep 2012 00:51:06 +0000 (20:51 -0400)
commit8cc7b76b69885b81f81955d900101dc42121b73e
tree96a605678159a1c73785a90b47ddc23ec1ffa9b3
parentc622b03090b45a9c9755c1724a8b0eedc24af36d
mailpipe: add .authenticated attribute to _get_verified_message results.

This will allow message handlers to easily determine if the message
they're processing is from an authenticated user.
pygrader/mailpipe.py