Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

IMAPClient::Store

by DeLos (Acolyte)
on Oct 10, 2002 at 19:38 UTC ( [id://204304]=perlquestion: print w/replies, xml ) Need Help??

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."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://204304]
Approved by Zaxo
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found