Code

- some formatting
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 6 Oct 2010 14:13:09 +0000 (14:13 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 6 Oct 2010 14:13:09 +0000 (14:13 +0000)
commit4ed1e47b65bfcd2ffd80ac3061fc8a711c4bd92d
tree022aaf49789a5d969244639de1573b6e8b235aac
parente950389204d8d83b6dec11e69849d10d66d6d71a
- some formatting
- fix broken regression-test for message/rfc822 in test_multipart -- the
  rfc822 message must have its own header -- this is where we have to
  look for the subject. This means we have to include a newline before
  the Subject in the test-message, otherwise the Subject line is part of
  the mime header, not part of the email attachment.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4531 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/mailgw.py
test/test_multipart.py