summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Expand)Author
2013-05-16Bump version number here tooAleksander Machniak
2013-05-10Fix handling of invalid email addresses in headers (#1489092)Aleksander Machniak
2013-05-07Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < ...Aleksander Machniak
2013-05-06Fix various PHP code bugs found using static analysis (#1489086)Aleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-05Fix backslash character handling on vCard import (#1489085)Aleksander Machniak
2013-05-05Fix csv import from Thunderbird with French localization (#1489059)Aleksander Machniak
2013-05-04* fixed: modsecurity warning: AppDefect: Cache-Control Response Header Missin...Zou Guangxian
2013-05-03Fix bug where multi-level quoting was replaced with one-level quoted text aft...Aleksander Machniak
2013-05-03Fix another text wrap issue (added test case)Aleksander Machniak
2013-05-01Escape user input values when used in eval()Thomas Bruederli
2013-05-01Fix Reply-To header handling in Reply-All action (#1489037)Aleksander Machniak
2013-05-01Fix so addressbook_search_mode works also for group search (#1489079)Aleksander Machniak
2013-04-30Fix removal of a contact from a group in LDAP addressbook (#1489081)Aleksander Machniak
2013-04-30Inlcude SQL query in the log on SQL error (#1489064)Aleksander Machniak
2013-04-29Fix handling untagged responses in IMAP FETCH - "could not load message" erro...Aleksander Machniak
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-18Fix typosVictor Benincasa
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-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-04Hack to reset PDO statement iterators after countingThomas Bruederli
2013-04-04Fix typoThomas Bruederli
2013-04-04Check for exact matching session keys before splitting into path segments. Ad...Thomas Bruederli
2013-04-04Add methods to append certain nodes to session data in order to avoid session...Thomas Bruederli
2013-04-03Fix possible header duplicates when using additional headers (#1489033)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-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-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-18Fix wrapping of text lines with the same length as specified length limitAleksander Machniak
2013-03-15Fix storing 'safe' flag on a message. The key for session value should includeAleksander Machniak
2013-03-14Re-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