PIM/MS Windows: Difference between revisions
< PIM
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Note|This page is work in progress started by [[User:Jstaniek|jstaniek]].}} | {{Note|This page is work in progress started by [[User:Jstaniek|jstaniek]].}} | ||
== Problem points == | |||
* It is to be expected, that the maildir implementation in kmail does not work on Windows' file system, since it uses the ":" character in file names. It also relies (as does maildir in general) on the atomicity of making a hardlink and then unlinking the original, to implement an atomic move. The implmentation used by akonadi (kdepim/maildir) relies on QFile in that regard, but it's unclear if rename is atomic on all platforms. | |||
== Notes == | == Notes == |
Revision as of 13:40, 5 January 2008
This page covers topics related to the MS Windows port of the KDE PIM suite.
Problem points
- It is to be expected, that the maildir implementation in kmail does not work on Windows' file system, since it uses the ":" character in file names. It also relies (as does maildir in general) on the atomicity of making a hardlink and then unlinking the original, to implement an atomic move. The implmentation used by akonadi (kdepim/maildir) relies on QFile in that regard, but it's unclear if rename is atomic on all platforms.
Notes
- The Windows port currently happens in branches/work/kdab-post-4.0 branch (kdepimlibs, kdepim modules), so it is better to check out this and not trunk directories. The branch is merged from time to time with the KDE trunk.
Links
- The KDE on Windows Project
- Missing features of kdelibs for Windows - KDE PIM may depend on them