SetMessageLimit sets new value for limit. nil pointer means no limit.
(val *uint32)
| 36 | // SetMessageLimit sets new value for limit. |
| 37 | // nil pointer means no limit. |
| 38 | SetMessageLimit(val *uint32) error |
| 39 | } |
| 40 | |
| 41 | func imapAcctAppendlimit(be module.Storage, ctx *cli.Context) error { |
no outgoing calls
no test coverage detected