summaryrefslogtreecommitdiffstats
path: root/src/lib-storage/index/istream-mail.h
blob: 24bd567b45a746abaf9a0b39b28b9bd7e900f306 (plain)
1
2
3
4
5
6
7
#ifndef ISTREAM_MAIL_H
#define ISTREAM_MAIL_H

struct istream *i_stream_create_mail(struct mail *mail, struct istream *input,
				     bool input_has_body);

#endif