http://qs321.pair.com?node_id=204304

DeLos has asked for the wisdom of the Perl Monks concerning the following question:

IMAPClient::Store, can someone dumb thsi down or show an example of hwo to use this to set the lets say deleted flag?

Replies are listed 'Best First'.
Re: IMAPClient::Store
by JaWi (Hermit) on Oct 10, 2002 at 19:48 UTC
    I'm not familiar with IMAP, nor with the mentioned module, but have you searched CPAN? For instance, IMAPClient returns the quire detailed documentation for IMAPClient.
    Somewhere around Quote, the following snippet is shown:
    $imap->store($imap->Quota('+FLAGS'),"(\Deleted)");
    For more examples, you should read the documentation a bit further...

    Good luck!

    -- JaWi

    "A chicken is an egg's way of producing more eggs."