Dear Roundcube users
We’re very proud to announce the stable version 1.0 of Roundcube Webmail. After more than 8 years since the project was initially published, we now feel confident enough to name it one-dot-oh. From the last stable version we added to following new features:
Furthermore we were busy cleaning up the codebase, fixing a lot of bugs, making it more stable and writing more documentation.
With this release, we’d also like to introduce the Roundcube plugins repository at http://plugins.roundcube.net. This central platform should help you find the right plugins for your Roundcube installation and it makes it simple to keep them up-to-date. The installation and update mechanism is based on Composer [1] and Packagist [2].
We’d also like to encourage plugin developers to publish their plugins on this platform. Please read the instructions [3] how to prepare your plugin for publishing.
After lots of testing and collecting your feedback, this version is considered stable and we recommend to update all productive installations of Roundcube.
Download the fresh webmail and framework packages from http://roundcube.net/download Read the full list of changes here: http://trac.roundcube.net/wiki/Changelog
Now after the big release is finally out, it's about time to open a beer :-)
Cheers! Thomas
[1] https://getcomposer.org [2] https://packagist.org [3] http://plugins.roundcube.net/about
:)
On Mon, Apr 7, 2014 at 4:18 PM, Thomas Bruederli thomas@roundcube.netwrote:
Dear Roundcube users
We're very proud to announce the stable version 1.0 of Roundcube Webmail. After more than 8 years since the project was initially published, we now feel confident enough to name it one-dot-oh. From the last stable version we added to following new features:
- Cleaned up the configuration into a single file
- Importing email messages and contact group assignments
- Advanced LDAP address book functionality
- A toggle to switch between HTML and plaintext view
- Save drafts in local storage for recovery
- Canned responses to save and recall boilerplate texts
- Improved keyboard navigation in messages list
- Optimized UI to work on tablet devices
- Attachment reminder plugin
Furthermore we were busy cleaning up the codebase, fixing a lot of bugs, making it more stable and writing more documentation.
With this release, we'd also like to introduce the Roundcube plugins repository at http://plugins.roundcube.net. This central platform should help you find the right plugins for your Roundcube installation and it makes it simple to keep them up-to-date. The installation and update mechanism is based on Composer [1] and Packagist [2].
We'd also like to encourage plugin developers to publish their plugins on this platform. Please read the instructions [3] how to prepare your plugin for publishing.
After lots of testing and collecting your feedback, this version is considered stable and we recommend to update all productive installations of Roundcube.
Download the fresh webmail and framework packages from http://roundcube.net/download Read the full list of changes here: http://trac.roundcube.net/wiki/Changelog
Now after the big release is finally out, it's about time to open a beer :-)
Cheers! Thomas
[1] https://getcomposer.org [2] https://packagist.org [3] http://plugins.roundcube.net/about _______________________________________________ Roundcube Development discussion mailing list dev@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/dev
Are there instructions for upgrading, or is it just a drop-in replacement, excluding configuration file?
On Mon, Apr 7, 2014 at 10:52 PM, John Manko john.manko@gmail.com wrote:
:)
On Mon, Apr 7, 2014 at 4:18 PM, Thomas Bruederli thomas@roundcube.netwrote:
Dear Roundcube users
We're very proud to announce the stable version 1.0 of Roundcube Webmail. After more than 8 years since the project was initially published, we now feel confident enough to name it one-dot-oh. From the last stable version we added to following new features:
- Cleaned up the configuration into a single file
- Importing email messages and contact group assignments
- Advanced LDAP address book functionality
- A toggle to switch between HTML and plaintext view
- Save drafts in local storage for recovery
- Canned responses to save and recall boilerplate texts
- Improved keyboard navigation in messages list
- Optimized UI to work on tablet devices
- Attachment reminder plugin
Furthermore we were busy cleaning up the codebase, fixing a lot of bugs, making it more stable and writing more documentation.
With this release, we'd also like to introduce the Roundcube plugins repository at http://plugins.roundcube.net. This central platform should help you find the right plugins for your Roundcube installation and it makes it simple to keep them up-to-date. The installation and update mechanism is based on Composer [1] and Packagist [2].
We'd also like to encourage plugin developers to publish their plugins on this platform. Please read the instructions [3] how to prepare your plugin for publishing.
After lots of testing and collecting your feedback, this version is considered stable and we recommend to update all productive installations of Roundcube.
Download the fresh webmail and framework packages from http://roundcube.net/download Read the full list of changes here: http://trac.roundcube.net/wiki/Changelog
Now after the big release is finally out, it's about time to open a beer :-)
Cheers! Thomas
[1] https://getcomposer.org [2] https://packagist.org [3] http://plugins.roundcube.net/about _______________________________________________ Roundcube Development discussion mailing list dev@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/dev
-- "If the American people ever allow private banks to control the issue of their currency, first by inflation, then by deflation, the banks...will deprive the people of all property until their children wake-up homeless on the continent their fathers conquered... The issuing power should be taken from the banks and restored to the people, to whom it properly belongs." -- Thomas Jefferson
On Tue, Apr 8, 2014 at 4:57 AM, John Manko john.manko@gmail.com wrote:
Are there instructions for upgrading, or is it just a drop-in replacement, excluding configuration file?
As usual, there are UPGRADING instructions [1] included in the package. And there's a page in our wiki describing the process as well: http://trac.roundcube.net/wiki/Howto_Upgrade
Kind regards, Thomas
[1] https://github.com/roundcube/roundcubemail/blob/master/UPGRADING
On Tuesday, April 8, 2014 at 4:18 AM, Thomas Bruederli wrote:
- Advanced LDAP address book functionality
Dear developer,
I'm testing ldap group address book with OpenLDAP and Roundcube webmail 1.0.0, looks like it doesn't replace %d by the real domain name of login username (a full email address).
My config file:
$config['ldap_public']['ldap_abook'] = array( ... 'user_specific' => true,
// Below two works as expected.
'base_dn' => 'domainName=%d,o=domains,dc=example,dc=com',
'bind_dn' => 'mail=%u@%d,ou=Users,domainName=%d,o=domains,dc=example,dc=com',
...
'groups' => array(
'base_dn' => 'domainName=%d,o=domains,dc=example,dc=com',
...
And here's debug message:
Apr 8 21:15:46 c6 roundcube: C: Search domainName=%d,o=domains,dc=example,dc=com for (&(objectClass=mailList)(accountStatus=active)(enabledService=displayedInGlobalAddressBook)) Apr 8 21:15:46 c6 roundcube: S: No such object
On Tue, Apr 8, 2014 at 7:21 AM, Zhang Huangbin zhbmaillistonly@gmail.com wrote:
Dear developer,
I'm testing ldap group address book with OpenLDAP and Roundcube webmail 1.0.0, looks like it doesn't replace %d by the real domain name of login username (a full email address).
My config file:
$config['ldap_public']['ldap_abook'] = array( ... 'user_specific' => true,
// Below two works as expected. 'base_dn' => 'domainName=%d,o=domains,dc=example,dc=com', 'bind_dn' => 'mail=%u@%d,ou=Users,domainName=%d,o=domains,dc=example,dc=com', ... 'groups' => array( 'base_dn' => 'domainName=%d,o=domains,dc=example,dc=com', ...
And here's debug message:
Apr 8 21:15:46 c6 roundcube: C: Search domainName=%d,o=domains,dc=example,dc=com for (&(objectClass=mailList)(accountStatus=active)(enabledService=displayedInGlobalAddressBook)) Apr 8 21:15:46 c6 roundcube: S: No such object
So it's the group's 'base_dn' which isn't fully replaced?
Please create a bug ticket at http://trac.roundcube.net
Kind regards, Thomas
On Tuesday, April 8, 2014 at 5:16 PM, Thomas Bruederli wrote:
So it's the group's 'base_dn' which isn't fully replaced?
Yes.
Please create a bug ticket at http://trac.roundcube.net