Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117752387
D3056.1775189022.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
629 B
Referenced Files
None
Subscribers
None
D3056.1775189022.diff
View Options
diff --git a/pykolab/xml/event.py b/pykolab/xml/event.py
--- a/pykolab/xml/event.py
+++ b/pykolab/xml/event.py
@@ -1273,7 +1273,7 @@
from email import charset
charset.add_charset('utf-8', charset.SHORTEST, charset.QP)
- msg = MIMEMultipart()
+ msg = MIMEMultipart("alternative")
msg_from = None
attendees = None
@@ -1353,7 +1353,6 @@
part.set_payload(self.as_string_itip(method=method))
- part.add_header('Content-Disposition', 'attachment; filename="event.ics"')
part.add_header('Content-Transfer-Encoding', '8bit')
msg.attach(part)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 4:03 AM (9 h, 16 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822517
Default Alt Text
D3056.1775189022.diff (629 B)
Attached To
Mode
D3056: Make iTip messages outlook compatible
Attached
Detach File
Event Timeline