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

Determine Necessity of Base64 Encoding for Attachments #495

Open
saravase opened this issue Feb 25, 2025 · 0 comments
Open

Determine Necessity of Base64 Encoding for Attachments #495

saravase opened this issue Feb 25, 2025 · 0 comments

Comments

@saravase
Copy link

Description:
We need to determine whether Base64 encoding is required when adding file attachments in our system. We are going to attach multiple format files in email sending.[PDF , Excel , Word , CSV , PPT , ZIP , images such as JPG , TXT]

Key Considerations:
Does the target system accept binary files directly, or does it require Base64 encoding?
Will Base64 encoding impact file size and performance?
Are there any security implications of encoding/decoding attachments?
Are there alternative approaches that might be more efficient?

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

No branches or pull requests

1 participant