Commit Graph

23 Commits (dc336469716000a54865fc59cd2790534e68a848)

Author SHA1 Message Date
Aleksander Machniak f031cb6c5e Fix performance regression in text wrapping function (#1489133) - don't use iconv here 13 years ago
Aleksander Machniak 20df06be5d Fix another text wrapping issue (wrong handling of long unwrappable lines) 13 years ago
Aleksander Machniak 656005f056 Catch warning on is_readable() failure (open_basedir restriction) 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 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
Aleksander Machniak 283ac97852 Fix Reply-To header handling in Reply-All action (#1489037) 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 e5a3e61052 Add some extension/mimetype aliases to fix some quirks in attachment type validation (#1488891) 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 68fb9e63f0 Rtrim() quoted lines on conversion to flowed format (according to RFC2646) 13 years ago
Aleksander Machniak 9deb663f94 More improvements to format=flowed handling + fix in wordwrap() used internally by format_flowed() 13 years ago
Aleksander Machniak 1aca4cb3ae Improve format=flowed text unfolding, add test for signature separator handling 13 years ago
Thomas Bruederli 8c293e2f28 Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::format_flowed() and rcube_mime::unfold_flowed() 13 years ago
Aleksander Machniak d2534c63f2 Cleanup, remove file paths from doc 13 years ago
Thomas Bruederli 3bb75a5cc7 Add default path for mime.types file; map jpg => image/jpeg in fallback list 13 years ago
Thomas Bruederli 0a83971d3e Clarify mime_magic config option; add new function to map mimetypes and filename extensions 13 years ago
Aleksander Machniak a92beb6bdb Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency 13 years ago
Thomas Bruederli 9be2f43d02 Define more (uniquely prefixed) constants for Roundcube directories in order to enhance the interoperability of the Roundcube framework 13 years ago
Aleksander Machniak ba6f21caeb Framework files moved to lib/Roundcube 13 years ago