Searched defs:quota_reply (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/plugins/imap-quota/ |
H A D | imap-quota-plugin.c | 84 string_t *quotaroot_reply, *quota_reply; local 109 quota_reply = t_str_new(256); 122 if (quota_reply_write(quota_reply, client->user, ns->owner, root) < 0) 131 else if (str_len(quota_reply) == 0) 135 o_stream_nsend(client->output, str_data(quota_reply), 136 str_len(quota_reply)); 168 string_t *quota_reply; local 179 quota_reply = t_str_new(128); 180 if (quota_reply_write(quota_reply, cmd->client->user, owner, root) < 0) 183 o_stream_nsend(cmd->client->output, str_data(quota_reply), [all...] |
Completed in 10 milliseconds