TF-4169 Create Labels capability and Label object
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import 'package:jmap_dart_client/jmap/core/capability/capability_identifier.dart';
|
||||
|
||||
class LabelsConstants {
|
||||
LabelsConstants._();
|
||||
|
||||
static final CapabilityIdentifier labelsCapability =
|
||||
CapabilityIdentifier(Uri.parse('com:linagora:params:jmap:labels'));
|
||||
}
|
||||
Reference in New Issue
Block a user