courrier preview

This commit is contained in:
alma 2025-04-30 23:27:36 +02:00
parent ef1923baa6
commit 022d37f1be

View File

@ -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 ...
}