Searched defs:mail_index_view (Results 1 - 1 of 1) sorted by relevance
| /dovecot/src/lib-index/ |
| H A D | mail-index-view-private.h | 14 void (*close)(struct mail_index_view *view); 15 uint32_t (*get_messages_count)(struct mail_index_view *view); 17 (*get_header)(struct mail_index_view *view); 19 (*lookup_full)(struct mail_index_view *view, uint32_t seq, 21 void (*lookup_uid)(struct mail_index_view *view, uint32_t seq, 23 void (*lookup_seq_range)(struct mail_index_view *view, 26 void (*lookup_first)(struct mail_index_view *view, 29 void (*lookup_keywords)(struct mail_index_view *view, uint32_t seq, 31 void (*lookup_ext_full)(struct mail_index_view *view, uint32_t seq, 34 void (*get_header_ext)(struct mail_index_view *vie 46 struct mail_index_view { struct [all...] |
Completed in 214 milliseconds