Modify

Opened 12 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)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Olivier ANDRE.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.