We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f975a1e commit 9b57844Copy full SHA for 9b57844
content/blog/2025-01-08-pimsync-a-successor-to-vdirsyncer.md
@@ -33,6 +33,9 @@ Pimsync's main advantages are:
33
- `pimsync` can automatically create new collections without any intervention.
34
- Dry runs are now possible. These allow inspecting which actions `pimsync`
35
would take without making any changes.
36
+- The bulk of the synchronisation logic is in an isolated library. Alternative
37
+ user interfaces can be written for `pimsync` without having to re-implement
38
+ all the underlying logic.
39
- A lot of edge cases with regards to URL encoding are better handled.
40
41
There are a lot of corner cases which `vdirsyncer` won't handle well but were
0 commit comments