aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Added some malloc check debugging stuff.Not Zed2000-10-171-14/+14
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-121-2/+2
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-111-1/+1
* New function to fold headers.Not Zed2000-09-281-15/+35
* Make sure *datalength is > 0 before calling camel_mime_filter_filterJeffrey Stedfast2000-09-131-15/+17
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+3
* Merge with camel-async.Peter Williams2000-08-111-51/+33
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-2/+2
* Make the mime parser a bit less reckless. More reckful?Matthew Loper2000-07-271-1/+2
* get the article num out of our uid and mark it read in the newsrc.Chris Toshok2000-07-131-1/+2
* Don't copy newlines into the parsed header text, and turn any number ofDan Winship2000-06-181-10/+22
* 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