color: add ColoredFormatter for more transparent coloring.
[pygrader.git] / pygrader / mailpipe.py
2012-09-02 W. Trevor Kingcolor: add ColoredFormatter for more transparent coloring.
2012-09-01 W. Trevor Kingmailpipe|handler: with the Response framework, handlers...
2012-09-01 W. Trevor Kingmailpipe: replace `respond` callback with exceptions.
2012-09-01 W. Trevor Kinghandler:get: add `get` handler for grade requests.
2012-09-01 W. Trevor Kingmailpipe: clarify the source of missing `Return-Path...
2012-09-01 W. Trevor Kingmailpipe: add .authenticated attribute to _get_verified...
2012-09-01 W. Trevor Kingmailpipe: add support for multi-part subjects in _get_m...
2012-08-31 W. Trevor Kingmailpipe|handler: split mailpipe's submission handler...
2012-08-31 W. Trevor Kingmailpipe: split initial _parse_message processing into...
2012-08-31 W. Trevor Kingmailpipe: update doctests now that I'm using GnuPG...
2012-04-25 W. Trevor KingFinish mailpipe respond() doctests.
2012-04-24 W. Trevor KingReject attempted submissions for unsubmittable assignme...
2012-04-24 W. Trevor KingInitial `respond` implementation in the `mailpipe`...
2012-04-24 W. Trevor Kingpgp_mime.pgp.verify() no longer needs deepcopy().
2012-04-24 W. Trevor KingAdd mailpipe doctests and allow saving from stream...
2012-04-22 W. Trevor KingUpdate to use pgp-mime v0.3
2012-04-06 W. Trevor KingLog the gpg_message in mailpipe._get_verified_message...
2012-03-23 W. Trevor KingRan update-copyright.py.
2012-03-23 W. Trevor KingBegin versioning! (better late than never)