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
dessert1 e66ffae856
Fix handling keyservers configured with protocol prefix (#7295)
`|^[a-z]://|` matches only single-character protocol shortnames, to correctly exclude e.g. `hkps://` the expression should be `|^[a-z]+://|` instead.
4 years ago
..
include Improvements to options menu link template object (#7237) 4 years ago
js Allow possibility to define the container of a table with a fixed header (#7239) 4 years ago
lib/Roundcube Fix handling keyservers configured with protocol prefix (#7295) 4 years ago
localization Update localization 4 years ago
resources Elastic: Add style for HTML editor content (use embed.css for this) 6 years ago
steps Fix bug where multiple images in a message were replaced by the first one on forward/reply/edit (#7293) 4 years ago