aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-parser.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-1953/+0
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-2/+0
* re-constify inbuf, to remove a warning.Not Zed2001-03-141-6/+5
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-131-0/+2
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-0/+5
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-211-26/+140
* Go until inend, not inend+1. Changed the continuation and retry logic toNot Zed2000-11-111-187/+134
* Make sure 'atleast' is at least 1, always. This is possibly a temporaryNot Zed2000-11-111-3/+4
* Keep track of the caller bestenc flags that make sense.Not Zed2000-11-081-126/+111
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-041-4/+86
* Merged in camel-incremental-branch.Not Zed2000-11-021-1/+8
* 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