----------------
- Use the body charset to decode the body text and then encode it as
utf-8 before storing it.
[maurits]
- Avoid a unicode error when there is no body.
[maurits]
- Optionally add attachments from the e-mail. We look for binary
attachments. These are added as separate responses, as you can only
add one attachment per issue or response. In config.py we have
added a setting ADD_ATTACHMENTS for this (default True) to make it a
bit easier to switch this off in case of problems or when you do not
want it.
[maurits]
- Fixed handling multipart messages that have parts that themselves
are multipart.
[maurits]
- When there is an empty or missing Subject line, use '[no subject]'
as title. We do not try to match such a mail to a previous issue
but always create a new one.
[maurits]