Searched defs:owner (Results 1 - 6 of 6) sorted by relevance
| /dovecot/src/lib-storage/ |
| H A D | mail-namespace.h | 68 struct mail_user *user, *owner; member in struct:mail_namespace
|
| /dovecot/src/plugins/acl/ |
| H A D | acl-backend.c | 37 bool owner) 46 i_debug("acl: owner = %d", owner ? 1 : 0); 63 backend->owner = owner; 86 backend->default_rights = owner ? owner_mailbox_rights : 118 return backend->owner; 35 acl_backend_init(const char *data, struct mailbox_list *list, const char *acl_username, const char *const *groups, bool owner) argument
|
| H A D | acl-api-private.h | 8 #define ACL_ID_NAME_OWNER "owner" 60 bool owner:1; member in struct:acl_backend
|
| H A D | acl-mailbox-list.c | 557 bool owner = TRUE; local 568 owner = strcmp(current_username, owner_username) == 0; 571 It's used only when checking if we're the mailbox owner. We never 574 owner = FALSE; 578 auser->groups, owner);
|
| /dovecot/src/lib-storage/index/shared/ |
| H A D | shared-storage.c | 142 struct mail_user *owner; local 251 owner = mail_user_alloc(event_get_parent(user->event), userdomain, 253 owner->_service_user = user->_service_user; 254 mail_storage_service_user_ref(owner->_service_user); 255 owner->creator = user; 256 owner->autocreated = TRUE; 257 owner->session_id = p_strdup(owner->pool, user->session_id); 258 if (mail_user_init(owner, &error) < 0) { 259 if (!owner [all...] |
| /dovecot/src/plugins/imap-quota/ |
| H A D | imap-quota-plugin.c | 22 imap_quota_root_get_name(struct mail_user *user, struct mail_user *owner, argument 28 if (user == owner || owner == NULL) 30 return t_strdup_printf("%s%c%s", owner->username, 36 struct mail_user *owner, struct quota_root *root) 45 name = imap_quota_root_get_name(user, owner, root); 100 if (ns->owner != NULL && ns->owner != client->user) { 119 name = imap_quota_root_get_name(client->user, ns->owner, root); 122 if (quota_reply_write(quota_reply, client->user, ns->owner, roo 35 quota_reply_write(string_t *str, struct mail_user *user, struct mail_user *owner, struct quota_root *root) argument 165 struct mail_user *owner; local 193 struct mail_user *owner; local [all...] |
Completed in 15 milliseconds