You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program
Aleksander Machniak fe90903fa1 Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744)
Looks like \R is not allowed in character class, but \r\n is fine.
On PHP 7.3.5 it throws warnings and empty result from preg_replace(),
though I couldn't reproduce.
6 years ago
..
include Larry: Fix regression where menu actions didn't work with keyboard (#6740) 6 years ago
js
lib/Roundcube Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744) 6 years ago
localization
resources
steps