Age | Commit message (Collapse) | Author |
|
|
|
Update version number
|
|
Conflicts:
plugins/managesieve/Changelog
|
|
|
|
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix).
Conflicts:
program/include/rcube_imap.php
|
|
Updated localization files list in package.xml
|
|
|
|
in IE8
|
|
Added a new username format in Virtualmin driver,
which works for default Virtualmin settings where
username is user.postfix and domain is taken from
email address.
Example:
email - info@goodcoffee.com
login - info.goodcof
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not defined anymore
|
|
|
|
- performance: don't load folders list when we don't need it
|
|
|
|
|
|
* fix <notes />
|
|
|
|
- Managesieve: Support for more than one match using if+stop instead of if+elsif structures (#1486078)
- Managesieve: Support for selectively disabling rules within a single sieve script (#1485882)
- Managesieve: Added vertical splitter
|
|
|
|
- Plugin API: Implemented 'email2user' and 'user2email' hooks
|
|
|
|
|
|
|
|
(#1486325)
|
|
'password_charset' global option (#1486473)
|
|
- Use rcube_user::insert_identity() instead of custom SQL query in rcube_user::create()
|
|
rcube_imap object in mail steps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is authenticated is assigned to 'login' task instead of 'mail'. Now binding
plugins to 'login' task is possible and realy usefull. It's also possible
to bind to all tasks excluding 'login'.
|
|
|
|
|
|
|
|
|
|
|
|
|