<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel/camel-mime-message.c, branch release_19</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=release_19</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=release_19'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2000-02-17T18:02:38+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'ebusboom'.</title>
<updated>2000-02-17T18:02:38+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2000-02-17T18:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=801e6f456d73c70c8da6e7c0f75a4925869338f3'/>
<id>urn:sha1:801e6f456d73c70c8da6e7c0f75a4925869338f3</id>
<content type='text'>
svn path=/branches/ebusboom/; revision=1824
</content>
</entry>
<entry>
<title>revamped so that it uses the output stream of the data wrapper</title>
<updated>2000-02-17T15:19:04+00:00</updated>
<author>
<name>bertrand</name>
<email>Bertrand.Guiheneuf@aful.org</email>
</author>
<published>2000-02-17T15:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b39cda14b7678b925a6e3e645b60fb9858fdfaf6'/>
<id>urn:sha1:b39cda14b7678b925a6e3e645b60fb9858fdfaf6</id>
<content type='text'>
2000-02-17  bertrand  &lt;Bertrand.Guiheneuf@aful.org&gt;

	* camel/camel-formatter.c (handle_text_plain):
	revamped so that it uses the output stream
	of the data wrapper
	(handle_text_html): ditto.


	* camel/camel-simple-data-wrapper.h:
	* camel/camel-simple-data-wrapper.c (camel_simple_data_wrapper_new):
	use (void) instead of ().
	(_get_output_stream): simple implementation.

A lot of small fixes so that the new parser scheme
works properly. Simple implementation of the stream
though.

Changed vette-formatter files so that they work with the
new scheme.

The new parser is now in a usable state. Still needs some work but the
infrastructure is here. /me is happy.

svn path=/trunk/; revision=1822
</content>
</entry>
<entry>
<title>set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE ---</title>
<updated>2000-02-09T21:09:31+00:00</updated>
<author>
<name>bertrand</name>
<email>Bertrand.Guiheneuf@aful.org</email>
</author>
<published>2000-02-09T21:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2088dd34013562ec6c051d2b7524e9167bd89a57'/>
<id>urn:sha1:2088dd34013562ec6c051d2b7524e9167bd89a57</id>
<content type='text'>
2000-02-09  bertrand  &lt;Bertrand.Guiheneuf@aful.org&gt;

	* camel/camel-mime-message.c (camel_mime_message_init):
	set the mime type to "mime/message".
	--- THIS IS NOT THE CONTENT TYPE ---

	* camel/camel-mime-body-part.c (camel_mime_body_part_init):
	set the mime type to "body-part".
	--- THIS IS NOT THE CONTENT TYPE ---

	* camel/camel-data-wrapper.c (camel_data_wrapper_set_mime_type):
	mime_type is const.
	(_set_input_stream): really set the input stream
	(_set_output_stream): really set the output stream
	various other typo fixes.

	* tests/ui-tests/message-browser.c: various typo
	fixes in the ctree construction.

svn path=/trunk/; revision=1712
</content>
</entry>
<entry>
<title>add recipient_list to the recipients, not recipients_list. I don't know</title>
<updated>2000-01-24T15:07:18+00:00</updated>
<author>
<name>bertrand</name>
<email>bertrand@helixcode.com</email>
</author>
<published>2000-01-24T15:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=98e15c6b5c3757241e3a4017df85ee0e42a5f947'/>
<id>urn:sha1:98e15c6b5c3757241e3a4017df85ee0e42a5f947</id>
<content type='text'>
2000-01-24  bertrand  &lt;bertrand@helixcode.com&gt;

	* camel/camel-recipient.c (camel_recipient_table_add_list):
	add recipient_list to the recipients, not recipients_list.
	I don't know what that variable was doing here.

