Commit Graph

3982 Commits (089e53c61752fa1fd262a0055eff47bc21dac1eb)

Author SHA1 Message Date
Aleksander Machniak 089e53c617 CS, tabs to spaces 12 years ago
Thomas Bruederli 37202827d3 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli b4b5ba7e9d Add getter for database runtime/config variables 12 years ago
Aleksander Machniak 6d3e53d2b8 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak 476fa983c0 Catch DateTime* exceptions (#1488497) - skipping buggy timezones 12 years ago
Thomas Bruederli fa5f3f26f9 Fix calls to renamed methods 12 years ago
Aleksander Machniak c0839699bb Move messages forwarding mode setting into Preferences 12 years ago
Aleksander Machniak 4d708e6c1d Remove possible confusion on session reads - PHP expects string result not boolean 12 years ago
Aleksander Machniak 7eb4f2e1be Small code improvement 12 years ago
Aleksander Machniak 43918dd25c Move old rcube_mail_header class definition to better place 12 years ago
Thomas Bruederli b97f21a18f Add another alias for backwards compatibility 12 years ago
Aleksander Machniak 996d75d5fa Improved PERMANENTFLAGS checking code, added code for flags caching (currently commented out) 12 years ago
Aleksander Machniak be98408f40 Fix possible PHP warning in in_array_nocase() when 2nd argument is not an array 12 years ago
Aleksander Machniak 041c93ce0b Removed $Id$ 12 years ago
Aleksander Machniak 0a1dd5b073 Add is_escaped attribute for html_select and html_textarea (#1488485) 12 years ago
Aleksander Machniak 5a575b7eb0 Deprecate storage_connect() method 12 years ago
Aleksander Machniak 4bfe4ec22a Remove last instance of storage_connect() with possible performance
improvement when a message part body is in cache
12 years ago
Aleksander Machniak 38a08c08e3 Add imap_connect() method for backward compat. 12 years ago
Aleksander Machniak 5c7e54b175 - Fix HTML entities handling in HTML editor (#1488483) 12 years ago
Aleksander Machniak 38184e9113 Fix PHP error where calling get() on a non object 12 years ago
Aleksander Machniak 9a2de8411e Merge branch 'courier-fix'
Conflicts:
	CHANGELOG
12 years ago
Aleksander Machniak 3c5489ba75 Add option imap_force_ns to make buggy servers support optional 12 years ago
Thomas Bruederli 1d5b73fd77 Add lost method for backwards compatibility 12 years ago
Thomas Bruederli 9603477e95 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli 607e11d551 Added new languages Belarusian, Interlingua and Malayalam from launchpad import 12 years ago
Aleksander Machniak eebd4476fc s/rcube_charset_convert/rcube_charset::convert/ 12 years ago
Aleksander Machniak 9843dc77fa Mail_Mime 1.8.4 12 years ago
Thomas Bruederli 76e499e8a1 Also accept PHP exceptions as argument to rcube::raise_error() 12 years ago
Thomas Bruederli 8193151b5a Always log fatal errors that terminate the PHP script 12 years ago
Thomas Bruederli 705ba185bb Fix object reference 12 years ago
Thomas Bruederli 67f18e5610 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli ceb5b56c3b Move rcube_addressbook::normalize_string() to rcube_utils::normalize_string() for general purpose 12 years ago
Aleksander Machniak 938925f320 Fix (again) metadata caching (#1488475) 12 years ago
Thomas Bruederli 92b1f65910 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli 4f7ab00dfb Respect all arguments when caching IMAP metadata (#1488475) 12 years ago
Aleksander Machniak 3c67157971 Remove 'focused' class on blur 12 years ago
Aleksander Machniak 0af82c8a59 Fix listing folders on Courier IMAP (#1488466) 12 years ago
Aleksander Machniak 435d55ecee Add public list_folder_direct() and list_folders_subscribed_direct() 12 years ago
Thomas Bruederli 5cea366884 Update localizations from launchpad 12 years ago
Giovanni Bajo 14f22f38da Fix support for large uuencode attachments.
Currently, Roundcube tries to match with a regexp a whole uuencode
attachment. This is not always possible because PHP enforces a limit
on the maximum match size.
12 years ago
Aleksander Machniak 1c9e571602 Fix handling of "usemap" attribute (#1488472) 12 years ago
Aleksander Machniak 9082bf1cea Fix handling of some HTML tags e.g. IMG (#1488471) - reworked fix for #1486812 12 years ago
Aleksander Machniak b5c4e7d85c Fix PHP warning on PHP 5.4 (#1488469) 12 years ago
Aleksander Machniak 66510e20d3 Merge pull request #1 from Brianetta/de-svn
Change version text to reflect new versioning system
12 years ago
Aleksander Machniak 644f00d5a2 Fix add_contact() (#1488465) 12 years ago
Aleksander Machniak 59041fdbc9 Use similar language as a fallback for plugin localization (#1488401)
Don't load en_US localization more than once
12 years ago
Brian Ronald 552cdea1cf Change version text to reflect new versioning system 12 years ago
Aleksander Machniak 4d7e277b92 Removed debug code 12 years ago
Aleksander Machniak c1a0578d21 Fix Opera issues with duplicated scrollbar and invisible border 12 years ago
Aleksander Machniak 837de85a15 Fix issue where signature wasn't re-added on draft compose (#1488322) 12 years ago