Roundcube
The Roundcube Webmail suite
Alternative to: gmail, outlook, yahoo mail
1.7-rc
2025-12-12The development team is pleased to announce the release candidate for the next major version 1.7 of Roundcube webmail!
With this milestone we introduce a few breaking changes (see below) and some further improvements in comparison to 1.7-beta2.
Some noteworthy changes are:
- Add scope parameter to contact search (#9863)
- Add ability to chose from all available contact fields on CSV import (#9419)
- Add a new plugin called
markdown_editorthat provides an alternative editor to compose emails using Markdown syntax. - Add rel=‘noopener’ to all links opening in a new window to mitigate against misuse in older browsers.
Breaking Changes
- Remove
contact_search_nameoption in favor ofcontactlist_name_template(#9832) - Replace session attribute
changedbyexpires_at(to allow for variable session lengths per-user in a future change). - Password: Removed the (insecure) virtualmin driver (#8007)
We believe it is production ready, but we recommend to test it on a separate environment.
Migrate existing configs with either the installto.sh or the update.sh scripts.
And don’t forget to backup your data before installing it!
CHANGELOG
- Move autocomplete list rendering to client-side (#9832)
- Remove
contact_search_nameoption in favor ofcontactlist_name_template(#9832) - Add scope parameter to contact search (#9863)
- Add tooltip with folder name to widescreen list of multi-folder listing (#9989, #7950)
- Add ability to chose from all available contact fields on CSV import (#9419)
- Add a new plugin called
markdown_editorthat provides an alternative editor to compose emails using Markdown syntax - Allow links with “target” attribute in signatures and stored responses (#10017)
- Preserve requested url on OIDC login (#10033)
- Managesieve: Show a warning when actions in wrong order (#10015, #6590)
- Password: Removed the (insecure) virtualmin driver (#8007)
- Fix jqueryui plugin’s minicolors.css issue with custom skins (#9967)
- Fix
skin_logowith a relative URL (#10030) - Replace session attribute
changedbyexpires_atto allow for variable session lengths per-user. - Add rel=‘noopener’ to all links opening in a new window to mitigate against misuse in older browsers.