From 022d37f1bec23f724855dd8dd24e913efb309a12 Mon Sep 17 00:00:00 2001 From: alma Date: Wed, 30 Apr 2025 23:27:36 +0200 Subject: [PATCH] courrier preview --- lib/utils/email-utils.ts | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/lib/utils/email-utils.ts b/lib/utils/email-utils.ts index 57bc7248..bb98f63e 100644 --- a/lib/utils/email-utils.ts +++ b/lib/utils/email-utils.ts @@ -448,32 +448,4 @@ export function formatEmailForReplyOrForward( } else { return formatReplyEmail(email, type); } -} - -/** - * Helper to properly format email addresses - */ -export function formatEmailAddress(addr: any) { - // ... existing code ... -} - -/** - * Helper to format multiple email addresses - */ -export function formatEmailAddresses(addrs: any) { - // ... existing code ... -} - -/** - * Helper to format recipient - */ -export function formatRecipient(addr: any) { - // ... existing code ... -} - -/** - * Helper to format multiple recipients - */ -export function formatRecipients(addrs: any) { - // ... existing code ... } \ No newline at end of file