TF-123 Create objects for caching mailbox
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
import 'package:jmap_dart_client/jmap/core/properties/properties.dart';
|
||||
|
||||
extension PropertiesExtension on Properties {
|
||||
|
||||
bool contain(String key) => value.contains(key);
|
||||
}
|
||||
Reference in New Issue
Block a user