Incrementally encodes or decodes (depending on state) an input stream by 'stepping' through a block of input at a time.
You should make sure outbuf is large enough by calling gmime.encoding.Encoding.outlen to find out how large outbuf might need to be.
an input buffer to encode or decode
an output buffer
the number of bytes written to outbuf.
Incrementally encodes or decodes (depending on state) an input stream by 'stepping' through a block of input at a time.
You should make sure outbuf is large enough by calling gmime.encoding.Encoding.outlen to find out how large outbuf might need to be.