On Jan 25, 2008 6:09 AM, chris# <[EMAIL PROTECTED]> wrote: > > On Thu, 24 Jan 2008 22:44:09 +0100, "Raoul Bhatia [IPAX]" <[EMAIL PROTECTED]> > wrote: > > hi, > > > > On Thu, 2008-01-24 at 16:23 -0200, Rodrigo Carvalhaes wrote: > >> Something there I miss on round cube is the possibility to save all > >> attachments at once (or all images from one e-mail). > >> > >> There is any plan? Someone already developed this feature? > > > > i haven't hear about this feature but if some1 is implementing it or is > > willing to do so: > > > > i guess it will be most convinient extract all parts into the temp- > > folder and then offer a zip file for download, which is created > > on-the-fly with 0% compression. > > Why not use phar? http://pecl.php.net/package/phar/ > It currently handles gzip, bzip2, tar, and is currently involved in adding zip > to the list. This allows the developer simply require the administrator to > add the pecl-phar extension to their PHP codebase to enable on-the-fly > compression/decompression and not only to RCD, but /any/ php application > that could benefit from on-the-fly compression/decompression - not > unlike mod_gzip stream compression offered as an Apache module. > Also not unlike the compression already available in PHP. > > Just thought I'd mention it. :)
Simple add "pecl-phar"? ;-) I'd be all for it once phar moves into PHP core. It's a good thing (tm). But currently the changes of zip and bzip in PHP are a lot higher. For example we could also bundle a PEAR package like Archive_Tar (1) and be done with it. In fact I'd welcome this a lot since a) the code is there and b) it's been proven to work (because PEAR installer itself uses it). All in all - I can see a lot of things with attachments: a) I'd like to delete attachments from email b) I'd like to be able to save them to "online storage" c) Feed them into Google/Zoho docs? Just food for thoughts! Cheers, Till _______________________________________________ List info: http://lists.roundcube.net/dev/
