TF-3864 Support pasting address with SubAddressing
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -35,7 +35,7 @@ extension HandleMailboxActionTypeExtension on BaseMailboxController {
|
|||||||
throw InvalidMailFormatException(userEmail);
|
throw InvalidMailFormatException(userEmail);
|
||||||
}
|
}
|
||||||
|
|
||||||
return '${userEmail.substring(0, atIndex)}+$folderName@${userEmail.substring(atIndex + 1)}';
|
return '<${userEmail.substring(0, atIndex)}+$folderName@${userEmail.substring(atIndex + 1)}>';
|
||||||
}
|
}
|
||||||
|
|
||||||
void openConfirmationDialogSubAddressingAction(
|
void openConfirmationDialogSubAddressingAction(
|
||||||
|
|||||||
Reference in New Issue
Block a user