summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Collapse)Author
2013-03-14Added rcube_message::has_text_part(), simplified has_html_part() so it alwaysAleksander Machniak
works in "recursive mode" - removed $recursive argument.
2013-03-13Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-03-13Re-implement rcube_db::num_rows() to ensure backwards compatibilityThomas Bruederli
2013-03-13Fix HTML part detection for some specific message structures (#1488992)Aleksander Machniak
2013-03-11Fix handling of empty $uids argument in change_flag()Aleksander Machniak
2013-03-11Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require ↵Aleksander Machniak
version 2005+
2013-03-10Fix so task name can really contain all from a-z0-9_- characters (#1488941)Aleksander Machniak
2013-03-08Merge pull request #60 from thijskh/masterAleksander Machniak
Test content_id with isset instead of a true/false value
2013-03-08Support IMAP MOVE extension [RFC 6851]Aleksander Machniak
2013-03-08Test content_id with isset instead of a true/false value.Thijs Kinkhorst
This broke html email in which one image had Content-ID: <0>, which is a valid value but evaulates to false in this test.
2013-03-06Add type 'ident' in quote() so we can quote identifiers (eg. column names) ↵Aleksander Machniak
there. Using array2list() for list of identifiers is now possible.
2013-03-05Fix thumbnail size when GD extension is used for image resize (#1488985)Aleksander Machniak
2013-03-04Generate simpler query for MSSQL when offset in limit clause is not setAleksander Machniak
2013-03-02Display notice that message is encrypted also for application/pkcs7-mime ↵Aleksander Machniak
messages (#1488526)
2013-03-02Add methods to append certain nodes to session data in order to avoid ↵Thomas Bruederli
session saving race conditions. Fixes #1488422
2013-03-01Better @package/@subpackage assignmentAleksander Machniak
2013-02-25Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973)Aleksander Machniak
2013-02-19Add workaround for invalid message charset detection by IMAP servers (#1488968)Aleksander Machniak
2013-02-19Revert "Make autoloading of the framework classes work from any location".Aleksander Machniak
Allow loading rcube_* classes from other locations (for e.g. managesieve plugin). This reverts commit e4394c95e0a39607f4fdbd427b249b1e611ca0ff.
2013-02-18Fix NUL characters in content-type of ms-tnef attachment (#1488964)Aleksander Machniak
2013-02-18Make autoloading of the framework classes work from any locationThomas Bruederli
2013-02-17When connection to read-only db fails try to connect to write-master, but ↵Aleksander Machniak
only if it is defined
2013-02-17Make cleanup() method publicAleksander Machniak
2013-02-01Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-02-01Fix handling link href attribute value with (valid) newline characters ↵Aleksander Machniak
(#1488940)
2013-02-01Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-02-01Set default error code (500) if not specified in raise_error()Aleksander Machniak
2013-02-01Make rcube_result_set implement the PHP iterator interfaceThomas Bruederli
2013-01-31Slightly improve database driver chackAleksander Machniak
2013-01-28Bring back lost text braking width adjustment when quoting blockquote partsThomas Bruederli
2013-01-25Refactored blockquote quotion routine in html2text conversion: it now ↵Thomas Bruederli
correctly converts multiple and/or nested blockquotes
2013-01-25Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-01-25Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()Thomas Bruederli
2013-01-25Send LOGOUT only when closing connection in logged state (#1487784)Aleksander Machniak
2013-01-23Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ↵Thomas Bruederli
ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable. Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
2013-01-23Use the right variable for IPv6 checkThomas Bruederli
2013-01-22Support autofocus attribute on input elementsAleksander Machniak
2013-01-21Rtrim() quoted lines on conversion to flowed format (according to RFC2646)Aleksander Machniak
2013-01-21More improvements to format=flowed handling + fix in wordwrap() used ↵Aleksander Machniak
internally by format_flowed()
2013-01-21Improve format=flowed text unfolding, add test for signature separator handlingAleksander Machniak
2013-01-18Don't rely on Subject header onlyThomas Bruederli
2013-01-18Fix format=flowed unfolding on quoted lines; added tests for ↵Thomas Bruederli
rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
2013-01-14Select 8 KB of message part for headers (to make sure we get them all)Thomas Bruederli
2013-01-11Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard ↵Aleksander Machniak
map (#1488901)
2013-01-09Welcome to 2013Thomas Bruederli
2013-01-09Reset $db_error_msg on queryAleksander Machniak
2013-01-09Force autocommit mode in mysql database driver (#1488902)Aleksander Machniak
2013-01-08Don't convert to link a text with < and > charactersAleksander Machniak
2013-01-07Fix address fields import from CSV (#1488900)Aleksander Machniak
2013-01-07Fix typoAleksander Machniak