commit | author | age
|
70bbab
|
1 |
Roundcube Webmail ZipDownload |
TB |
2 |
============================= |
|
3 |
|
|
4 |
2012-09-20 |
|
5 |
========== |
|
6 |
* Added style for new Larry skin |
|
7 |
* Made plugin work with 0.8 version of Roundcube |
|
8 |
* Save attachments to temp files before adding to zip archive (memory!) |
|
9 |
|
|
10 |
2011 03 12 |
|
11 |
========== |
|
12 |
* Convert charset for filenames inside zip |
|
13 |
|
|
14 |
2010 08 30 |
|
15 |
========== |
|
16 |
* Get all messages in folder, not just the first page |
|
17 |
|
|
18 |
2010 08 12 |
|
19 |
========== |
|
20 |
* Use $.inArray() instead of Array.indexOf() |
|
21 |
|
|
22 |
2010 08 07 |
|
23 |
========== |
|
24 |
* Add the ability to download a folder as zip |
|
25 |
* Add the ability to download selection of messages as zip |
|
26 |
* Add config file to control download options |
|
27 |
|
|
28 |
2010 05 29 |
|
29 |
========== |
|
30 |
* Remove tnef_decode, now done by message class (r3680) |
|
31 |
|
|
32 |
2010 02 21 |
|
33 |
========== |
|
34 |
* First version |