Displaying 1 result from an estimated 1 matches for "imap_fetch_st".
2016 Dec 27
1
Identify if a message_part is an attachment ?
...nt from REDIS instead of local-store.
To accomplish this I was following dovecot via my debugger. I wanted to
understand if there was a way to determine a message_part to be of an
attachment type ?
Thanks.
--
Regards,
Sai Kiran
cmd_fetch()
|_ imap_fetch_more()
|_ imap_fetch_more_int()
|_
imap_fetch_state *state = &ctx->state;
state->cur_mail is NULL.
search mailbox
|_ mailbox_search_next(state->search_ctx, &state->cur_mail)
|_ mailbox_search_next_nonblock (via vfunc)
|_ index_storage_search_next_nonblock
|_ search_more_with_prefetching(ctx, mail_...