[Erp5-report] r24191 - /erp5/trunk/products/ERP5/Tool/NotificationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 15 12:52:46 CEST 2008


Author: romain
Date: Wed Oct 15 12:52:40 2008
New Revision: 24191

URL: http://svn.erp5.org?rev=24191&view=rev
Log:
Add Content-ID header in attachment.

Modified:
    erp5/trunk/products/ERP5/Tool/NotificationTool.py

Modified: erp5/trunk/products/ERP5/Tool/NotificationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/NotificationTool.py?rev=24191&r1=24190&r2=24191&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/NotificationTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/NotificationTool.py Wed Oct 15 12:52:40 2008
@@ -166,6 +166,8 @@
 
     part.add_header('Content-Disposition',
                     'attachment; filename=%s' % attachment_name)
+    part.add_header('Content-ID',
+                    '%s' % attachment_name)
     message.attach(part)
 
   return message




More information about the Erp5-report mailing list