Module email::folder::sync::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§

  • Folder synchronization patch builder.

Type Aliases§

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