courrier preview
This commit is contained in:
parent
ef1923baa6
commit
022d37f1be
@ -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 ...
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user