MCPcopy Create free account
hub / github.com/fontsource/fontsource / reply

Method reply

website/worker-configuration.d.ts:6409–6409  ·  view source on GitHub ↗

* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that resolves when the email message is replied.

(message: EmailMessage)

Source from the content-addressed store, hash-verified

6407 * @returns A promise that resolves when the email message is replied.
6408 */
6409 reply(message: EmailMessage): Promise<void>;
6410}
6411/**
6412 * A binding that allows a Worker to send email messages.

Callers 1

mockMetadataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected