view src/lib-storage/index/istream-attachment.h @ 12312:28eaaa23f2c6

lib-storage: Added support for saving mail attachments separately via filesystem API. Currently this works only with sdbox and mdbox backends.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Oct 2010 18:47:17 +0100
parents
children
line wrap: on
line source

#ifndef ISTREAM_ATTACHMENT_H
#define ISTREAM_ATTACHMENT_H

struct istream *i_stream_create_attachment(struct istream *input, uoff_t size);

#endif