~vcs-imports/gmime/+git/gmime:GMIME_0_2_0

Last commit made on 2000-12-10
Get this branch:
git clone -b GMIME_0_2_0 https://git.launchpad.net/~vcs-imports/gmime/+git/gmime

Branch merges

Branch information

Name:
GMIME_0_2_0
Repository:
lp:~vcs-imports/gmime/+git/gmime

Recent commits

b09ba5b... by Jeffrey Stedfast <email address hidden>

Generate a random boundary if passed boundary is NULL.

2000-12-09 Jeffrey Stedfast <email address hidden>

 * gmime-part.c (g_mime_part_set_boundary): Generate a random
 boundary if passed boundary is NULL.

a25bf67... by Jeffrey Stedfast <email address hidden>

Traverses a MIME Part and 'always' extracts the body assuming it exists.

2000-12-07 Jeffrey Stedfast <email address hidden>

 * gmime-message.c (multipart_get_body): Traverses a MIME Part and
 'always' extracts the body assuming it exists. Extracts the
 preffered text type if it exists, otherwise returns the type less
 preferred.
 (g_mime_message_get_body): Use multipart_get_body if the toplevel
 part is a multipart.

a510a48... by Jeffrey Stedfast <email address hidden>

Fixed Makefile.am to pass distcheck

6d5a01e... by Jeffrey Stedfast <email address hidden>

more s/mime rfcs

3c4170d... by Jeffrey Stedfast <email address hidden>

Updated with more RFCs, etc.

2000-12-05 Jeffrey Stedfast <email address hidden>

 * README: Updated with more RFCs, etc.

 * rfc/* Added a bunch more rfcs of interest.

2402c2d... by Jeffrey Stedfast <email address hidden>

oops, wrong rfc :-)

0420abd... by Jeffrey Stedfast <email address hidden>

Added rfcs of interest

67f8b2c... by Jeffrey Stedfast <email address hidden>

Added test code for the address parser.

2000-12-04 Jeffrey Stedfast <email address hidden>

 * test-mime.c: Added test code for the address parser.

 * gmime-utils.c (g_mime_utils_quoted_encode_step): Updated. No
 longer need to special-case whitespace chars as they have been put
 into the gmime_special_table (a while ago).

d4efd60... by Jeffrey Stedfast <email address hidden>

Install gmime.m4

2000-12-02 Jeffrey Stedfast <email address hidden>

 * Makefile.am: Install gmime.m4

 * gmime.m4: Added.

692a9cc... by Jeffrey Stedfast <email address hidden>

New convenience function for manipulating each subpart of a mime part.

2000-12-02 Jeffrey Stedfast <email address hidden>

 * gmime-part.c (g_mime_part_foreach): New convenience function for
 manipulating each subpart of a mime part.

 * gmime-message.c (g_mime_message_foreach_part): New convenience
 function for manipulating all mime parts of a message.

2000-12-02 Jeffrey Stedfast <email address hidden>

 * doc/sgml/*:
 * doc/html/*: Updated.

 * doc/gmime-sections.txt: Add g_mime_message_[g,s]et_message_id.

 * gmime-parser.c (construct_headers): Parse out Message-Id
 headers.

 * gmime-message.c (g_mime_message_destroy): Free the message id.
 (g_mime_message_set_message_id): New function to set the message
 id on a message.
 (g_mime_message_set_message_id): New accessor function for
 message-ids.
 (create_header): Write out the Message-Id if and only if it
 exists.