Code

- new mailgw config item unpack_rfc822 that unpacks message attachments
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 5 Oct 2010 14:24:25 +0000 (14:24 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 5 Oct 2010 14:24:25 +0000 (14:24 +0000)
commite950389204d8d83b6dec11e69849d10d66d6d71a
tree8542f36155422e88dea04208d8d97c83f81ec966
parent23fb31a22720e6e713eeb298b4eb72d4dfd8571e
- new mailgw config item unpack_rfc822 that unpacks message attachments
  of type message/rfc822 and attaches the individual parts instead of
  attaching the whole message/rfc822 attachment to the roundup issue.
- Fix handling of incoming message/rfc822 attachments. These resulted in
  a weird mail usage error because the email module threw a TypeError
  which roundup interprets as a Reject exception. Fixes issue2550667.
  Added regression tests for message/rfc822 attachments with and without
  configured unpacking (mailgw unpack_rfc822, see Features above)
  Thanks to Benni Bärmann for reporting.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4530 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/configuration.py
roundup/mailgw.py
roundup/roundupdb.py
test/test_mailgw.py