2000-01-23  bertrand  &lt;bertrand@helixcode.com&gt;

	* camel/camel-store.c (camel_store_get_session):
	added a public get_session method.

	* camel/providers/mbox/camel-mbox-summary.c (camel_mbox_save_summary):
	(camel_mbox_load_summary): load/save message sizes in the summary file

	* camel/providers/mbox/camel-mbox-summary.h:
	added a size field to the message information
	structure.

	* camel/providers/mbox/camel-mbox-utils.c (parsed_information_to_mbox_summary):
	copy message size to the mbox summary information too.

	* camel/camel-stream-fs.c (_seek): updated to
	work with bounded fs streams.
	(_write): ditto.
	(_read): ditto.

	* camel/camel-stream-fs.h (struct ):
	added the cur_pos, inf_bound and sup_bound
	members to allow for bounded fs stream.

	* camel/camel-stream-fs.c (_set_bounds): new func.
	(_init_with_fd_and_bounds): idem.
	(_init_with_name_and_bounds): idem.
	New functions to allow the usage of bounded fs streams.

	The bounded fs stream allow, for example, to make a stream
	from a message stored in an mbox file.

svn path=/trunk/; revision=1620
</content>
</entry>
<entry>
<title>Updated my e-mail address to reflect my new employment</title>
<updated>2000-01-03T23:05:55+00:00</updated>
<author>
<name>Bertrand Guiheneuf</name>
<email>bertrand@src.gnome.org</email>
</author>
<published>2000-01-03T23:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=316a4c47ff4abfca30682164793c2cec70da753d'/>
<id>urn:sha1:316a4c47ff4abfca30682164793c2cec70da753d</id>
<content type='text'>
svn path=/trunk/; revision=1533
</content>
</entry>
<entry>
<title>Fix copyright informations once again</title>
<updated>1999-12-14T22:40:38+00:00</updated>
<author>
<name>Bertrand Guiheneuf</name>
<email>bertrand@src.gnome.org</email>
</author>
<published>1999-12-14T22:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=331335d12c5e1f91027c4f5cd689da5380912119'/>
<id>urn:sha1:331335d12c5e1f91027c4f5cd689da5380912119</id>
<content type='text'>
svn path=/trunk/; revision=1489
</content>
</entry>
<entry>
<title>Make set_* methods in CamelMimeMessage use const strings.</title>
<updated>1999-12-09T02:35:42+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>1999-12-09T02:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=54e2b5022a8eca59e4aac0d5b0d3cb125d54c008'/>
<id>urn:sha1:54e2b5022a8eca59e4aac0d5b0d3cb125d54c008</id>
<content type='text'>
svn path=/trunk/; revision=1477
</content>
</entry>
<entry>
<title>More work:</title>
<updated>1999-11-17T15:35:43+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>1999-11-17T15:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9663037f6c0daaf03d74c88afb002a6bb33f222b'/>
<id>urn:sha1:9663037f6c0daaf03d74c88afb002a6bb33f222b</id>
<content type='text'>
- Fixed some Camel API naming issues.
- Moved the message composer stuff to the `composer' directory.

svn path=/trunk/; revision=1395
</content>
</entry>
<entry>
<title>Added streaming capability to CamelDataWrapper.  This makes it possible, for</title>
<updated>1999-11-17T14:39:25+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>1999-11-17T14:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ca7044930f42a698fd88f914c2512a20e2eeaae9'/>
<id>urn:sha1:ca7044930f42a698fd88f914c2512a20e2eeaae9</id>
<content type='text'>
example, to build multipart messages out of files that are on disk without
loading them in memory.

svn path=/trunk/; revision=1394
</content>
</entry>
<entry>
<title>Copyright change</title>
<updated>1999-10-23T15:19:51+00:00</updated>
<author>
<name>Bertrand Guiheneuf</name>
<email>bertrand@src.gnome.org</email>
</author>
<published>1999-10-23T15:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8fe1aa5f41bfec98795cc71df37d4afbbc34464f'/>
<id>urn:sha1:8fe1aa5f41bfec98795cc71df37d4afbbc34464f</id>
<content type='text'>
svn path=/trunk/; revision=1348
</content>
</entry>
</feed>
