TF-4053 Add interactor/datasource/repository for move folder content action
This commit is contained in:
@@ -61,4 +61,7 @@ extension ListEmailExtension on List<Email> {
|
||||
),
|
||||
).toList();
|
||||
}
|
||||
|
||||
List<Email> withoutEmailWithId(EmailId emailId) =>
|
||||
where((email) => email.id != emailId).toList();
|
||||
}
|
||||
Reference in New Issue
Block a user