aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-b64.h
Commit message (Collapse)AuthorAgeFilesLines
* 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