TF-2464 Save both EmailDelivery and EmailState in the keychain
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit a37fe7ea8bcc38eb96df39f46128c9e1f7af046e)
This commit is contained in:
@@ -8,5 +8,5 @@ struct KeychainCredentials {
|
||||
protocol KeychainControllerDelegate: AnyObject {
|
||||
func retrieveSharingSessionFromKeychain(accountId: String) -> KeychainSharingSession?
|
||||
func retrieveSharingSessions() -> [KeychainCredentials]
|
||||
func updateEmailStateToKeychain(accountId: String, newState: String)
|
||||
func updateEmailDeliveryStateToKeychain(accountId: String, newEmailDeliveryState: String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user