[Kolab-devel] [issue1439] attachments not mentioned as inline-attachment as they should
Bernhard Reiter
kolab-issues at intevation.de
Mon Oct 9 13:06:58 CEST 2006
New submission from Bernhard Reiter <bernhard at intevation.de>:
Hi Joon,
while we are fixing a bug in KDE Kontact about attachments (issue1312),
I have noticed that Toltec (2.0.10u) does not
reference the inline attachments according to the
XML format specification.
There should be a inline-attachment tag within the XML
for each references attachment.
http://www.kolab.org/doc/kolabformat-2.0rc3-html/c132.html
I just reproduced the problem as following:
a) created an appointment with Outlook, attached to files
one .jpg, one .png.
b) snyced up
c) looked at the server,
the XML format looks like
<?xml version="1.0" encoding="UTF-8"?>
<event version="1.0">
<product-id>Toltec Connector Open Format (2.0)</product-id>
<uid>TOLTEC.DE5A78E5781846729106A1FFE46FDA05</uid>
<body>
</body>
<creation-date>2006-10-09T10:56:54Z</creation-date>
<last-modification-date>2006-10-09T10:56:54Z</last-modification-date>
<sensitivity>public</sensitivity>
<summary>01</summary>
<start-date>2006-10-09T12:00:00Z</start-date>
<end-date>2006-10-09T12:30:00Z</end-date>
<show-time-as>busy</show-time-as>
<color-label>none</color-label>
<creator>
<display-name>Toltec User1</display-name>
<smtp-address>toltec1 at test.hq</smtp-address>
</creator>
</event>
and there are two mime parts:
--BOUNDARY_2DCCF9D68724441DBC238F3E49E89FD7_0AC9F568
Content-Type: image/jpeg;
name="LNM_Award2005_web.jpg"
Content-Transfer-Encoding: base64
--BOUNDARY_2DCCF9D68724441DBC238F3E49E89FD7_0AC9F568
Content-Type: application/octet-stream;
name="kk-kolab-shortinfo-a4flyer-20060518.pdf"
Content-Transfer-Encoding: base64
Expected behaviour:
They should have been mentioned in the XML part as well.
----------
assignedto: joonradley
messages: 8594
nosy: bernhard, joonradley, till
priority: bug
status: unread
title: attachments not mentioned as inline-attachment as they should
topic: toltec
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1439>
________________________________________________
More information about the devel
mailing list