Commit Graph

1051 Commits

Author SHA1 Message Date
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
thomascube
cb2bc809ef Fix db_mode check in insert_id() 2010-09-21 18:47:55 +00:00
alecpl
1151581366 - Fix setting headers for IE in AJAX responses 2010-09-21 08:41:59 +00:00
alecpl
d560e78d98 - Fix: close properly IMAP connection also when user is not logged in 2010-09-21 07:54:21 +00:00
thomascube
a3de4f6054 Fix selection of read/write db connection 2010-09-21 06:43:24 +00:00
alecpl
11be9330de - Support %z variable in host configuration options (#1487003) 2010-09-20 11:07:56 +00:00
thomascube
62c791f609 Prevent from saving a non-existing skin path in user prefs 2010-09-18 16:32:00 +00:00
alecpl
b364912fc1 - Don't log errors about empty password when connecting to IMAP server (#1487001) 2010-09-17 10:28:36 +00:00
alecpl
2280757d24 - Added more charset aliases 2010-09-15 16:56:49 +00:00
alecpl
457373bf3f - Fix: close() method of addressbook object(s) is not called in shutdown function 2010-09-15 13:36:17 +00:00
alecpl
acbf0f5ee0 - Fix: iconv doesn't support UTF7-IMAP 2010-09-15 12:15:01 +00:00
alecpl
f12d218831 - small fix for format=flowed parsing 2010-09-14 10:32:36 +00:00
alecpl
99b8c1e2ac - Fix format=flowed handling (#1486989) + small improvements in plain messages parsing 2010-09-14 08:40:51 +00:00
alecpl
cb3dfdfede - Fix messages background image handling in some cases (#1486990) 2010-09-11 13:21:34 +00:00
alecpl
618cb0d8dd - Don't trim spaces from the end of line when converting to format=flowed 2010-09-10 13:22:54 +00:00
alecpl
ed302bbbed - Code improvements + more infinite loop prevention 2010-09-10 10:44:02 +00:00
alecpl
a5c56b3b21 - Return false from putLineC instead of NULL, for consistence 2010-09-10 09:40:57 +00:00
alecpl
1e3ba370c3 - Small improvement for last commit 2010-09-09 11:47:29 +00:00
alecpl
4d7acb3cb2 - Fix handling of charsets with LATIN-* label 2010-09-09 11:34:35 +00:00
alecpl
860678e333 - Add semicolon at the end of SQL queries in log (#1486957) 2010-09-08 17:40:41 +00:00
alecpl
2aa2b332f6 - Small performance improvements 2010-09-08 09:40:39 +00:00
alecpl
372d3bf6de - Fix Chrome browser was recognized as Safari 2010-09-06 17:06:38 +00:00
alecpl
272a7e5a24 - Don't use mail_header_delimiter when saving mail in IMAP 2010-09-04 08:01:10 +00:00
alecpl
086767c8f2 - Added mail_header_delimiter validation 2010-09-04 07:59:48 +00:00
alecpl
564741f77b - performance: use custom function for IV vector generation instead of mcrypt_create_iv() 2010-08-31 18:39:32 +00:00
alecpl
1fb718cae0 - Fix TinyMCE uses zh_CN when zh_TW locale is set (#1486929) 2010-08-27 11:27:28 +00:00
alecpl
d1dd13ee5c - Fix SMTP test in Installer (#1486952) 2010-08-25 19:09:13 +00:00
alecpl
5cf7aae178 - Don't add date to log when using syslog 2010-08-23 10:23:20 +00:00
alecpl
1a2f8375de - add message_part_structure hook also for text parts of mixed messages 2010-08-12 07:11:28 +00:00
alecpl
b6244d5ce7 - Improve email regexp in mailto: links handler (#1486808) 2010-08-10 07:53:17 +00:00
alecpl
ecc28ce02f - Removed /i from regexp 2010-08-09 13:31:48 +00:00
alecpl
3c9d9aa943 - Improve handling of single-part messages with bogus BODYSTRUCTURE (#1486898) 2010-08-09 13:30:17 +00:00
alecpl
119ad13d74 - Rename hooks: contact_save -> contact_update, identity_save -> identity_update, delete_identity -> identity_delete
- Print warning to the log about deprecated hook names usage
2010-08-09 06:35:10 +00:00
alecpl
03dbf37d5c - Small improvement in SELECT response parsing 2010-08-08 11:39:19 +00:00
alecpl
7f5b535d12 - Improved performance of LIST/LSUB response parsing 2010-08-08 10:53:57 +00:00
thomascube
4859fedb92 Fix unit tests + update version 2010-08-07 12:04:39 +00:00
alecpl
c16fab1641 - Fix strpos() usage (#1486458) 2010-08-06 14:59:34 +00:00
alecpl
532c2504f4 - Add 'language' parameter in 'user_create' hook (#1486896) 2010-08-06 14:39:10 +00:00
alecpl
eef0dae865 - Last commit fix 2010-08-06 13:22:20 +00:00
alecpl
5ced9ca075 - Replace message_part_encrypted hook with more generic message_part_structure 2010-08-06 13:14:26 +00:00
alecpl
b0eeaac9e0 - Fix: rcube_user::get_username() doesn't take mail_domain setting into account (#1486895) 2010-08-05 07:14:08 +00:00
alecpl
a31dd08826 - Replace chop() with rtrim(), small improvements in fetchHeaders() 2010-08-04 13:49:48 +00:00
alecpl
c56f1f5046 - Support vCards without or with an empty FN 2010-08-04 08:15:17 +00:00
alecpl
2537686d1d - Performance fix: Determine real mimetype of message/rfc822 part from bodystructure instead of fetched headers 2010-07-30 12:46:00 +00:00
alecpl
95fd49e4f2 - Fix message structure parsing when it lacks optional fields (#1486881) 2010-07-30 12:16:56 +00:00
alecpl
e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 2010-07-30 06:34:02 +00:00
alecpl
d78564abca - Fix performance in array_keys_recursive() 2010-07-28 09:02:41 +00:00
alecpl
c51304ddc8 - Fix performance of threads parsing 2010-07-28 08:51:35 +00:00
alecpl
3a4c9f424b - Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866) 2010-07-26 08:54:03 +00:00
alecpl
d5d9680486 - Fix double slash in plugin directory path (#1486872) 2010-07-26 08:11:43 +00:00