TF-942 Auto generate missing Outbox mailbox before send email
This commit is contained in:
@@ -7,4 +7,8 @@ extension MailboxNameExtension on MailboxName {
|
||||
}
|
||||
return name.toLowerCase().compareTo(other.name.toLowerCase());
|
||||
}
|
||||
|
||||
MailboxName toLowerCase() {
|
||||
return MailboxName(name.toLowerCase());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user