diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-09-23 22:46:09 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-09-23 22:46:09 +0200 |
commit | 70bbabb6994e67f812d9f7d1f85df1098870cfaa (patch) | |
tree | c6dd7805caab7d40b4ce9e9d89941db37c7c80ba /plugins/zipdownload/CHANGELOG | |
parent | 0c144b98a417d50b9c073ae3931fdad47390f1f7 (diff) |
Add zipdwonload plugin by Phil Weir at tehinterweb.co.uk to core repository
Diffstat (limited to 'plugins/zipdownload/CHANGELOG')
-rw-r--r-- | plugins/zipdownload/CHANGELOG | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/zipdownload/CHANGELOG b/plugins/zipdownload/CHANGELOG new file mode 100644 index 000000000..32b878e76 --- /dev/null +++ b/plugins/zipdownload/CHANGELOG @@ -0,0 +1,34 @@ +Roundcube Webmail ZipDownload +============================= + +2012-09-20 +========== + * Added style for new Larry skin + * Made plugin work with 0.8 version of Roundcube + * Save attachments to temp files before adding to zip archive (memory!) + +2011 03 12 +========== + * Convert charset for filenames inside zip + +2010 08 30 +========== + * Get all messages in folder, not just the first page + +2010 08 12 +========== + * Use $.inArray() instead of Array.indexOf() + +2010 08 07 +========== + * Add the ability to download a folder as zip + * Add the ability to download selection of messages as zip + * Add config file to control download options + +2010 05 29 +========== + * Remove tnef_decode, now done by message class (r3680) + +2010 02 21 +========== + * First version
\ No newline at end of file |