SystemPlugins/CrashlogAutoSubmit/plugin.py: -use MimeWriter to generate the email...
authoracid-burn <acidburn@opendreambox.org>
Wed, 12 Aug 2009 07:40:26 +0000 (09:40 +0200)
committeracid-burn <acidburn@opendreambox.org>
Wed, 12 Aug 2009 07:40:26 +0000 (09:40 +0200)
commit57fadd1bacbbe2ae9d16ff24dc0a821a6b5da828
treeca6fe792871f588da014275b749b707ca24e70d6
parentcbfa5ce869fed89e2ac9d2ec762ca6210317add2
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
lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py