Displaying 1 result from an estimated 1 matches for "get_stream_data".
2010 Mar 03
1
plugin Again
...nd position of
the message and pointer to buffer.
My messages have the W= with the email size decrypted, and it is a little
lass that the email size crypto.
For exemple:
I have a email with 6000k in crypto and decrypto the size is 5985 k:
The buffer from istream-concat is 4096, i read 4096 from get_stream_data,
but the result of this read is minor , lets say 4080, but the next read must
be from 4096. The "send to client" must be 4080, to send the correctly data
decrypted.
My Question is, what the variable used in istream-concat, to send the data
to client ? I need to update the stream->pos...