You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/tests/Framework
Aleksander Machniak 5140c31064 Remove quotes around addressee name in case they are encoded.
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.
11 years ago
..
BaseReplacer.php Fix base URL resolving on attribute values with no quotes (#1489275) 11 years ago
Bootstrap.php Fix version comparisons with -stable suffix (#1488876) 12 years ago
Browser.php Fix browser version detection and failing tests 11 years ago
Cache.php Add simple (constructor) tests for Framework classes 12 years ago
Charset.php Improve charset detection by prioritizing charset according to user language (#1485669) 12 years ago
ContentFilter.php Add simple (constructor) tests for Framework classes 12 years ago
Csv2vcard.php Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard map (#1488901) 12 years ago
Enriched.php enriched.inc -> rcube_enriched 12 years ago
Html.php Fix test for html::quote() 12 years ago
Html2text.php Refactored blockquote quotion routine in html2text conversion: it now correctly converts multiple and/or nested blockquotes 12 years ago
Image.php Add simple (constructor) tests for Framework classes 12 years ago
Imap.php Add simple (constructor) tests for Framework classes 12 years ago
ImapGeneric.php Fix parsing of square bracket characters in IMAP response strings (#1489223) 11 years ago
MessageHeader.php Add simple (constructor) tests for Framework classes 12 years ago
MessagePart.php Add simple (constructor) tests for Framework classes 12 years ago
Mime.php Remove quotes around addressee name in case they are encoded. 11 years ago
Rcube.php Add simple (constructor) tests for Framework classes 12 years ago
ResultIndex.php Add simple (constructor) tests for Framework classes 12 years ago
ResultSet.php Add simple (constructor) tests for Framework classes 12 years ago
ResultThread.php Add more IMAP THREAD parser tests 11 years ago
Smtp.php Add simple (constructor) tests for Framework classes 12 years ago
Spellchecker.php Add simple (constructor) tests for Framework classes 12 years ago
StringReplacer.php Replace markdown-style [1] link indexes in plain text email bodies. [1]: http://daringfireball.net/projects/markdown/ 11 years ago
User.php Add simple (constructor) tests for Framework classes 12 years ago
Utils.php Fixed saving contact birthday/anniversary dates before 01-01-1970 11 years ago
VCard.php Fix backslash character handling on vCard import (#1489085) 11 years ago
Washtml.php Fix issue where deprecated syntax for HTML lists was not handled properly (#1488768) 11 years ago