Commit Graph

898 Commits

Author SHA1 Message Date
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
799359457f - Don't create a new rcube_browser object, use browser property from output object 2010-09-21 08:24:52 +00:00
thomascube
eab71fdf7e Remove accidentally committed debug code 2010-09-19 15:40:59 +00:00
thomascube
62c791f609 Prevent from saving a non-existing skin path in user prefs 2010-09-18 16:32:00 +00:00
alecpl
ffc040bf9e - update ID keyword 2010-09-17 12:25:46 +00:00
alecpl
614c642a4b - Fix list_cols is not updated after column dragging (#1486999)
- Improved save-pref action and moved to separate file in utils task directory
- Improved http_post/http_request to support first argument in form 'task/action'
2010-09-17 09:14:13 +00:00
alecpl
b8d96f6e60 - Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails 2010-09-16 13:02:27 +00:00
alecpl
431234538a - Fix when IMAP connection fails in 'get' action session shouldn't be destroyed (#1486995)
- Performance: improve mail/get action and skip one IMAP connection
2010-09-16 11:29:53 +00:00
alecpl
f8e8af7e7c - Settings block (fieldset) can have any content (not only a table with hardcoded structure) 2010-09-15 09:27:45 +00:00
alecpl
33dfdd891b - Improve logic of signatures colorizing and truncating, introduce sig_max_lines option 2010-09-14 09:53:53 +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
71f60cc9aa - Re-add 'Close' button in upload form (#1486930, #1486823) 2010-09-08 18:00:15 +00:00
alecpl
d37e1e25ff - Change upload box form name (was the same as compose form) 2010-09-06 17:51:45 +00:00
alecpl
7b7edcfa52 - Always check INBOX for recent messages, with check_all_folders=false too (#1486912) 2010-09-03 11:46:06 +00:00
alecpl
d11fb20061 - Added fieldsets in Identity form, added 'identity_form' hook 2010-09-02 10:51:23 +00:00
alecpl
1d8cbca272 - Use host FQDN in Message-Id, if possible (#1486924) 2010-08-30 12:08:41 +00:00
alecpl
01538da580 - Show disabled checkboxes for protected folders instead of dots (#1485498) 2010-08-30 07:21:03 +00:00
alecpl
64233d2189 - Fix timezone string in sent mail (#1486961) 2010-08-29 07:06:20 +00:00
alecpl
47d06e46df - Display inline images with known extensions and non-image content-type (#1486934) 2010-08-28 15:02:04 +00:00
alecpl
38d9304a00 - Remove unused check 2010-08-28 14:24:32 +00:00
alecpl
3c3433e05a - Added 'message_body_prefix' hook. Now it's possible to add some HTML code
before every displayed part of the message.
2010-08-16 10:07:28 +00:00
alecpl
4612535008 - Revert last (unintentional) commit 2010-08-13 06:25:30 +00:00
alecpl
b72a1001dc - ja_JP update (#1486911) 2010-08-13 06:21:29 +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
fb995a813a - Improve displaying of html messages with body's background image 2010-08-03 11:46:13 +00:00
alecpl
8ed0152e51 - Don't add threads checkbox in virtual folder record 2010-08-02 09:05:34 +00:00
alecpl
7b808b585b - Fix bgcolor attribute of message body handling 2010-07-30 16:58:27 +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
db1f1e31ca - Include all recipients in sendmail log 2010-07-29 08:12:44 +00:00
alecpl
b9ec2bd1b4 - Added handling of PCRE limits errors in rcmail_wash_html() (#1486856) 2010-07-28 12:22:04 +00:00
thomascube
52c0f7626c Strip protocol from hostname in HTTP headers (#1486868) 2010-07-25 20:09:36 +00:00
thomascube
90e7080d28 Create Sent folder when composing a message (#1486802) 2010-07-17 15:23:31 +00:00
alecpl
9bb1fc7b0b - Make sure attachment name doesn't contain \r\n (#1486832) 2010-07-06 10:38:58 +00:00
alecpl
9ed374bbe1 - fix for empty suggestions result 2010-06-30 10:14:41 +00:00
alecpl
4eb8493b40 - Fix body in message_sent hook when delay_file_io=true (#1486824) 2010-06-30 10:00:06 +00:00
alecpl
761894e65b - Show attachment icon on the list also for messages with Content-Type: application/* 2010-06-30 09:13:45 +00:00
alecpl
087c7dc5d2 - Improved compose screen: resizable body and attachments list, vertical splitter, options menu
- Removed productname/version element, changed footer size to 20px
2010-06-29 19:27:26 +00:00
alecpl
bdb13a51f7 - Fix RC forgets search results (#1483883) 2010-06-28 17:36:26 +00:00
alecpl
f4f6291ec1 - Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE 2010-06-24 13:27:43 +00:00
alecpl
b25dfd0913 - removed PHP closing tag 2010-06-23 09:55:08 +00:00
alecpl
a2e81736a9 - Move quota indicator to mailboxlist footer
- Fix groupcontrols on IE6 (use gif)
2010-06-19 17:46:11 +00:00
alecpl
8958d01311 - Fix: when From field is a first object in compose template form's hidden fields aren't added to the output 2010-06-18 06:50:55 +00:00
alecpl
ce06d32dd8 - UI unification
- Added button to hide/unhide the preview pane (#1484215)
2010-06-17 19:08:00 +00:00
alecpl
306f15db84 - Fix base64 regexp (#1486800) 2010-06-16 06:29:47 +00:00
alecpl
330a10b952 - remove debug code 2010-06-15 10:15:41 +00:00
alecpl
2bf3cc6fc3 - Use user's timezone in Date header, not server's timezone (#1486119) 2010-06-13 10:15:25 +00:00
alecpl
5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 2010-06-11 13:57:02 +00:00
alecpl
172e3346ca - Added mailboxlist options menu in message page 2010-06-09 13:39:48 +00:00
alecpl
40d43b71b0 - Increase pagesize to 99999 when exporting contacts
- Improve performance by disabling counter query when exporting contacts
2010-06-09 12:17:22 +00:00