aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-b64.h
Commit message (Collapse)AuthorAgeFilesLines
* new utility function.bertrand2000-02-291-0/+5
| | | | | | | | | | | | 2000-02-29 bertrand <bertrand@helixcode.com> * camel-stream-b64.c (camel_stream_b64_write_to_stream): new utility function. * camel-data-wrapper.c (_write_to_stream): default implementation. svn path=/trunk/; revision=1989
* non blocking b64 encoding is a PITABertrand Guiheneuf2000-02-281-1/+15
| | | | svn path=/trunk/; revision=1974
* don't read the char if we reached the length of the output buffer. Hoursbertrand2000-02-221-2/+2
| | | | | | | | | | | 2000-02-22 bertrand <Bertrand.Guiheneuf@aful.org> * camel-stream-b64.c (read_decode__static): don't read the char if we reached the length of the output buffer. Hours lost on this %$!@# bug : 3.5 svn path=/trunk/; revision=1903
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-0/+116
to find all the changes. Important notice, I added uggly hacks to camel-formatter.c and message-browser so that I could test b64 decoding. Saving streams works. Have to implement qp now. svn path=/trunk/; revision=1893