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


in reply to Re: How do I pass the password to Cyrus::IMAP::Shell?
in thread How do I pass the password to Cyrus::IMAP::Shell?

Excellent script! I only had to remove the '\%' token in the authenticate call, and it worked like a charm. Any idea on how to set quota to that newly created mailbox? My guesses were all wrong! ;-) Thanks anyway! Juli
  • Comment on Re^2: How do I pass the password to Cyrus::IMAP::Shell?

Replies are listed 'Best First'.
Re^3: How do I pass the password to Cyrus::IMAP::Shell?
by Tomte (Priest) on Aug 13, 2010 at 12:38 UTC
    Juli,

    Any idea on how to set quota to that newly created mailbox? My guesses were all wrong! ;-)

    The perldoc suggests

    # setting a 256MB quota $client->setquota('user.name@domain', 'STORAGE', 262144);
    Unfortunately I can't test this right now - but I'm sure other monks can help, if you post what you unsuccessfully tried.

    regards,
    tomte


    An intellectual is someone whose mind watches itself.
    -- Albert Camus