On Dec 10, 2009, at 7:33 AM, Alex Baule wrote: > Hi Timo... > > There is a way to do this with a plugin ? or you pass the zlib-plugin for > reference ?
You can do it with a plugin. I mention zlib plugin, because it works in a similar way by reading gzipped maildir files. > I can made this in the same monent the i_stream_create_fd() open the email > in maildir, > > and make a extra i_stream_create_fd() to my file.. then put this 2 streams > (email + myfile) > > in i_stream_create_concat()... Right.