jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
113 stars 36 forks source link

basic-example fails to write message to screen (stdout) #104

Closed plujon closed 3 years ago

plujon commented 3 years ago

examples/basic-example.c does not print a message, I think because fseek(stdout, ...) returns -1.

jstedfast commented 3 years ago

Thanks. I've updated it to use GMimeStreamPipe.