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
This is part of the CMAKE_ENTERPRISE_BUILD defaults. The problem is that those don't seem to be used on WinCE right now.
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
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
version: 2011-02-03 16:36 In ol compatible mode, invitation ics is in a single part not in a multipart. passed