Lines Matching defs:pop3_box
355 static int pop3_map_read(struct mail_storage *storage, struct mailbox *pop3_box)
376 if (mailbox_sync(pop3_box, 0) < 0) {
378 pop3_box->vname, mailbox_get_last_internal_error(pop3_box, NULL));
382 t = mailbox_transaction_begin(pop3_box, 0, __func__);
399 mailbox_get_last_internal_error(pop3_box, NULL));
408 mailbox_get_last_internal_error(pop3_box, NULL));
426 mailbox_get_last_internal_error(pop3_box, NULL));
519 pop3_map_read_hdr_hashes(struct mail_storage *storage, struct mailbox *pop3_box,
533 if (map_read_hdr_hashes(pop3_box, &mstorage->pop3_uidl_map.arr,
701 pop3_uidl_assign_by_hdr_hash(struct mailbox *box, struct mailbox *pop3_box)
714 if (pop3_map_read_hdr_hashes(box->storage, pop3_box, first_seq) < 0 ||
834 struct mailbox *pop3_box;
836 pop3_box = pop3_mailbox_alloc(box->storage);
841 pop3_map_read(box->storage, pop3_box) < 0) {
842 mailbox_free(&pop3_box);
854 if (pop3_uidl_assign_by_hdr_hash(box, pop3_box) < 0) {
855 mailbox_free(&pop3_box);
864 mailbox_free(&pop3_box);