Init mailbox feature add domain layer
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class MailboxConstants {
|
||||
static const MAILBOX_LEVEL_SEPARATOR = "/";
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
class MailboxConstants {
|
||||
static const MAILBOX_LEVEL_SEPARATOR = "/";
|
||||
}
|
||||