From 722899621625bafb134152534a3af08a0c9ef837 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 26 Nov 2001 21:30:55 +0000 Subject: For the uudecoding mode, garble up the "begin " line 2001-11-26 Jeffrey Stedfast * camel-mime-filter-basic.c: For the uudecoding mode, garble up the "begin " line before decoding. * camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser): Add a uudecoder if the transfer encoding is x-uuencode. * camel-mime-part.c (write_to_stream): Handle x-uuencoded content too. svn path=/trunk/; revision=14789 --- camel/camel-mime-part.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-mime-part.h') diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index 785fecf9d9..4f05ecb71b 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -50,6 +50,7 @@ enum _CamelMimePartEncodingType { CAMEL_MIME_PART_ENCODING_BASE64, CAMEL_MIME_PART_ENCODING_QUOTEDPRINTABLE, CAMEL_MIME_PART_ENCODING_BINARY, + CAMEL_MIME_PART_ENCODING_UUENCODE, CAMEL_MIME_PART_NUM_ENCODINGS }; typedef enum _CamelMimePartEncodingType CamelMimePartEncodingType; -- cgit v1.2.3