Commit Graph

909 Commits

Author SHA1 Message Date
alecpl
ce92ba767a - Plugin API: improved 'abort' flag handling, added 'result' item in some hooks: group_*, contact_*, identity_* (#1486914) 2010-09-30 13:24:33 +00:00
alecpl
66c674cc57 - Fix charset replacement in HTML message bodies (#1487021) 2010-09-30 10:07:53 +00:00
alecpl
1f49ce50a9 - Improve a little email address pattern, broken with IDNA support implementation 2010-09-30 09:11:33 +00:00
alecpl
9f9664338f - Change reply prefix to display email address only if sender name doesn't exist (#1486550) 2010-09-30 08:30:46 +00:00
alecpl
33da0b48b3 - Allow setting some washtml options from plugin (#1486578) 2010-09-29 17:53:13 +00:00
alecpl
11bcac5802 - Fix HTML to plain text conversion doesn't handle citation blocks (#1486921) 2010-09-29 13:32:41 +00:00
alecpl
b3660bbdc3 - Add option to "Return receipt" will be always checked (1486352) 2010-09-29 12:58:23 +00:00
alecpl
a99968259d - Add option to automatically send read notifications for known senders (1485883) 2010-09-29 12:56:10 +00:00
alecpl
e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 2010-09-29 12:36:28 +00:00
alecpl
0911facde9 - Truncate message subject when setting page title 2010-09-25 13:47:51 +00:00
alecpl
2753a4cab5 - Fix r3962 (< and > characters were not replaced with HTML entities in plain messages) 2010-09-25 13:28:37 +00:00
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