Init mailbox feature add domain layer

This commit is contained in:
dab246
2021-07-27 12:55:43 +07:00
committed by Dat H. Pham
parent 09dc37d5bd
commit 268cca449d
8 changed files with 139 additions and 0 deletions
@@ -0,0 +1,3 @@
class MailboxConstants {
static const MAILBOX_LEVEL_SEPARATOR = "/";
}