Thomas Bruederli
2014-08-19 fc52af24f1418d6590a2d37a0d8cc31b123e38f6
2013-03-22 Aleksander Machniak
Fix handling of some conditional comment tags in HTML message (#1489004)
tree@ da595a commitdiff
2013-03-20 Aleksander Machniak
Workaround for some versions/systems where finfo_open() with second argumen...
tree@ 15963b commitdiff
2013-03-19 Aleksander Machniak
Make mime.types common locations list OS-aware
tree@ a15a59 commitdiff
2013-03-18 Aleksander Machniak
Fix wrapping of text lines with the same length as specified length limit
tree@ ec2700 commitdiff
2013-03-15 Aleksander Machniak
Fix storing 'safe' flag on a message. The key for session value should incl...
tree@ 4c0c24 commitdiff
2013-03-13 Thomas Bruederli
Re-implement rcube_db::num_rows() to ensure backwards compatibility
tree@ 713259 commitdiff
2013-03-13 Aleksander Machniak
Fix HTML part detection for some specific message structures (#1488992)
tree@ 58993f commitdiff
2013-03-11 Aleksander Machniak
Fix handling of empty $uids argument in change_flag()
tree@ 5410ef commitdiff
2013-03-11 Aleksander Machniak
Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require ver...
tree@ c4ff57 commitdiff
2013-03-06 Aleksander Machniak
Add type 'ident' in quote() so we can quote identifiers (eg. column names) ...
tree@ 9eb6d9 commitdiff
2013-03-05 Aleksander Machniak
Fix thumbnail size when GD extension is used for image resize (#1488985)
tree@ dedf13 commitdiff
2013-03-02 Aleksander Machniak
Display notice that message is encrypted also for application/pkcs7-mime me...
tree@ fddb9f commitdiff
2013-02-25 Aleksander Machniak
Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973)
tree@ ccc2e3 commitdiff
2013-02-19 Aleksander Machniak
Add workaround for invalid message charset detection by IMAP servers (#1488...
tree@ fd777a commitdiff
2013-02-18 Aleksander Machniak
Fix NUL characters in content-type of ms-tnef attachment (#1488964)
tree@ 203251 commitdiff
2013-02-17 Aleksander Machniak
Make cleanup() method public
tree@ 8b08ec commitdiff
2013-02-14 Thomas Bruederli
Correctly quote spell text contents inside the xml container
tree@ cbb695 commitdiff
2013-01-31 Aleksander Machniak
Slightly improve database driver chack
tree@ d3b18e commitdiff
2013-02-01 Aleksander Machniak
Fix handling link href attribute value with (valid) newline characters (#14...
tree@ 43aeb1 commitdiff
2013-01-26 Thomas Bruederli
Bring back lost text braking width adjustment when quoting blockquote parts
tree@ 2a6472 commitdiff
2013-01-25 Thomas Bruederli
Refactored blockquote quotion routine in html2text conversion: it now corre...
tree@ a2c2cb commitdiff
2013-01-25 Thomas Bruederli
Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()
tree@ c4a1d3 commitdiff
2013-01-25 Aleksander Machniak
Send LOGOUT only when closing connection in logged state (#1487784)
tree@ 7f693b commitdiff
2013-01-23 Thomas Bruederli
Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_co...
tree@ 2b2f34 commitdiff
2013-01-23 Thomas Bruederli
Use the right variable for IPv6 check
tree@ 6984ab commitdiff
2013-01-21 Aleksander Machniak
Rtrim() quoted lines on conversion to flowed format (according to RFC2646)
tree@ 68fb9e commitdiff
2013-01-20 Aleksander Machniak
More improvements to format=flowed handling + fix in wordwrap() used intern...
tree@ 9deb66 commitdiff
2013-01-20 Aleksander Machniak
Improve format=flowed text unfolding, add test for signature separator hand...
tree@ 1aca4c commitdiff
2013-01-18 Thomas Bruederli
Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::fo...
tree@ 8c293e commitdiff
2013-01-17 Aleksander Machniak
Merge branch 'schema_upgrades' into release-0.9
tree@ f5c7df commitdiff
2013-01-14 Thomas Bruederli
Select 8 KB of message part for headers (to make sure we get them all)
tree@ 2080fe commitdiff
2013-01-11 Aleksander Machniak
Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard...
tree@ 536d45 commitdiff
2013-01-09 Aleksander Machniak
Reset $db_error_msg on query
tree@ c0a714 commitdiff
2013-01-09 Aleksander Machniak
Force autocommit mode in mysql database driver (#1488902)
tree@ fd88a2 commitdiff
2013-01-08 Aleksander Machniak
Don't convert to link a text with < and > characters
tree@ 942cbb commitdiff
2013-01-09 Aleksander Machniak
Force autocommit mode in mysql database driver (#1488902)
tree@ f96593 commitdiff
2013-01-08 Aleksander Machniak
Don't convert to link a text with < and > characters
tree@ 16915e commitdiff
2013-01-07 Thomas Bruederli
Bump versions for 0.9 release branch
tree@ 2c6aea commitdiff
2013-01-07 Aleksander Machniak
Fix address fields import from CSV (#1488900)
tree@ acf851 commitdiff
2013-01-07 Aleksander Machniak
Fix typo
tree@ b5767d commitdiff
2013-01-07 Aleksander Machniak
Rename $date_types -> $date_cols
tree@ 3e3767 commitdiff
2013-01-07 Aleksander Machniak
Fix quoted data handling in CSV files (#1488899)
tree@ 745d86 commitdiff
2013-01-07 Aleksander Machniak
Fix searching by date in address book (#1488888)
tree@ 83f707 commitdiff
2013-01-06 Aleksander Machniak
Improve charset detection by prioritizing charset according to user languag...
tree@ a5b8ef commitdiff
2013-01-05 Aleksander Machniak
Fix handling of escaped separator in vCard file (#1488896)
tree@ 21106b commitdiff
2013-01-02 Aleksander Machniak
Merge branch 'master' of github.com:roundcube/roundcubemail
tree@ 57ea83 commitdiff
2013-01-02 Aleksander Machniak
Add option to use envelope From address for MDN responses (#1488880)
tree@ 232535 commitdiff
2013-01-02 Thomas Bruederli
Upgrade PEAR:Mail_mime package to latest version
tree@ 4fb36e commitdiff
2012-12-30 Aleksander Machniak
Support "multipart/relative" as an alias for "multipart/related" type (#148...
tree@ cb0f03 commitdiff
2012-12-28 Aleksander Machniak
Unified attachments filenames handling for message parts without a filename
tree@ be72fb commitdiff
first | « prev | next »