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

Email Signature Update Issue #10563

Open
maverik23 opened this issue Jan 13, 2025 · 1 comment
Open

Email Signature Update Issue #10563

maverik23 opened this issue Jan 13, 2025 · 1 comment

Comments

@maverik23
Copy link

Steps to reproduce

When I try to update the email signature for users, it does not update, but the interface shows a success icon indicating it was saved correctly.

The issue is as follows: the actions are performed correctly, but when the base64 image content is saved to the database, it is too long and gets truncated.

-Steps to Reproduce

Go to the Nextcloud web interface.
Navigate to the email settings for a user.
Add or update the email signature, including an image.
Click the "Save" button.

Expected behavior

The email signature, including the image, is saved completely to the database.
The updated signature is reflected in the interface without issues.

Actual behavior

The interface shows a success icon indicating the signature has been saved correctly.
However, when the signature includes a image with a large content size, the data is truncated in the database.
As a result, the full signature does not save properly.

Mail app version

4.1.1

Nextcloud version

30.0.4

Mailserver or service

n/a

Operating system

n/a

PHP engine version

PHP 8.2

Nextcloud memory caching

n/a

Web server

Apache (supported)

Database

MySQL

Additional info

No response

@GretaD
Copy link
Contributor

GretaD commented Jan 14, 2025

i can reproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants