aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-basic.c
Commit message (Expand)AuthorAgeFilesLines
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-191-12/+12
* Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. SetJeffrey Stedfast2002-01-181-13/+8
* If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-171-0/+3
* Fixed slight logic error to find the uuencode begin line. Fixes bugJeffrey Stedfast2002-01-171-1/+2
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-111-5/+5
* For the uudecoding mode, garble up the "begin <mode> <filename>" lineJeffrey Stedfast2001-11-271-8/+54
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Remove the stupid warning that should never have been there in the first52001-10-261-3/+3
* Implemented uuencoding and decoding. (complete): Implemented uuencodingJeffrey Stedfast2001-10-061-0/+24
* Fix the assertion slightly, if we have a little bit of input the outputNot Zed2001-07-051-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Add tests.Not Zed2000-11-241-5/+13
* Take an additional argument, "break_lines", saying whether or not to addDan Winship2000-10-311-2/+2
* Added some malloc check debugging stuff.Not Zed2000-10-171-4/+4
* Merge with camel-async.Peter Williams2000-08-111-49/+37
* Reset filter on setup. (reset): When resetting qp encoding, set the stateNot Zed2000-07-131-1/+8
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-0/+219