imap-msgpart-url.h revision 639bb36b12b9f9bb54c8bb1be50eac623622f8a0
#ifndef IMAP_MSGPART_URL_H
#define IMAP_MSGPART_URL_H
struct imap_url;
struct imap_msgpart_url;
/* Functions returning int return 1 on success, 0 if URL doesn't point to
valid mail, -1 on storage error. */
struct imap_msgpart_url *
const char **error_r);
/* stream_r is set to NULL when part has zero length, e.g. when partial offset
is larger than the size of the referenced part */
const char **error_r);
const char **error_r);
#endif