Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Make emails serializable #92

Merged
merged 3 commits into from
Feb 25, 2024
Merged

Make emails serializable #92

merged 3 commits into from
Feb 25, 2024

Conversation

akadusei
Copy link
Contributor

@akadusei akadusei commented Feb 23, 2024

Fixes #91

Copy link
Member

@jwoertink jwoertink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that's a pretty clever way around it.

I guess if you wanted to add the attachments to your serialization to ship off to a 3rd party, you'd have to probably handroll anyway so you could decide if you're doing a base64 hash of the content, or just a URL to the file or whatever 🤔

I'm cool with this, but I also haven't used this feature, so I'm not sure if this affects anything. Maybe @manveru can give it some 👀

@manveru
Copy link
Contributor

manveru commented Feb 25, 2024

It seems fine to me as well.

@jwoertink jwoertink merged commit 55d2838 into luckyframework:main Feb 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Carbon::Email is no longer serializable
3 participants