Documentation
¶
Overview ¶
Package commands implements CLI subcommands for imapsync-go.
Package commands implements CLI subcommands for imapsync-go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FolderSyncPlan ¶
type FolderSyncPlan struct {
SourceFolder string
DestinationFolder string
DestinationFolderExists bool
NewMessages int
MessagesToSync []*imap.Message
}
FolderSyncPlan describes how a single source folder should be copied to its destination.
type SyncSummary ¶
type SyncSummary struct {
TotalNew int
Plans []FolderSyncPlan
}
SyncSummary aggregates the per-folder plans along with total message counts.
Click to show internal directories.
Click to hide internal directories.