Commit Graph

40 Commits

Author SHA1 Message Date
Aleksander Machniak
95df255af4 Added max_message_size option enforced when attaching files to a composed message (#4993) 2016-09-01 10:37:09 +02:00
Aleksander Machniak
ebc2f5dc7d Add possibility to rename attachments in mail compose (#4996)
... and fix some small issues related to the new compose attachment menu feature
2016-07-30 09:05:49 +02:00
Aleksander Machniak
8a13615e9e Add possibility to preview and download attachments in mail compose (#5053) 2016-07-28 19:08:19 +02:00
Aleksander Machniak
bb1ed2740d Display attachment size in compose (#1484774) 2015-10-09 10:53:52 +02:00
Aleksander Machniak
d560916065 Added possibility to drag-n-drop attachments from mail preview to compose window 2015-10-08 16:55:43 +02:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
3cc1afa1c2 Support images in HTML signatures (#1488676)
This enables image button and file browser in html editor for signatures
2014-06-29 16:35:18 +02:00
Thomas Bruederli
9240c96339 Improve accessibility on attachments list: use custom tabindex attribute + add aria-label for meaningful voice output on delete icons 2014-06-18 14:35:48 +02:00
Aleksander Machniak
b21f8bd3ef Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4 2014-05-27 20:08:36 +02:00
Aleksander Machniak
c97625e02a CS fixes 2013-12-25 12:11:22 +01:00
Aleksander Machniak
6b2b2eca5f Remove deprecated functions (these listed in bc.php file) usage 2013-12-22 14:12:15 +01:00
Aleksander Machniak
2efe332b49 Display full attachment name using title attribute when name is too long to display (#1489320) 2013-09-15 13:43:13 +02:00
Thomas Bruederli
f0a7159c40 Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422 2013-03-02 00:10:54 +01:00
Thomas Bruederli
271c5c9764 Correctly handle multiple file uploads (#1488820) 2012-11-19 13:43:43 +01:00
Aleksander Machniak
041c93ce0b Removed $Id$ 2012-05-22 12:31:37 +02:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
f94e442469 Add more classes and options to HTML elements for better styleability 2011-12-16 18:38:59 +00:00
alecpl
9b28484859 - Fix attaching files (broken with changes to _SESSION['compose']) (#1488235) 2011-12-05 07:15:31 +00:00
thomascube
06dc9838e0 Fix session race conditions when composing new messages 2011-09-16 17:53:35 +00:00
alecpl
4171c59bd7 - Add optional textual upload progress indicator (#1486039) 2011-07-04 11:40:02 +00:00
alecpl
569701d700 - Handle properly situation when uploaded attachment file is too big 2011-03-17 14:17:08 +00:00
thomascube
4591de7018 Prepare for multiple concurrent compose windows 2011-03-10 20:21:21 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +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
b25dfd0913 - removed PHP closing tag 2010-06-23 09:55:08 +00:00
alecpl
91790e41f3 - Fix attachment excessive memory use, support messages of any size (#1484660) 2010-02-09 13:10:12 +00:00
alecpl
580ff9c55e - set svn:keywords 2010-01-25 19:05:05 +00:00
thomascube
01ffe03908 Hold attachment info in a js list in order to simplify things + codestyle 2009-10-06 06:55:08 +00:00
alecpl
ebf8726eea - Added attachment upload indicator with parallel upload (#1486058) 2009-10-03 19:12:27 +00:00
alecpl
7df0e35210 - Check 'post_max_size' for upload max filesize (#1486089) 2009-09-05 07:47:07 +00:00
thomascube
c793c6e811 Check abort flag and display error message from plugin if available 2009-07-08 08:04:50 +00:00
thomascube
08b2d93f5b Fix usage of rc_mime_content_type() 2009-07-08 07:49:58 +00:00
thomascube
991a25ab5d Better icon for deleting folders + remove hard-coded icon path 2009-05-29 09:37:32 +00:00
alecpl
1fb5874f27 - fix attachment mimetype setting after upload
- move style of delete button in attachment-list to mail.css file
2009-04-27 07:24:11 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
779cbe0066 - Fix 'temp_dir' does not support relative path under Windows (#1484529)
- add file_exists check for uploaded attachments
2009-04-06 11:33:13 +00:00
thomascube
0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 2009-02-27 10:18:18 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
133bb07f78 - performance: skip imap connection for attachments actions
- created attachments.inc file for attachment upload, remove and display actions
2008-12-05 07:38:54 +00:00