Hi, I'm running Binc IMAP in conjunction with the IMP webmail software and i was wondering if anyone out there could help me with a small problem i'm having. Imp has quota support of sorts built in so that users can see how much space is free, but i can't work out how to get this to work with Binc... There are examples provided for Courier and Cyrus, which look fairly straight forward, so i figure Binc couldn't be too different. Does binc actually have quota support or should i just give up on this feature for the time being? The code i'm trying at the moment is
$quota = imap_get_quota ($stream, 'INBOX'); which seems the most logical way i can think of, given that i'm using the default setup which means everything is a subfolder of inbox. Could anyone shed some light on this situation for me? Thanks, Daniel Andersen

