Roundcube Community Forum

Release Support => Requests => Topic started by: tulipe on May 30, 2012, 06:23:43 AM

Title: plugins zipdownload
Post by: tulipe on May 30, 2012, 06:23:43 AM
Hi all,
I just add the plugins zipdownload, and i add it in $rcmail_config['plugins'] , but it's not appear in my email when i have more than one file to download.
There is any thing that i forgot ??
Thank's for help.
Title: Re: plugins zipdownload
Post by: tulipe on May 31, 2012, 05:58:23 AM
hi again,
I  have this error in file log: roundcube: PHP Error: No plugin class zipdownload
Thank's for help

Title: Re: plugins zipdownload
Post by: SKaero on May 31, 2012, 09:48:26 AM
Did you put the zipdownload folder in the plugins directory?
Title: Re: plugins zipdownload
Post by: tulipe on May 31, 2012, 03:40:38 PM
Hi,
Yes the zipdowload is in my plugins folders.
Title: Re: plugins zipdownload
Post by: SKaero on June 01, 2012, 04:21:51 AM
And the folder is named zipdownload?
Title: Re: plugins zipdownload
Post by: tulipe on June 02, 2012, 03:09:17 AM
Hi again,
Yes , the same name .... :'(
Title: Re: plugins zipdownload
Post by: SKaero on June 02, 2012, 03:30:39 AM
Can you post the top of the main plugin file?
Title: Re: plugins zipdownload
Post by: tulipe on June 04, 2012, 03:21:44 AM
hi ;
Here is the config file of zipdonwload.

<?php
  2
  3 /**
  4  * ZipDownload configuration file
  5  */
  6
  7 // Zip attachments
  8 // Only show the link when there are more than this many attachments
  9 // -1 to prevent downloading of attachments as zip
 10 $rcmail_config['zipdownload_attachments'] = 1;
 11
 12 // Zip entire folders
 13 $rcmail_config['zipdownload_folder'] = false;
 14
 15 // Zip selection of messages
 16 $rcmail_config['zipdownload_selection'] = false;
 17
 18 // Charset to use for filenames inside the zip
 19 $rcmail_config['zipdownload_charset'] = 'ISO-8859-1';
 20
 21 ?>

Thank's for help
Title: Re: plugins zipdownload
Post by: SKaero on June 04, 2012, 12:52:02 PM
I ment the the main plugin php file it should be titled something like zipdownload.php
Title: Re: plugins zipdownload
Post by: tulipe on June 04, 2012, 01:17:57 PM
There is it in attachement.
Thank's a lot for help
Title: Re: plugins zipdownload
Post by: SKaero on June 04, 2012, 01:32:25 PM
And your still getting the "No plugin class zipdownload" error in your error log?
Title: Re: plugins zipdownload
Post by: tulipe on June 04, 2012, 02:44:02 PM
Hi again,
Yes still have the same error
Thank's again
Title: Re: plugins zipdownload
Post by: Yoni on June 05, 2012, 12:43:06 AM
Remove the zipdownload plugin you have in your .../plugins/   folder and try this one out... I have configured the config.inc.php file for you as well. try it and let us know.

Title: Re: plugins zipdownload
Post by: tulipe on June 05, 2012, 05:29:47 AM
Hi,
It's works ,thank's a lot.
Now i have this error if u can help me again:  roundcube: PHP Error: Deprecated hook name. user_preferences
Thank's again.
Title: Re: plugins zipdownload
Post by: Yoni on June 05, 2012, 10:03:06 AM
Hmmm... are you running the latest version? The last version uses the preferences_list hook instead of user_preferences that's why you see that php error. It is nothing serious though. Most likely you have a plugin installed that calls user_preferences instead of preferences_list. Update your plugins and this error should be gone.

Title: Re: plugins zipdownload
Post by: tulipe on June 05, 2012, 12:37:54 PM
Hi again,
I'm on RC version 0.7...
thank's again
Title: Re: plugins zipdownload
Post by: funbsd1 on July 24, 2012, 03:07:29 AM
There is it in attachement.
Thank's a lot for help

This file works for me.
I'm using roundcube 0.8-rc.

But it does not support chinese file name.
If I set parameter below, only text file name is correct, others are messy code.
Title: Re: plugins zipdownload
Post by: funbsd1 on July 24, 2012, 03:09:20 AM
Remove the zipdownload plugin you have in your .../plugins/   folder and try this one out... I have configured the config.inc.php file for you as well. try it and let us know.

This does not work for me.
I'm using roundcube 0.8-rc.
Title: Re: plugins zipdownload
Post by: vishytk on August 21, 2012, 07:57:55 AM
Does this plugin work with rcube 0.8.1 ?

Regards,
Vishy
Title: Re: plugins zipdownload
Post by: cypriot on September 14, 2012, 08:05:45 AM
Here is mine working lovely with 0.9git


Title: Re: plugins zipdownload
Post by: oandarilho01 on October 10, 2012, 03:08:37 PM
Hi.

What I really would like is to make zipdownload generates filenames (disp_name in the code) as:
sender_address - subject.eml

Like the squirrelmail plugin does.
But I'm not good on programming, specially using php.

I'm searching for the developer's contact to ask him for help, but I still can't find.
If someone knows who he is, please tell me.

Thanks.
Title: Re: plugins zipdownload
Post by: SKaero on October 10, 2012, 03:12:15 PM
The original developer no longer supports the zipdownload plugin.
Title: Re: plugins zipdownload
Post by: JohnDoh on October 11, 2012, 04:21:07 AM
zipdownload is distributed with roundcube now, maintained by the rc devs. you could try opening a feature request on http://trac.roundcube.net/.
Title: Re: plugins zipdownload
Post by: Do$ on November 08, 2012, 04:19:17 PM
Dear Sirs.
I've downloaded the plugin, have install it, but I've following error:

 PHP Error: No plugin class zipdownload found in /var/www/mail/plugins/zipdownload/zipdownload.php in /var/www/mail/program/include/rcube_plugin_api.php on line 196 (GET /mail/)

Please advice how to add the zipdownload class and resolve this problem.
Tx in advance.