Modifier and Type | Method and Description |
---|---|
BeforeItemCallback |
ImapRestoreSettings.getBeforeItemCallback()
The callback called when the next item (message or folder) is processed.
|
BeforeItemCallback |
RestoreSettings.getBeforeItemCallback()
The callback called when the next item (message or folder) is processed.
|
Modifier and Type | Method and Description |
---|---|
void |
ImapRestoreSettings.setBeforeItemCallback(BeforeItemCallback value)
The callback called when the next item (message or folder) is processed.
|
void |
RestoreSettings.setBeforeItemCallback(BeforeItemCallback value)
The callback called when the next item (message or folder) is processed.
|