Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[types] Add missing reply fn to ForwardableEmailMessage #2414

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

CarmenPopoviciu
Copy link
Contributor

The ForwardableEmailMessage interface should expose a reply function, but it currently doesn't.This commit adds the missing function to the interface definition.

Please refer to https://developers.cloudflare.com/email-routing/email-workers/runtime-api/#emailmessage-definition

Fixes #2283

The `ForwardableEmailMessage` interface should expose a
`reply` function, but it currently doesn't.This commit adds
the missing function to the interface definition.

Please refer to https://developers.cloudflare.com/email-routing/email-workers/runtime-api/#emailmessage-definition

Fixes #2283
@CarmenPopoviciu CarmenPopoviciu requested review from a team as code owners July 19, 2024 13:34
Copy link

github-actions bot commented Jul 19, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@CarmenPopoviciu
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Jul 19, 2024
@CarmenPopoviciu CarmenPopoviciu merged commit f8c915c into main Jul 19, 2024
9 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 BUG: ForwardableEmailMessage is missing reply from its type definition
2 participants