If you find problems with the Exchange Plugin, please report them to the
kde-pim mailing list or
to the KDE bug repository at (bugs.kde.org)
.
Please include a full debug log from ~/.xsession-errors or from the console from which you started X.
If you have compiled KOrganizer from source, please recompile will full debug enabled:
~$ cd src/kdepim ~/src/kdepim$ ./configure --enable-debug=full ~/src/kdepim$ cd libkpimexchange ~/src/kdepim/libkpimexchange$ make clean ~/src/kdepim/libkpimexchange$ make install ~/src/kdepim/libkpimexchange$ cd ../korganizer/plugins/exchange ~/src/kdepim/korganizer/plugins/exchange$ make clean ~/src/kdepim/korganizer/plugins/exchange$ make install
You should see lines like
korganizer: Registering Exchange Plugin... korganizer: Creating Exchange Plugin... korganizer: Creating ExchangeClient...
Your help in improving the Exchange plugin is greatly appreciated.