summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube
AgeCommit message (Expand)Author
2013-03-28Skip some irrelevant ini checks in CLI modeThomas Bruederli
2013-03-27Whitelist configuration options (user preferences) that can be changed using ...Aleksander Machniak
2013-03-26Fix typosVictor Benincasa
2013-03-25Fix typoThomas Bruederli
2013-03-25Check for exact matching session keys before splitting into path segments. Ad...Thomas Bruederli
2013-03-24Be less restrictive on vCard import, do not require FN when N existsAleksander Machniak
2013-03-24Match regex on multi-line sql statementsThomas Bruederli
2013-03-24Add some extension/mimetype aliases to fix some quirks in attachment type val...Aleksander Machniak
2013-03-23Hack to reset PDO statement iterators after countingThomas Bruederli
2013-03-22Bump up also RCUBE_VERSIONAleksander Machniak
2013-03-22Fix handling of some conditional comment tags in HTML message (#1489004)Aleksander Machniak
2013-03-20Workaround for some versions/systems where finfo_open() with secondAleksander Machniak
2013-03-19Make mime.types common locations list OS-awareAleksander Machniak
2013-03-19Add rel="noreferrer" for links in displayed messages (#1484686)Aleksander Machniak
2013-03-18Fix wrapping of text lines with the same length as specified length limitAleksander Machniak
2013-03-16Notify about a new mail only if it's UNSEEN (#1388965)Aleksander Machniak
2013-03-15Fixed MOVE command result handlingAleksander Machniak
2013-03-15Fix storing 'safe' flag on a message. The key for session value should includeAleksander Machniak
2013-03-15Fix has_*_part() methods so they return same result no matter whatAleksander Machniak
2013-03-14Use $mime_parts not $parts in has_*_part() methods so detection isAleksander Machniak
2013-03-14Added rcube_message::has_text_part(), simplified has_html_part() so it alwaysAleksander Machniak
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 versi...Aleksander Machniak
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
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
2013-03-06Add type 'ident' in quote() so we can quote identifiers (eg. column names) th...Aleksander Machniak
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 mess...Aleksander Machniak
2013-03-02Add methods to append certain nodes to session data in order to avoid session...Thomas Bruederli
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
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 onl...Aleksander Machniak
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 (#1488...Aleksander Machniak
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 correct...Thomas Bruederli