Commit Graph

144 Commits (e68942c65bc9fe9f182a46b43e169987879957dd)

Author SHA1 Message Date
Aleksander Machniak 6b6209b587 Bump version number here too 13 years ago
Aleksander Machniak bde85428d6 Fix handling of invalid email addresses in headers (#1489092)
Conflicts:

	CHANGELOG
	program/steps/mail/func.inc
13 years ago
Aleksander Machniak c8f5588c8a Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090) 13 years ago
Aleksander Machniak 187cf5e1cd Fix various PHP code bugs found using static analysis (#1489086)
Conflicts:

	plugins/enigma/enigma.php
	plugins/enigma/lib/enigma_engine.php
13 years ago
Aleksander Machniak 78c270c9f2 Fix bugs caught by static analysis 13 years ago
Aleksander Machniak e4f288c3fe Fix backslash character handling on vCard import (#1489085) 13 years ago
Aleksander Machniak ac2df4e658 Fix csv import from Thunderbird with French localization (#1489059) 13 years ago
Zou Guangxian 13a77deef4 * fixed: modsecurity warning: AppDefect: Cache-Control Response Header Missing 'no-store' flag. http://websecuritytool.codeplex.com/wikipage?title=Checks#http-cache-control-header-no-store 13 years ago
Aleksander Machniak 56aeedd9cd Fix bug where multi-level quoting was replaced with one-level quoted text after format=flowed wrapping 13 years ago
Aleksander Machniak c067bb55df Fix another text wrap issue (added test case) 13 years ago
Thomas Bruederli 2d6dca4714 Escape user input values when used in eval() 13 years ago
Aleksander Machniak 283ac97852 Fix Reply-To header handling in Reply-All action (#1489037) 13 years ago
Aleksander Machniak 62fe548e08 Fix so addressbook_search_mode works also for group search (#1489079) 13 years ago
Aleksander Machniak 54c6d6a943 Fix removal of a contact from a group in LDAP addressbook (#1489081)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 410a4c663e Inlcude SQL query in the log on SQL error (#1489064) 13 years ago
Aleksander Machniak 9712d2240a Fix handling untagged responses in IMAP FETCH - "could not load message" error (#1489074) 13 years ago
Aleksander Machniak b542f8800e Fix exit code on bootsrap errors in CLI mode (#1489044) 13 years ago
Aleksander Machniak ae0c133d45 Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)
Conflicts:

	program/lib/Roundcube/rcube.php
13 years ago
Thomas Bruederli 23ea51e98d Extend fetched header block to 32K, require one of subjct, from or to headers 13 years ago
Aleksander Machniak 17fb6ee986 Fix incorrect handling of some specific links (#1489060)
Conflicts:

	program/lib/Roundcube/rcube_string_replacer.php
13 years ago
Aleksander Machniak a2446d9296 Fix another text wrapping issue 13 years ago
Aleksander Machniak 102b08c6a2 Fix incorrect handling of leading spaces in text wrapping 13 years ago
Aleksander Machniak 59997a3030 Fix DB error when creating a new contact and a group is selected (#1489051) 13 years ago
Victor Benincasa 9824e212cc Fix typos
Allows the new_user_dialog plugin to work properly
13 years ago
Aleksander Machniak 51f52b525b Add rcube_db::escape() method, fix escapeSimple() to use escape instead of quote() 13 years ago
Aleksander Machniak 7af32a95bb Fix typo simpleEscape -> escapeSimple 13 years ago
Aleksander Machniak d8752c9839 Add rcube_db::escapeSimple() method for backward compat. 13 years ago
Thomas Bruederli 2741d8eced Set minimal permissions to temp files (#148899) 13 years ago
Thomas Bruederli 706d3f472f Skip filename suffix check for embedded images; return blocked.gif instead of HTML warning when embedded (#1489029) 13 years ago
Aleksander Machniak 6f4b50abea Fix handling of invalid characters in message headers and output (#1489032)
Conflicts:

	CHANGELOG
13 years ago
Thomas Bruederli b2c66d0331 Hack to reset PDO statement iterators after counting 13 years ago
Thomas Bruederli bd723e565d Fix typo 13 years ago
Thomas Bruederli 8d7f8c8c79 Check for exact matching session keys before splitting into path segments. Adds backwards-compatibility after commit f0a7159c 13 years ago
Thomas Bruederli d6cbdea04d Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422 13 years ago
Aleksander Machniak ea002b6d76 Fix possible header duplicates when using additional headers (#1489033) 13 years ago
Aleksander Machniak d74b410697 Fix session issues with use_https=true (#1488986) 13 years ago
Thomas Bruederli 357485e7e1 Skip some irrelevant ini checks in CLI mode 13 years ago
Aleksander Machniak e6d376236e Whitelist configuration options (user preferences) that can be changed using save-pref command 13 years ago
Aleksander Machniak ae0821f1dd Be less restrictive on vCard import, do not require FN when N exists 13 years ago
Thomas Bruederli 73be4b5296 Match regex on multi-line sql statements 13 years ago
Aleksander Machniak e5a3e61052 Add some extension/mimetype aliases to fix some quirks in attachment type validation (#1488891) 13 years ago
Aleksander Machniak da595a5027 Fix handling of some conditional comment tags in HTML message (#1489004)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 15963b7165 Workaround for some versions/systems where finfo_open() with second
argument doesn't do the same as with no 2nd argument as it should
13 years ago
Aleksander Machniak a15a595158 Make mime.types common locations list OS-aware 13 years ago
Aleksander Machniak ec27006ebe Fix wrapping of text lines with the same length as specified length limit 13 years ago
Aleksander Machniak 4c0c248dd9 Fix storing 'safe' flag on a message. The key for session value should include
folder name. A message with the same UID may exist in another folder.
13 years ago
Thomas Bruederli 713259002f Re-implement rcube_db::num_rows() to ensure backwards compatibility 13 years ago
Aleksander Machniak 58993ffcbb Fix HTML part detection for some specific message structures (#1488992) 13 years ago
Aleksander Machniak 5410eff830 Fix handling of empty $uids argument in change_flag() 13 years ago
Aleksander Machniak c4ff57c75f Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+
Conflicts:

	CHANGELOG
	program/lib/Roundcube/rcube_db_mssql.php
13 years ago