Roundcube v1.4-beta Release Notes

Release Date: 2018-08-25 // over 5 years ago
  • ๐Ÿš€ This is a beta release of the next major version 1.4 of Roundcube webmail.
    With this milestone we introduce some new features:

    • ๐Ÿ†• New responsive skin with mobile support
    • Email Resent (Bounce) feature
    • ๐Ÿ‘Œ Improved Mailvelope integration
    • ๐Ÿ‘Œ Support for Redis cache
    • ๐Ÿ‘Œ Support for SMTPUTF8

    ๐Ÿ“ฑ Because the new responsive skin is not yet fully completed, it's not enabled
    0๏ธโƒฃ by default. In order to make it the default for your users, change your
    config.inc.php accordingly:

    $config['skin'] = 'elastic';
    

    ๐Ÿ’… Although it still needs some polishing, the new skin solves the urgent need
    ๐Ÿ“ฆ to enable access to Roundcube for mobile devices. The plugin elastic4mobile
    ๐Ÿ”ง makes it the default for mobile devices while keeping the configured default
    ๐Ÿ’ป for desktop browsers.

    The Elastic skin is built with LESS and of course the sources are included.
    ๐Ÿ’… They allow a certain degree of customization by adjusting some color variables.
    All you need is to compile your very own customized skin with lessc.

    In case you're running Roundcube directly from source or if you're not using
    ๐Ÿ“ฆ the complete package, you need to install 3rd party javascript modules
    by executing the following install script:

    $ bin/install-jsdeps.sh
    

    ๐Ÿš€ This is a beta release and we recommend to test it on a separate environment.
    And don't forget to backup your data before installing it.

    ๐Ÿ”„ CHANGELOG

    • โž• Added new skin with mobile support - the Elastic
    • ๐Ÿ‘Œ Support Redis cache
    • Email Resent (Bounce) feature (#4985)
    • ๐Ÿ‘Œ Improved Mailvelope integration
      • Added private key listing and generating to identity settings
      • Enable encrypt & sign option if Mailvelope supports it
    • ๐Ÿ‘ Allow contacts without an email address (#5079)
    • ๐Ÿ‘Œ Support SMTPUTF8 and relax email address validation to support unicode in local part (#5120)
    • ๐Ÿ‘Œ Support for IMAP folders that cannot contain both folders and messages (#5057)
    • โšก๏ธ Update to jQuery-3.3.1
    • โšก๏ธ Update to jQuery-minicolors 2.2.6
    • โšก๏ธ Update to TinyMCE 4.7.13
    • โœ‚ Remove sample PHP configuration from .htaccess and .user.ini files (#5850)
    • Extend skin_logo setting to allow per skin logos (#6272)
    • ๐Ÿ“œ Use Masterminds/HTML5 parser for better HTML5 support (#5761)
    • โž• Add More actions button in Contacts toolbar with Copy/Move actions (#6081)
    • Display an error when clicking disabled link to register protocol handler (#6079)
    • Add option trusted_host_patterns (#6009, #5752)
    • ๐Ÿ‘Œ Support additional connect parameters in PostgreSQL database wrapper
    • ๐Ÿ”Š Use UI dialogs instead of confirm() and alert() where possible
    • Display value of the SMTP message size limit in the error message (#6032)
    • ๐Ÿ‘‰ Show message flagged status in message view (#5080)
    • Skip redundant INSERT query on successful logon when using PHP7
    • ๐Ÿ”– Replace display_version with display_product_version (#5904)
    • Extend disabled_actions config so it accepts also button names (#5903)
    • ๐Ÿ’… Handle remote stylesheets the same as remote images, ask the user to allow them (#5994)
    • โž• Add Message-ID to the sendmail log (#5871)
    • โž• Add option to hide folders in share/other-user namespace or outside of the personal namespace root (#5073)
    • Archive: Fix archiving by sender address on cyrus-imap
    • ๐Ÿ’… Archive: Style Archive folder also on folder selector and folder manager lists
    • Archive: Add Thunderbird compatible Month option (#5623)
    • ๐Ÿ”ง Archive: Create archive folder automatically if it's configured, but does not exist (#6076)
    • Enigma: Add button to send mail unencrypted if no key was found (#5913)
    • Enigma: Add options to set PGP cipher/digest algorithms (#5645)
    • ๐Ÿ‘ Enigma: Multi-host support
    • Managesieve: Add ability to disable filter sets and other actions (#5496, #5898)
    • Managesieve: Add option managesieve_forward to enable settings dialog for simple forwarding (#6021)
    • ๐Ÿ‘ Managesieve: Support filter action with custom IMAP flags (#6011)
    • โœ… Managesieve: Support 'mime' extension tests - RFC5703 (#5832)
    • ๐Ÿ”Œ Managesieve: Support GSSAPI authentication with krb_authentication plugin (#5779)
    • ๐Ÿ”Œ Managesieve: Support enabling the plugin for specified hosts only (#6292)
    • Password: Support host variables in password_db_dsn option (#5955)
    • Password: Automatic virtualmin domain setting, removed password_virtualmin_format option (#5759)
    • ๐Ÿ‘‰ Password: Added password_username_format option (#5766)
    • subscriptions_option: show \Noselect folders greyed out (#5621)
    • zipdownload: Added option to define size limit for multiple messages download (#5696)
    • vcard_attachments: Add possibility to send contact vCard from Contacts toolbar (#6080)
    • ๐Ÿ‘‰ Changed defaults for smtp_user (%u), smtp_pass (%p) and smtp_port (587)
    • Composer: Fix certificate validation errors by using packagist only (#5148)
    • โž• Add --get and --extract arguments and CACHEDIR env-variable support to install-jsdeps.sh (#5882)
    • Support _filter and _scope as GET arguments for opening mail UI (#5825)
    • Various improvements for templating engine and skin behaviours
      • Support conditional include
      • Support for 'link' objects
      • Support including files with path relative to templates directory
      • Use instead of for submit button on logon screen
    • ๐Ÿ‘Œ Support skin localization (#5853)
    • Reset onerror on images if placeholder does not exist to prevent from requests storm
    • Unified and simplified code for loading content frame for responses and identities
    • ๐Ÿ”Š Display contact import and advanced search in popup dialogs
    • ๐Ÿ‘ Display a dialog for mail import with supported format description and upload size hint
    • ๐Ÿ‘‰ Make possible to set (some) config options from a skin
    • โž• Added optional checkbox selection for the list widget
    • ๐Ÿ‘‰ Make 'compose' command always enabled
    • Add .log suffix to all log file names, add option log_file_ext to control this (#313)
    • Return "401 Unauthorized" status when login fails (#5663)
    • ๐Ÿ‘Œ Support both comma and semicolon as recipient separator, drop recipients_separator option (#5092)
    • ๐Ÿ”Œ Plugin API: Added 'show_bytes' hook (#5001)
    • โž• Add option to not indent quoted text on top-posting reply (#5105)
    • โœ‚ Removed global $CONFIG variable
    • โœ‚ Removed debug_level setting
    • ๐Ÿ‘Œ Support AUTHENTICATE LOGIN for IMAP connections (#5563)
    • ๐Ÿ‘Œ Support LDAP GSSAPI authentication (#5703)
    • Localized timezone selector (#4983)
    • ๐Ÿ‘‰ Use 7bit encoding for ISO-2022-* charsets in sent mail (#5640)
    • ๐Ÿ– Handle inline images also inside multipart/mixed messages (#5905)
    • ๐Ÿ‘ Allow style tags in HTML editor on composed/reply messages (#5751)
    • โ†ช Use Github API as a fallback to fetch js dependencies to workaround throttling issues (#6248)
    • ๐Ÿ‘‰ Show confirm dialog when moving folders using drag and drop (#6119)
    • ๐Ÿ‘‰ Fix bug where new_user_dialog email check could have been circumvented by deleting / abandoning session (#5929)
    • ๐Ÿ›  Fix skin extending for assets (#5115)
    • ๐Ÿ›  Fix handling of forwarded messages inside of a TNEF message (#5632)
    • ๐Ÿ›  Fix bug where attachment size wasn't visible when the filename was too long (#6033)
    • ๐Ÿ›  Fix checking table columns when there's more schemas/databases in postgres/mysql (#6047)
    • ๐Ÿ›  Fix css conflicts in user interface and e-mail content (#5891)
    • ๐Ÿ›  Fix duplicated signature when using Back button in Chrome (#5809)
    • ๐Ÿ›  Fix touch event issue on messages list in IE/Edge (#5781)
    • ๐Ÿ›  Fix so links over images are not removed in plain text signatures converted from HTML (#4473)
    • ๐Ÿ›  Fix various issues when downloading files with names containing non-ascii chars, use RFC 2231 (#5772)
    • ๐Ÿ›  Fix PHP warnings on dummy QUOTA responses in Courier-IMAP 4.17.1 (#6374)
    • ๐Ÿ›  Fix so fallback from BINARY to BODY FETCH is used also on [PARSE] errors in dovecot 2.3 (#6383)
    • Enigma: Fix deleting keys with authentication subkeys (#6381)
    • ๐Ÿ›  Fix invalid regular expressions that throw warnings on PHP 7.3 (#6398)
    • ๐Ÿ›  Fix so Classic skin splitter does not escape out of window (#6397)