Damyan Ivanov dijo [Tue, Oct 21, 2008 at 09:46:51AM +0300]: > -=| Michelle Konzack, Sun, Oct 19, 2008 at 02:28:47PM +0200 |=- > > Since I am currently coding a new IMAP client based on Perl, I like > > to see this feature as fast as posibel. > > One way to help upstream would be to send a patch that implements the > feature to the upstream bug report[1]. > > [1] http://rt.cpan.org/Public/Bug/Display.html?id=40203 > > Or, you may want to take a look at Net::IMAP. At first glance it seems > its 'copy' method supports working with a set of messages.
Another option you might consider, as it deals with _LOTS_ of mail-related subtleties in a very nice way, is using the Mail::Box set of modules. By using Mail::IMAPClient and its own (and abundant) mailbox-handling routines, you can do... basically anything. -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

