summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Expand)Author
2013-04-26Fix exit code on bootsrap errors in CLI mode (#1489044)Aleksander Machniak
2013-04-26Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)Aleksander Machniak
2013-04-25Extend fetched header block to 32K, require one of subjct, from or to headersThomas Bruederli
2013-04-22Fix incorrect handling of some specific links (#1489060)Aleksander Machniak
2013-04-22Fix another text wrapping issueAleksander Machniak
2013-04-21Fix incorrect handling of leading spaces in text wrappingAleksander Machniak
2013-04-19Fix DB error when creating a new contact and a group is selected (#1489051)Aleksander Machniak
2013-04-17Allow onload attribute on iframe elementAleksander Machniak
2013-04-17Add rcube_db::escape() method, fix escapeSimple() to use escape instead of qu...Aleksander Machniak
2013-04-17Fix typo simpleEscape -> escapeSimpleAleksander Machniak
2013-04-17Add rcube_db::escapeSimple() method for backward compat.Aleksander Machniak
2013-04-15Fix parsing invalid date string (#1489035)Aleksander Machniak
2013-04-10Set minimal permissions to temp files (#148899)Thomas Bruederli
2013-04-10Skip filename suffix check for embedded images; return blocked.gif instead of...Thomas Bruederli
2013-04-06Fix handling of invalid characters in message headers and output (#1489032)Aleksander Machniak
2013-04-03Fix possible header duplicates when using additional headers (#1489033)Aleksander Machniak
2013-04-03Remove "HTML message" from attachments list while viewing a message in text m...Aleksander Machniak
2013-04-02Fix session issues with use_https=true (#1488986)Aleksander Machniak
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