Skip to content

Commit 7f19398

Browse files
committed
TF-3864 Support pasting address with SubAddressing
Signed-off-by: dab246 <tdvu@linagora.com>
1 parent a46c54c commit 7f19398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/base/extensions/handle_mailbox_action_type_extension.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extension HandleMailboxActionTypeExtension on BaseMailboxController {
3535
throw InvalidMailFormatException(userEmail);
3636
}
3737

38-
return '${userEmail.substring(0, atIndex)}+$folderName@${userEmail.substring(atIndex + 1)}';
38+
return '<${userEmail.substring(0, atIndex)}+$folderName@${userEmail.substring(atIndex + 1)}>';
3939
}
4040

4141
void openConfirmationDialogSubAddressingAction(

0 commit comments

Comments
 (0)