aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part-utils.c
Commit message (Expand)AuthorAgeFilesLines
* New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-191-2/+2
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-8/+8
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-8/+8
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-271-4/+4
* Namespaced.Jeffrey Stedfast2003-08-261-4/+4
* ** See bug #47634.Not Zed2003-08-161-10/+10
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-121-349/+11
* Revert my previous changes to this function.Jeffrey Stedfast2003-07-241-15/+346
* Add the CamelMimePartEncodingType definition here.Jeffrey Stedfast2003-07-171-345/+15
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-081-1/+0
* Partial fix for bug #44457.Jeffrey Stedfast2003-06-121-0/+1
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-171-1/+2
* Don't call g_utf8_validate on an empty message. Fixes a warning.Dan Winship2003-05-051-1/+1
* Dont assume adding 1 to line length will go to the next line. e.g. for dosNot Zed2003-04-171-1/+1
* Do a more thorough check for html marked as text/plain. Check that theNot Zed2003-03-271-2/+3
* Camel part of the fix for Lewing's bug #39204. Second half of the patchJeffrey Stedfast2003-03-221-8/+21
* canonicalise the charset name (if it is an iso charset) so that ourJeffrey Stedfast2003-02-261-2/+56
* Same as the ones below.Jeffrey Stedfast2003-02-261-9/+10
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-211-16/+14
* Detect text/html parts that were marked as text/plain and re-tag them asJeffrey Stedfast2002-12-171-14/+32
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-2/+2
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-051-1/+1
* Remove a ton of useless snot.Jeffrey Stedfast2002-11-011-2/+2
* Changed to use a different length calculator.Not Zed2002-07-191-5/+12
* oops, changed the location of where we check for multipart/encryptedJeffrey Stedfast2002-07-121-4/+7
* Handle multipart/encrypted parts too.Jeffrey Stedfast2002-07-121-3/+7
* Added a protocol field for users to use.Not Zed2002-05-311-29/+13
* If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-111-0/+3
* oops, after converting everything truncate the GByteArray to the correct leng...Jeffrey Stedfast2002-04-111-0/+4
* Fixed a bug that would miscalculate how much data to copy into theJeffrey Stedfast2002-04-111-46/+61
* Reverted my pgp/mime fixes here too.Jeffrey Stedfast2002-03-021-27/+2
* Rearrange the save filter stuff so that we save raw streams for all mimeJeffrey Stedfast2002-03-011-36/+31
* only save raw streams for leaf parts.Jeffrey Stedfast2002-02-281-2/+9
* Don't #include camel-mime-filter-save.h, we don't use it.Jeffrey Stedfast2002-02-281-1/+27
* revert my "simplification" of the last commit, it was broken - I must have be...Jeffrey Stedfast2001-12-191-4/+13
* New function to map ISO charsets to the Windows charsets.Jeffrey Stedfast2001-12-181-26/+49
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-111-4/+5
* For the uudecoding mode, garble up the "begin <mode> <filename>" lineJeffrey Stedfast2001-11-271-2/+6
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Remove the stupid warning that should never have been there in the first52001-10-261-2/+2
* Only do the rawtext checks if the part is a text part, otherwise don'tJeffrey Stedfast2001-10-221-1/+1
* If a charset isn't specified or claims to be utf-8, check the validity ofJeffrey Stedfast2001-10-191-2/+28
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-121-4/+6
* Change to camel_charset_iconv_open/close.22001-10-031-2/+2
* If the type is encoded, get the fallback charset from the message42001-09-251-4/+2
* Convert the charset to the iconv-friendly name.Jeffrey Stedfast2001-09-141-0/+2
* Reuse the original boundary instead of generating our own.Jeffrey Stedfast2001-09-081-2/+5
* re-read the iconv man page, and treat the return value properly. ItNot Zed2001-08-271-145/+110
* Revert Not Zed's previous commits as they apparently can cause seriousPeter Williams2001-08-251-91/+82
* Limit the maximum output buffer size. iconv bugs? returns E2BIG forever onNot Zed2001-08-241-1/+2
* Likewise.Not Zed2001-08-241-82/+90
* renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-201-1/+1
* Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-201-3/+3
* No need for `acharset' anymore. (check_html_charset): Return a const char*Jeffrey Stedfast2001-07-201-13/+11
* Removed. (check_html_charset): Replaced with this.Not Zed2001-07-121-71/+80
* New function to extract a meta-tag charset value if it exists.Jeffrey Stedfast2001-07-121-23/+100
* Ripped out my code since it was never being used since the mime parser isJeffrey Stedfast2001-07-121-111/+55
* New function to parse an HTML meta-tag.Jeffrey Stedfast2001-07-111-25/+83
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+4
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-1/+0
* Add tests.Not Zed2000-11-241-1/+3
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-1/+2
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-041-0/+4
* More UTF-8 handlingLauris Kaplinski2000-08-251-4/+4
* Fixed some warnings.Christopher James Lahey2000-08-111-6/+9
* Merge with camel-async.Peter Williams2000-08-111-10/+10
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-3/+19
* KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, outputDan Winship2000-06-171-4/+4
* Fixes Bug 192.Not Zed2000-06-021-1/+0
* Don't set a default boundary. Require the caller to do that.Dan Winship2000-05-261-1/+2
* Replace simple data wrapper here too, oops.NotZed2000-05-261-1/+1
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-4/+4
* Make camel not leak like a sieve.Dan Winship2000-05-081-0/+5
* And same here ...NotZed2000-05-051-1/+0
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-4/+4
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-4/+5
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-3/+2
* Dont use autofill on these fucking long function anmes!!!!!!22000-05-031-5/+3
* camel_mime_parser_tell() returns an offset from where it started parsing,Dan Winship2000-04-291-12/+21
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-3/+2
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-7/+3
* fix a cut-and-pasto.Dan Winship2000-04-251-1/+1
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-241-3/+5
* No longer call data_wrapper_repository_init.NotZed2000-04-241-117/+162
* kill camel-logDan Winship2000-04-191-25/+0
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* Make sure we open with create with a creation mask.NotZed2000-03-041-2/+0
* Free the data in the headers hash table. (_add_header): g_strdup theDan Winship2000-02-241-4/+5
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-0/+1
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-161-4/+20
* If we get a -1 read, DONT update the total bytes, and try and truncate theNotZed2000-02-101-8/+11
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* text parameter declared constbertrand1999-08-291-10/+13
* contruct the content from the buffer before calling CamelMediumbertrand1999-08-261-0/+31
* new file, groups mime-part related utils. Meant to be used by providersbertrand1999-08-261-0/+134