TF-2536 Change the logic to get all mailbox

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-02-05 16:16:40 +07:00
committed by Dat PHAM HOANG
parent 560bba622c
commit d8bfb83e89
19 changed files with 273 additions and 115 deletions
@@ -0,0 +1,6 @@
import 'package:tmail_ui_user/features/mailbox/domain/model/mailbox_response.dart';
class CacheMailboxResponse extends MailboxResponse {
CacheMailboxResponse({required super.mailboxes, super.state});
}