TF-123 Create objects for caching mailbox

This commit is contained in:
dab246
2021-09-28 15:00:00 +07:00
committed by Dat H. Pham
parent 89cbb8fcc2
commit dd0d1bbe87
16 changed files with 368 additions and 2 deletions
@@ -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);
}