toteph42 / identy_switch

This plugin allows users to switch between different accounts (and check for new mails) in a single Roundcube session.
GNU General Public License v3.0
6 stars 3 forks source link

Raise imap_pwd length limit #24

Closed jooooscha closed 4 weeks ago

jooooscha commented 4 weeks ago

When installing this plugin and trying to add an email account, I ran into the following error by Postgres:

ERROR:  value too long for type character varying(64)

Therefore, I suggest changing the type of imap_pwd to at least 128 (that the max in my password manager). An alternative would be to remove the limit entirely.

Best regards

toteph42 commented 4 weeks ago

Fixed in 1.0.32. Thank you for your pull request.