Searched defs:inbox (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-backend-vfile.c110 const char *dir, *inbox; local
140 MAILBOX_LIST_PATH_TYPE_MAILBOX, &inbox) > 0 &&
141 strcmp(inbox, dir) == 0) {
/dovecot/src/lib-imap/
H A Dimap-match.c34 static const char inbox[] = "INBOX"; variable
35 #define INBOXLEN (sizeof(inbox) - 1)
79 const char *p = pattern, *inboxp = inbox;
325 if (ctx->inboxcase && strncasecmp(data, inbox, INBOXLEN) == 0 &&
/dovecot/src/plugins/push-notification/
H A Dpush-notification-driver-ox.c144 struct mailbox *inbox; local
158 inbox = dtxn->ptxn->mbox;
162 inbox = mailbox_alloc(ns->list, "INBOX", MAILBOX_FLAG_READONLY);
165 ret = mailbox_attribute_get(inbox, MAIL_ATTRIBUTE_TYPE_PRIVATE,
169 mailbox_get_last_internal_error(inbox, NULL));
178 mailbox_free(&inbox);
/dovecot/src/lib-storage/
H A Dmail-namespace.c22 .inbox = FALSE,
130 if (ns_set->inbox) {
160 "inbox=%s, hidden=%s, list=%s, subscriptions=%s "
164 ns_set->inbox ? "yes" : "no",
251 /* copy inbox=yes */
329 /* check the inbox=yes status before alias_for changes it */
333 "inbox=yes";
378 *error_r = "inbox=yes namespace missing";
516 inbox_set->inbox = TRUE;
684 const char *mailbox, bool inbox)
683 mail_namespace_is_usable_prefix(struct mail_namespace *ns, const char *mailbox, bool inbox) argument
716 bool inbox; local
[all...]
H A Dmail-storage-settings.h92 bool inbox; member in struct:mail_namespace_settings
H A Dmailbox-list.c213 i_debug("%s: root=%s, index=%s, indexpvt=%s, control=%s, inbox=%s, alt=%s",
1539 const char *path, *fname, *rootdir, *dir, *inbox; local
1632 &inbox) <= 0)
1634 if (strcmp(inbox, dir) == 0) {
H A Dmail-storage.c821 regardless of whether we're in inbox=yes namespace, because
1538 struct mailbox *inbox = local
1542 /* this should be NoSelect but since inbox can never be
1543 NoSelect we use EXISTENCE_NONE to avoid creating inbox by accident */
1544 mailbox_set_reason(inbox, "copy caching decisions");
1545 if (mailbox_exists(inbox, FALSE, &existence) == 0 &&
1547 mailbox_open(inbox) == 0 &&
1553 mail_cache_decisions_copy(dit, inbox->cache, box->cache);
1559 mailbox_free(&inbox);
/dovecot/src/lib-storage/index/
H A Dindex-storage.c711 bool inbox = t->box->inbox_any; local
715 if (inbox &&
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c63 struct mailbox *inbox; member in struct:mailbox_list_notify_index
112 inotify->inbox = mailbox_alloc(inotify->notify.list, "INBOX",
114 if (mailbox_open(inotify->inbox) < 0)
115 mailbox_free(&inotify->inbox);
118 i_strconcat(inotify->inbox->index->filepath,
180 if (inotify->inbox != NULL)
181 mailbox_free(&inotify->inbox);
816 mailbox_get_open_status(inotify->inbox, notify_status_items, &old_status);
817 if (mailbox_sync(inotify->inbox, MAILBOX_SYNC_FLAG_FAST) < 0) {
819 mailbox_get_last_internal_error(inotify->inbox, NUL
[all...]

Completed in 39 milliseconds