aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes Bug 192.Not Zed2000-06-021-2/+20
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-18/+5
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-6/+20
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-9/+51
* Make camel not leak like a sieve.Dan Winship2000-05-081-3/+3
* And same here ...NotZed2000-05-051-30/+35
* Plug a memory leak. (header_decode_text): Fixed memory leaks with52000-05-051-6/+13
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-10/+210
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-5/+283
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-5/+6
* Fix the previous overflow problem properly (can happen in 2 places).NotZed2000-05-031-39/+30
* fix a bug that would cause corruption with very long headers.Dan Winship2000-04-291-1/+1
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-0/+1
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-3/+48
* Ref the folder after setting it in the new message.NotZed2000-04-221-0/+4
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-0/+1199