aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-b64.h
Commit message (Collapse)AuthorAgeFilesLines
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
| | | | svn path=/trunk/; revision=2091
* use CamelStreamB64 type for the input stream.bertrand2000-03-031-1/+1
| | | | | | | | | | | | | | 2000-03-02 bertrand <bertrand@helixcode.com> * camel-stream-b64.c (camel_stream_b64_write_to_stream): use CamelStreamB64 type for the input stream. * camel-mime-part.c (_get_content_object): remove debugging trace (_write_content_to_stream): implement the b64 encoding the new way (that is using camel_stream_b64) svn path=/trunk/; revision=2014
* 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