public class SetQuotaCommand extends SimpleCommand<java.lang.Boolean>
command| Constructor and Description | 
|---|
SetQuotaCommand(java.lang.String mailboxName,
               int quota)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
responseReceived(java.util.List<IMAPResponse> rs)  | 
buildCommand, rawCommand, taggedResponseReceivedpublic SetQuotaCommand(java.lang.String mailboxName,
                       int quota)
mailboxName - user/admin@buffy.kvmquota - unit is KB, 0 removes the quotapublic void responseReceived(java.util.List<IMAPResponse> rs)
responseReceived in class SimpleCommand<java.lang.Boolean>Copyright © 2023. All Rights Reserved.