Bug 264604 - outlook compatible invitations are still send as attachment must be in the body
Summary: outlook compatible invitations are still send as attachment must be in the body
Status: CLOSED FIXED
Alias: None
Product: KOrganizer Mobile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Windows CE Microsoft Windows CE
: NOR major
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 10:34 UTC by Bernhard E. Reiter
Modified: 2011-02-04 13:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard E. Reiter 2011-01-28 10:34:00 UTC
windows-ce/Kontact-Mobile/testing/2011-01-25-18-46/

enable outlook compatible invitation sending in the mail configuration.
create an appointment and invite somebody.
check the raw email code of the invitation email,
Expectation: the ics should be in the main body, _no_ multipart
Comment 1 Volker Krause 2011-01-28 14:49:58 UTC
This is part of the CMAKE_ENTERPRISE_BUILD defaults. The problem is that those don't seem to be used on WinCE right now.
Comment 2 Tobias Koenig 2011-02-02 14:14:27 UTC
Git commit 3ff1ec1ceb8ac9b7d319e5d368dc01b6bc08cad5 by Tobias Koenig.
Committed on 02/02/11 at 14:16.
Pushed by tokoe into branch 'komo3'.

Respect the config options on invitation sending

Read the invitation handling options from mailviewerrc
to create outlook-conform invitation if needed.

BUG: 264604

M  +15   -1    calendarsupport/mailclient.cpp     

http://commits.kde.org/kdepim/3ff1ec1ceb8ac9b7d319e5d368dc01b6bc08cad5
Comment 3 Tobias Koenig 2011-02-02 14:27:45 UTC
Git commit 7085b41d242b2cbe411db33093b1103e563379e2 by Tobias Koenig.
Committed on 02/02/11 at 14:16.
Pushed by tokoe into branch 'master'.

Respect the config options on invitation sending

Read the invitation handling options from mailviewerrc
to create outlook-conform invitation if needed.

BUG: 264604

M  +15   -1    calendarsupport/mailclient.cpp     

http://commits.kde.org/kdepim/7085b41d242b2cbe411db33093b1103e563379e2
Comment 4 Ludwig Reiter 2011-02-04 13:01:26 UTC
version: 2011-02-03 16:36

In ol compatible mode, invitation ics is in a single part not in a multipart.
passed