feat: recipient search
Signed-off-by: Sebastian <krupinski01@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { EntityIdentifier, ServiceIdentifier } from '@MailManager/types/common'
|
||||
import type { EntityIdentifier } from '@MailManager/types/common'
|
||||
import type { MessageAddressInterface } from '@MailManager/types/message'
|
||||
|
||||
export interface CompositionSenderInterface {
|
||||
provider: string
|
||||
@@ -8,9 +9,9 @@ export interface CompositionSenderInterface {
|
||||
}
|
||||
|
||||
export interface CompositionMessageInterface {
|
||||
to: string[]
|
||||
cc: string[]
|
||||
bcc: string[]
|
||||
to: MessageAddressInterface[]
|
||||
cc: MessageAddressInterface[]
|
||||
bcc: MessageAddressInterface[]
|
||||
subject: string
|
||||
body: {
|
||||
text: string
|
||||
|
||||
Reference in New Issue
Block a user