comparison src/imap/imap-fetch.h @ 991:21788a1e9e39 HEAD

Partial fetches are working fast again - faster than ever actually.
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Jan 2003 07:37:35 +0200
parents 8028c4dcf38f
children e95c0e462591
comparison
equal deleted inserted replaced
990:9c8df18fb2a9 991:21788a1e9e39
26 struct imap_fetch_body_data *bodies; 26 struct imap_fetch_body_data *bodies;
27 27
28 string_t *str; 28 string_t *str;
29 struct ostream *output; 29 struct ostream *output;
30 const char *prefix; 30 const char *prefix;
31 unsigned int select_counter;
31 32
32 int first, failed; 33 int first, failed;
33 }; 34 };
34 35
35 int imap_fetch(struct client *client, 36 int imap_fetch(struct client *client,