Package: libnet-imap-simple-perl
Severity: wishlist

Hello Maintainers,

Please forwarg this to Upstream.

The IMAP protocol allow to send a list of messages to  the  IMAP  server
which should be "copied"  or  "deleted".  Net::IMAP::Simple  allow  only
copying or deleting of a singel message which lead to  the  hell  of  an
overhead to the IMAP server (in my case it is courier).

If passed a list to the "copy" or "delete" command and an error  occurs,
the command has to stop and give in the error the message  number  back,
which lead to the error.  The program has then  to  parse  the  original
messages number string to find out which messages has  been  passed  and
which not.

    $imap->delete( "$string_of_message_numbers" );
    $imap->copy( "$string_of_message_numbers" , $mailbox );

Since I am currently coding a new IMAP client based on Perl, I  like  to
see this feature as fast as posibel.

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature

Reply via email to