Expand description
Module dedicated to email folders synchronization patch.
The core structure of the module is the FolderSyncPatch
, which
represents a list of changes (hunks).
You also have access to a [FolderSyncPatchManager
] which helps
you to build and to apply a folder patch.
Functions§
- build
- Folder synchronization patch builder.
Type Aliases§
- Folder
Sync Patch - A folder synchronization patch is just a list of folder synchronization hunks (changes).
- Folder
Sync Patches - A folder synchronization patches associates a folder with its own patch.