Age | Commit message (Collapse) | Author |
|
accessible by the update script even if the installer directory was removed
|
|
|
|
operation commands in multi-folder search mode (#1485234)
|
|
Limit list_tables() and list_cols() to current schema
|
|
|
|
set folder property in message header struct
|
|
current schema. Otherwise installer might return false positives when DB user has access to multiple schemas.
Signed-off-by: Marc-Oliver Teschke <teschke@planwerk6.de>
|
|
rcube_charset::clean()
|
|
|
|
|
|
|
|
|
|
|
|
length
|
|
|
|
|
|
multi-folder search mode, just update the list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
|
|
|
|
|
|
|
|
|
|
|
|
as array
|
|
CSS class for autocomplete list items
|
|
|
|
|
|
|
|
|
|
|
|
various user properties there
|
|
Added rcube_utils::is_absolute_path() method
|
|
|
|
|
|
|
|
|
|
Removed rcube_result_index::intersect() method.
Changed rcube_result_index::filter() to filter in the same way as
rcube_result_thread::filter(), which means it actually does array_intersect().
Added tests scripts for rcube_result_index class.
|
|
Some clients encode quotes with name using base64/quoted-printable
encoding. Quotes were removed only for unencoded strings. Now also
encoded names are handled this way.
So, recipient/sender strings are displayed without quotes around
and e.g. saving to addressbook does not save these redundant quotes.
|
|
E.g. "font-family: 'Tahoma'" should not be removed.
|
|
|
|
|
|
|
|
|
|
- Disable thread mode when searching over multiple folders
- Encode UID values for HTML message row identifiers
|