mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-04 07:14:02 +01:00
- Support contact's email addresses up to 255 characters long (#1487095)
- Added email format checks when saving contacts data
This commit is contained in:
@@ -107,7 +107,7 @@ CREATE TABLE contacts (
|
||||
changed timestamp with time zone DEFAULT now() NOT NULL,
|
||||
del smallint DEFAULT 0 NOT NULL,
|
||||
name varchar(128) DEFAULT '' NOT NULL,
|
||||
email varchar(128) DEFAULT '' NOT NULL,
|
||||
email varchar(255) DEFAULT '' NOT NULL,
|
||||
firstname varchar(128) DEFAULT '' NOT NULL,
|
||||
surname varchar(128) DEFAULT '' NOT NULL,
|
||||
vcard text
|
||||
|
||||
Reference in New Issue
Block a user