Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
(#1488768)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://daringfireball.net/projects/markdown/
|
|
|
|
|
|
- remove ambiguous m/d/Y format from default config
|
|
|
|
|
|
|
|
(non-default) filename in URLs throughout the webmail app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
after format=flowed wrapping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1488940)
|
|
|
|
See https://github.com/sebastianbergmann/phpunit-selenium/issues/217
|
|
|
|
correctly converts multiple and/or nested blockquotes
|
|
internally by format_flowed()
|
|
|