fixup! TF-3416 Update jmap-dart-client dependency
This commit is contained in:
@@ -244,4 +244,14 @@ class EmailLocalStorageDataSourceImpl extends EmailDataSource {
|
|||||||
Future<EMLPreviewer> getPreviewEMLContentInMemory(String keyStored) {
|
Future<EMLPreviewer> getPreviewEMLContentInMemory(String keyStored) {
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> markAsAnswered(Session session, AccountId accountId, List<EmailId> emailIds) {
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> markAsForwarded(Session session, AccountId accountId, List<EmailId> emailIds) {
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -242,4 +242,14 @@ class EmailSessionStorageDatasourceImpl extends EmailDataSource {
|
|||||||
return EMLPreviewer.fromJson(jsonDecode(data));
|
return EMLPreviewer.fromJson(jsonDecode(data));
|
||||||
}).catchError(_exceptionThrower.throwException);
|
}).catchError(_exceptionThrower.throwException);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> markAsAnswered(Session session, AccountId accountId, List<EmailId> emailIds) {
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> markAsForwarded(Session session, AccountId accountId, List<EmailId> emailIds) {
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user