Module patch

Source
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§

FolderSyncPatch
A folder synchronization patch is just a list of folder synchronization hunks (changes).
FolderSyncPatches
A folder synchronization patches associates a folder with its own patch.