diff options
Diffstat (limited to 'pykolab/xml/event.py')
-rw-r--r-- | pykolab/xml/event.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/xml/event.py b/pykolab/xml/event.py index 97a0511..686039b 100644 --- a/pykolab/xml/event.py +++ b/pykolab/xml/event.py @@ -872,6 +872,7 @@ class Event(object): msg['To'] = ', '.join([x.__str__() for x in self.get_attendees()]) msg['Date'] = formatdate(localtime=True) + msg.add_header('X-Kolab-MIME-Version', '3.0') msg.add_header('X-Kolab-Type', 'application/x-vnd.kolab.event') text = utils.multiline_message(""" |