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

Broken HTML signature image #4785

Closed
rcubetrac opened this issue Mar 6, 2015 · 4 comments
Closed

Broken HTML signature image #4785

rcubetrac opened this issue Mar 6, 2015 · 4 comments

Comments

@rcubetrac
Copy link

Reported by twisterbr on 6 Mar 2015 16:57 UTC as Trac ticket #1490306

If you set the config in 'identity_image_size' to > 64, you'll need to alter the database table identities and change the data type of the field signature to one that's bigger than 'text'.

Otherwise you'll get an incomplete base64 code and a broken image.

BLOB, TEXT L + 2 bytes, where L < 2^16 (64 Kilobytes)
MEDIUMBLOB, MEDIUMTEXT L + 3 bytes, where L < 2^24 (16 Megabytes)

Keywords: html image broken
Migrated-From: http://trac.roundcube.net/ticket/1490306

@rcubetrac
Copy link
Author

Summary changed by twisterbr on 6 Mar 2015 16:57 UTC

HTML signature images -

Broken HTML signature image

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 6 Mar 2015 18:30 UTC

later => 1.1.1

@rcubetrac
Copy link
Author

Comment by @alecpl on 8 Mar 2015 11:52 UTC

Fixed in f06f4b8.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 8 Mar 2015 11:52 UTC

new => closed

@rcubetrac rcubetrac added this to the 1.1.1 milestone Mar 20, 2016
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

1 participant