From: acid-burn Date: Wed, 12 Aug 2009 07:40:26 +0000 (+0200) Subject: SystemPlugins/CrashlogAutoSubmit/plugin.py: -use MimeWriter to generate the email... X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=57fadd1bacbbe2ae9d16ff24dc0a821a6b5da828;hp=57fadd1bacbbe2ae9d16ff24dc0a821a6b5da828 SystemPlugins/CrashlogAutoSubmit/plugin.py: -use MimeWriter to generate the email message, so its possible to set a Content-Disposition header on the attachments. - dont use deprecated twisted.mail.smtp.sendEmail anymore, use sendmail instead. - properly cath mx resolve error ---