Andy McKay

Mar 20, 2008

Python imaplib


Just so I don't get forget, the correct syntax for setting a quota in imaplib against cryus is:

size = 100000
imap.setquota(account, "(storage %s)" % size) 

Won't say this often, but thank you Perl doc's for showing me the correct syntax.