pkgsrc/mail/gmime/PLIST

138 lines
5.3 KiB
Text
Raw Normal View History

Update to 2.1.9. While here, convert to options.mk for the ipv6 option. 2004-10-01 Jeffrey Stedfast <fejj@ximian.com> * README: Updated * configure.in: Bumped version to 2.1.9 2004-09-29 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime-parser.c (parser_step_headers): Save the entire raw part header as well. (parser_init): Init the rawbuf (will be used for holding the raw part header). (parser_close): Free the rawbuf. (parser_construct_leaf_part): Set the raw header on the mime part. (parser_construct_multipart): Set the raw header on the multipart. (parser_construct_message): Don't use g_mime_message_set_mime_part or we'll end up clearing the raw header that we worked so hard to preserve. (parser_scan_message_part): Same. (parser_scan_multipart_face): Change comparison to >= so that we actually get rid of the last crlf sequence like we meant to. (parser_fill): Get rid of the atleast check (it isn't really needed and can cause breakage). * gmime/gmime-message.c (message_get_headers): Modified to only write part headers if the toplevel mime part contains the raw header. (message_write_to_stream): Same. (g_mime_message_set_mime_part): Clear the raw message headers since it obviously won't contain the raw message headers. (message_add_header): If any message headers change, clear the raw header from the toplebel mime part. (message_set_header): Same. * gmime/gmime-header.c (g_mime_header_set_raw): New function to set the raw part header (to be used in place of our own folding if available). (g_mime_header_has_raw): New function to check if the raw header is available. 2004-09-28 Peter Bloomfield <PeterBloomfield@bellsouth.net> * gmime/gmime-multipart-signed.c (sign_prepare): Must treat multipart/signed and multipart/encrypetd parts as opaque (e.g. don't even attempt to change their encodings). 2004-09-13 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-message.c (write_addrspec): New folding callback to use on addrspec headers. (g_mime_message_init): Register write_addrspec for all address headers. * gmime/gmime-utils.c (header_fold): Fixed the logic a bit for structured headers such that we don't break long tokens. 2004-08-22 Jeffrey Stedfast <fejj@ximian.com> * README: Updated. * configure.in: Bumped the version to 2.1.8 * gmime/gmime.h.in: #include <gmime/gmime-session-simple.h> for ia64 build fix on Debian (required because of the way gtk-doc's scan program works). * gmime/gmime-filter-enriched.c (enriched_to_html): Don't replace <nofill> with <pre>. Also, replace lone '\n's with a space as suggested by rfc1896. 2004-08-08 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime-multipart-encrypted.c (g_mime_multipart_encrypted_encrypt): Don't set encrypted.asc as the filename anymore. * gmime/gmime-multipart-signed.c (g_mime_multipart_signed_sign): Added a hack for Balsa so it can support S/MIME. Also don't set the filename to signature.asc. Balsa maintainers don't want this *shrug*. (g_mime_multipart_signed_verify): Same. These changes really require a design change to CipherContext but that'll have to wait. 2004-08-04 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Changed the iconv-detect logic to not error-out on fail. The code can properly handle the case where iconv-detect.h doesn't exist, so let it do that instead. 2004-07-30 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-utils.c (rfc2047_encode_get_rfc822_words): Don't use g_unichar_isspace() here, we only want to break 'words' on ascii lwsp. 2004-07-16 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime.c (g_mime_init): Make intialisation ref-counted. (g_mime_shutdown): Updated. 2004-07-06 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime-utils.c (rfc2047_encode_get_rfc822_words): Break apart long words so that they we don't generate encoded-word tokens that are >75 chars. Fixes bug #145497.
2004-11-14 17:48:55 +01:00
@comment $NetBSD: PLIST,v 1.5 2004/11/14 16:48:55 jmmv Exp $
bin/gmime-config
bin/uudecode
bin/uuencode
include/gmime-2.0/gmime/gmime-charset.h
include/gmime-2.0/gmime/gmime-cipher-context.h
include/gmime-2.0/gmime/gmime-content-type.h
include/gmime-2.0/gmime/gmime-data-wrapper.h
include/gmime-2.0/gmime/gmime-disposition.h
include/gmime-2.0/gmime/gmime-error.h
include/gmime-2.0/gmime/gmime-filter-basic.h
include/gmime-2.0/gmime/gmime-filter-best.h
include/gmime-2.0/gmime/gmime-filter-charset.h
include/gmime-2.0/gmime/gmime-filter-crlf.h
include/gmime-2.0/gmime/gmime-filter-enriched.h
include/gmime-2.0/gmime/gmime-filter-from.h
include/gmime-2.0/gmime/gmime-filter-gzip.h
include/gmime-2.0/gmime/gmime-filter-html.h
include/gmime-2.0/gmime/gmime-filter-md5.h
include/gmime-2.0/gmime/gmime-filter-strip.h
include/gmime-2.0/gmime/gmime-filter-windows.h
include/gmime-2.0/gmime/gmime-filter-yenc.h
include/gmime-2.0/gmime/gmime-filter.h
include/gmime-2.0/gmime/gmime-gpg-context.h
include/gmime-2.0/gmime/gmime-header.h
include/gmime-2.0/gmime/gmime-host-utils.h
include/gmime-2.0/gmime/gmime-iconv-utils.h
include/gmime-2.0/gmime/gmime-iconv.h
include/gmime-2.0/gmime/gmime-message-part.h
include/gmime-2.0/gmime/gmime-message-partial.h
include/gmime-2.0/gmime/gmime-message.h
include/gmime-2.0/gmime/gmime-multipart-encrypted.h
include/gmime-2.0/gmime/gmime-multipart-signed.h
include/gmime-2.0/gmime/gmime-multipart.h
include/gmime-2.0/gmime/gmime-object.h
include/gmime-2.0/gmime/gmime-param.h
include/gmime-2.0/gmime/gmime-parser.h
include/gmime-2.0/gmime/gmime-part.h
include/gmime-2.0/gmime/gmime-session-simple.h
include/gmime-2.0/gmime/gmime-session.h
include/gmime-2.0/gmime/gmime-stream-buffer.h
include/gmime-2.0/gmime/gmime-stream-cat.h
include/gmime-2.0/gmime/gmime-stream-file.h
include/gmime-2.0/gmime/gmime-stream-filter.h
include/gmime-2.0/gmime/gmime-stream-fs.h
include/gmime-2.0/gmime/gmime-stream-mem.h
include/gmime-2.0/gmime/gmime-stream-mmap.h
include/gmime-2.0/gmime/gmime-stream-null.h
include/gmime-2.0/gmime/gmime-stream.h
include/gmime-2.0/gmime/gmime-type-utils.h
include/gmime-2.0/gmime/gmime-utils.h
include/gmime-2.0/gmime/gmime.h
include/gmime-2.0/gmime/internet-address.h
lib/gmimeConf.sh
lib/libgmime-2.0.la
lib/pkgconfig/gmime-2.0.pc
share/doc/gmime/CipherContexts.html
share/doc/gmime/DataWrappers.html
share/doc/gmime/Filters.html
share/doc/gmime/Headers.html
share/doc/gmime/InternetAddresses.html
share/doc/gmime/MimeParts.html
share/doc/gmime/Parsers.html
share/doc/gmime/Sessions.html
share/doc/gmime/Streams.html
share/doc/gmime/ch01.html
share/doc/gmime/classes.html
share/doc/gmime/core.html
share/doc/gmime/fundamentals.html
share/doc/gmime/gmime-building.html
share/doc/gmime/gmime-changes-2-0.html
share/doc/gmime/gmime-changes-2-2.html
share/doc/gmime/gmime-compiling.html
share/doc/gmime/gmime-data-wrappers.html
share/doc/gmime/gmime-filters.html
share/doc/gmime/gmime-gmime-charset.html
share/doc/gmime/gmime-gmime-cipher-context.html
share/doc/gmime/gmime-gmime-content-type.html
share/doc/gmime/gmime-gmime-data-wrapper.html
share/doc/gmime/gmime-gmime-disposition.html
share/doc/gmime/gmime-gmime-filter-basic.html
share/doc/gmime/gmime-gmime-filter-best.html
share/doc/gmime/gmime-gmime-filter-charset.html
share/doc/gmime/gmime-gmime-filter-crlf.html
share/doc/gmime/gmime-gmime-filter-enriched.html
share/doc/gmime/gmime-gmime-filter-from.html
share/doc/gmime/gmime-gmime-filter-gzip.html
share/doc/gmime/gmime-gmime-filter-html.html
share/doc/gmime/gmime-gmime-filter-md5.html
share/doc/gmime/gmime-gmime-filter-strip.html
share/doc/gmime/gmime-gmime-filter-windows.html
share/doc/gmime/gmime-gmime-filter-yenc.html
share/doc/gmime/gmime-gmime-filter.html
share/doc/gmime/gmime-gmime-gpg-context.html
share/doc/gmime/gmime-gmime-header.html
share/doc/gmime/gmime-gmime-host-utils.html
share/doc/gmime/gmime-gmime-iconv-utils.html
share/doc/gmime/gmime-gmime-iconv.html
share/doc/gmime/gmime-gmime-message-part.html
share/doc/gmime/gmime-gmime-message-partial.html
share/doc/gmime/gmime-gmime-message.html
share/doc/gmime/gmime-gmime-multipart-encrypted.html
share/doc/gmime/gmime-gmime-multipart-signed.html
share/doc/gmime/gmime-gmime-multipart.html
share/doc/gmime/gmime-gmime-object.html
share/doc/gmime/gmime-gmime-param.html
share/doc/gmime/gmime-gmime-parser.html
share/doc/gmime/gmime-gmime-part.html
share/doc/gmime/gmime-gmime-session-simple.html
share/doc/gmime/gmime-gmime-session.html
share/doc/gmime/gmime-gmime-stream-buffer.html
share/doc/gmime/gmime-gmime-stream-cat.html
share/doc/gmime/gmime-gmime-stream-file.html
share/doc/gmime/gmime-gmime-stream-filter.html
share/doc/gmime/gmime-gmime-stream-fs.html
share/doc/gmime/gmime-gmime-stream-mem.html
share/doc/gmime/gmime-gmime-stream-mmap.html
share/doc/gmime/gmime-gmime-stream-null.html
share/doc/gmime/gmime-gmime-stream.html
share/doc/gmime/gmime-gmime-utils.html
share/doc/gmime/gmime-gmime.html
share/doc/gmime/gmime-internet-address.html
share/doc/gmime/gmime-question-index.html
share/doc/gmime/gmime-resources.html
share/doc/gmime/gmime-streams.html
share/doc/gmime/gmime.devhelp
share/doc/gmime/gmime.html
share/doc/gmime/home.png
share/doc/gmime/index.html
share/doc/gmime/index.sgml
share/doc/gmime/left.png
share/doc/gmime/right.png
share/doc/gmime/style.css
share/doc/gmime/up.png
@dirrm share/doc/gmime
@dirrm include/gmime-2.0/gmime
@dirrm include/gmime-2.0