Modify ↓
Opened 14 years ago
#9662 new defect
MailToTracPlugin can only handle text/plain emails?
| Reported by: | anonymous | Owned by: | Olivier ANDRE |
|---|---|---|---|
| Priority: | normal | Component: | MailToTracPlugin |
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
utils.get_body_and_attachments()
elif (ctype not in ('application/pgp-signature')):
file_name = part.get_filename()
attachments.append(part)
return contents['text/plain'], attachments
Attachments (0)
Note: See
TracTickets for help on using
tickets.


