Commit Graph

930 Commits

Author SHA1 Message Date
thomascube
f9a967763e User configurable setting how to display contact names in list 2012-02-11 11:28:58 +00:00
alecpl
33423a5570 - Fix issue where some text from original message was missing on reply (#1488340) 2012-02-08 12:54:49 +00:00
alecpl
f3136149fe - Workaround IMAP server issue when THREAD command returns less messages than exist in a folder: don't update folder status in second count() call 2012-02-07 09:30:41 +00:00
thomascube
fc7b5b8283 Get rid of global $__skin_path variable (#1488336) 2012-02-03 11:12:35 +00:00
thomascube
6835114c4d Allow plugins to overwrite the displayed confirmation message when saving a draft 2012-01-29 13:49:02 +00:00
thomascube
e472110e2c Added new plugin hook 'message_draftsaved' 2012-01-25 08:27:58 +00:00
thomascube
567be64c28 Fix if/else structure 2012-01-24 08:34:42 +00:00
alecpl
a19d90043e - Fix call to undefined method rcube_result_index::getElement() 2012-01-19 12:17:24 +00:00
alecpl
002189e3ab - Fix drafts update issues when edited from preview pane (#1488314) 2012-01-19 07:33:32 +00:00
thomascube
a49a00fd30 Display priority in message headers block 2012-01-18 11:36:41 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
alecpl
64f6e75a3f - Fix incorrect function call (#1488310) 2012-01-17 11:28:07 +00:00
thomascube
c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 2012-01-16 15:14:41 +00:00
alecpl
1adc70526c - Use proper class name 2012-01-09 12:47:58 +00:00
thomascube
eeb73cc21a Implement address book widget on compose screen 2012-01-05 16:07:27 +00:00
alecpl
1c4f23d6e5 - Exclude MIME functionality from rcube_imap class into rcube_mime class 2012-01-05 11:25:42 +00:00
alecpl
f5d62f7157 - Fix bug in handling of base href and inline content (#1488290) 2012-01-05 09:51:41 +00:00
alecpl
7152f59f04 - Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override' 2012-01-01 18:52:30 +00:00
alecpl
89c30a00a7 - Don't load jqueryui plugin, it's required now by default
- Move datepicker's date format setting to the plugin
2012-01-01 12:26:08 +00:00
thomascube
a84bfa356a Fix upload form handling 2011-12-22 16:35:38 +00:00
thomascube
c8c53f4ad1 Make emtpy/invalid links non-clickable 2011-12-22 10:32:04 +00:00
thomascube
c29b82d90a Fix crashes with eAccelerator (#1488256) 2011-12-20 08:29:28 +00:00
thomascube
fbebf54a92 Only expand one email per group member 2011-12-19 12:42:57 +00:00
thomascube
f94e442469 Add more classes and options to HTML elements for better styleability 2011-12-16 18:38:59 +00:00
alecpl
18ca0b6efc - Skip inline images (fixes issue where images used in HTML body were displayed below the body once again) 2011-12-14 09:05:58 +00:00
thomascube
faea23d0b4 More options for message headers output in templates 2011-12-12 21:30:04 +00:00
thomascube
c7dcb30025 More from Larry... 2011-12-12 17:23:19 +00:00
thomascube
ce86f0f14f Make string for unread count configureable by skin; add file type classes to attachments list 2011-12-11 18:12:33 +00:00
thomascube
854397b216 Better CSS url() validation 2011-12-10 01:33:58 +00:00
thomascube
67e0c90fce Add css class to add-icon 2011-12-09 21:46:05 +00:00
thomascube
2b017e7f79 Allow clean background:url(...) styles in safe mode. This will make Roundcube pass the Email Standards Acid Test 2011-12-09 21:13:54 +00:00
alecpl
a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 2011-12-07 11:39:36 +00:00
alecpl
b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 2011-12-07 10:41:15 +00:00
alecpl
7e263ea204 - Add option to set default font for HTML message (#1484137) 2011-12-07 09:35:29 +00:00
alecpl
40c45e9de9 - Fixed issues with big memory allocation of IMAP results, improved a lot of rcube_imap class 2011-12-07 08:44:48 +00:00
thomascube
3f81174e10 Show attachment filename in page title 2011-12-06 07:55:36 +00:00
thomascube
ac9ba4480d Replace prompt() with jQuery UI dialog (#1485135) 2011-12-05 12:29:55 +00:00
alecpl
9b28484859 - Fix attaching files (broken with changes to _SESSION['compose']) (#1488235) 2011-12-05 07:15:31 +00:00
alecpl
4360276d9b - Add $_SESSION['mailto'] variable cleanup 2011-12-02 14:56:17 +00:00
alecpl
2a7bf36c73 - Fix compose from addressbook, broken in r5521 2011-12-02 14:31:53 +00:00
alecpl
72ff6ae884 - Simplified compose session data handling, no need for session->cleanup() 2011-12-01 11:06:27 +00:00
alecpl
8751881e1d - Remove unused result 2011-12-01 09:15:57 +00:00
thomascube
57486f6e58 Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895) 2011-11-29 10:16:42 +00:00
alecpl
3e5c709fa7 - Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208) 2011-11-26 13:10:27 +00:00
alecpl
e0960f6365 - Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424):
don't try to parse it, display notice with a link to download it directly
2011-11-25 13:47:07 +00:00
alecpl
e4a4ca1948 - Performance improvements 2011-11-24 14:51:43 +00:00
alecpl
f4cfb1414a - Mark folder as recent only when it contains unseen messages 2011-11-24 10:42:24 +00:00
alecpl
636bd77074 - Mark (with different color) folders with recent messages (#1486234) 2011-11-24 10:26:35 +00:00
alecpl
5510a5278b - Fix possible infinite redirect on attachment preview (#1488199) 2011-11-24 07:34:32 +00:00
alecpl
5aeeebad56 - Fix regression in setting recipient to self when replying to a Sent message (#1487074) 2011-11-15 11:22:40 +00:00