Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.
Also conversion of text to HTML in compose editor was modified in the same way.
|
|
|
|
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.
|
|
|
|
|
|
configured mimetypes mapping
|
|
iconv here
|
|
|
|
|
|
|
|
after format=flowed wrapping
|
|
|
|
|
|
|
|
|
|
validation (#1488891)
|
|
argument doesn't do the same as with no 2nd argument as it should
|
|
|
|
|
|
|
|
internally by format_flowed()
|
|
|
|
rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
|
|
|
|
|
|
filename extensions
|
|
|
|
to enhance the interoperability of the Roundcube framework
|
|
|