TF-1705 Auto create default folder no role if missing on server CYRUS
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 918a554f1fbc5816d48dd00bf01be8624b9dcc9b)
This commit is contained in:
@@ -15,16 +15,6 @@ class CreateDefaultMailboxAllSuccess extends UIActionState {
|
||||
List<Object?> get props => [...super.props];
|
||||
}
|
||||
|
||||
class CreateDefaultMailboxHasSomeFailure extends UIActionState {
|
||||
CreateDefaultMailboxHasSomeFailure({
|
||||
jmap.State? currentEmailState,
|
||||
jmap.State? currentMailboxState,
|
||||
}) : super(currentEmailState, currentMailboxState);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [...super.props];
|
||||
}
|
||||
|
||||
class CreateDefaultMailboxFailure extends FeatureFailure {
|
||||
CreateDefaultMailboxFailure(dynamic exception) : super(exception: exception);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user