Cross Reference:
xref
: /
dovecot
/
src
/
lib-storage
/
index
/
index-fetch.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
index-fetch.h revision 02b32cf39a098edf60981fc228e4b034f11f3b90
#
ifndef
__INDEX_FETCH_H
#
define
__INDEX_FETCH_H
typedef
struct
{
Mailbox
*
box
;
ImapMessageCache
*
cache
;
MailIndex
*
index
;
const
char
**
custom_flags
;
MailFetchData
*
fetch_data
;
IOBuffer
*
outbuf
;
TempString
*
str
;
int
update_seen
;
int
first
;
}
FetchContext
;
ImapCacheField
index_fetch_body_get_cache
(
const
char
*
section
);
int
index_fetch_body_section
(
MailIndexRecord
*
rec
,
unsigned
int
seq
,
MailFetchBodyData
*
sect
,
FetchContext
*
data
);
#
endif