From ffc8088c2a95d0d9584a1b022a9d69f0d9de8ec7 Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 4 Aug 2025 02:34:33 +0700 Subject: [PATCH] TF-3864 Support pasting address with SubAddressing Signed-off-by: dab246 --- .../base/extensions/handle_mailbox_action_type_extension.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/base/extensions/handle_mailbox_action_type_extension.dart b/lib/features/base/extensions/handle_mailbox_action_type_extension.dart index 0141c42de..fdf8ab440 100644 --- a/lib/features/base/extensions/handle_mailbox_action_type_extension.dart +++ b/lib/features/base/extensions/handle_mailbox_action_type_extension.dart @@ -35,7 +35,7 @@ extension HandleMailboxActionTypeExtension on BaseMailboxController { 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(