Displaying 1 result from an estimated 1 matches for "scrambler_ostream".
2013 Dec 11
1
Plugin development - ostream and index cache size
Hi,
I'm new to this list, so first thanks for the dovecot tool! So far, it 
has been great to work with.
Currently, I'm developing a scrambler plugin for dovecot, that should 
stores the mails encrypted. To do that, I've created the 
scrambler_ostream and scrambler_istream that does the encryption and 
that I hook in the mail storage process.
The scrambler_ostream is stacked on top of the output stream of the 
mail_save_context (mail_save_context->data.output) and the 
scrambler_istream is attached to the input stream when the virtual 
funct...