TF-3189 new option to enable/disable subaddressing for a personal folder
This commit is contained in:
committed by
Dat H. Pham
parent
f8f248fc3c
commit
89d80fe142
@@ -34,6 +34,7 @@ extension MailboxExtension on Mailbox {
|
||||
myRights: myRights,
|
||||
isSubscribed: isSubscribed,
|
||||
namespace: namespace,
|
||||
rights: rights
|
||||
);
|
||||
}
|
||||
|
||||
@@ -51,6 +52,7 @@ extension MailboxExtension on Mailbox {
|
||||
myRights: updatedProperties.contain(MailboxProperty.myRights) ? newMailbox.myRights : myRights,
|
||||
isSubscribed: updatedProperties.contain(MailboxProperty.isSubscribed) ? newMailbox.isSubscribed : isSubscribed,
|
||||
namespace: updatedProperties.contain(MailboxProperty.namespace) ? newMailbox.namespace : namespace,
|
||||
rights: updatedProperties.contain(MailboxProperty.rights) ? newMailbox.rights : rights,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -68,6 +70,7 @@ extension MailboxExtension on Mailbox {
|
||||
myRights: myRights,
|
||||
isSubscribed: isSubscribed,
|
||||
namespace: namespace,
|
||||
rights: rights
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user