<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel/tests/data, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2005-01-11T00:00:07+00:00</updated>
<entry>
<title>Kill dead files</title>
<updated>2005-01-11T00:00:07+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2005-01-11T00:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fba011bf008443ee5130f1426aa65e11245cd84a'/>
<id>urn:sha1:fba011bf008443ee5130f1426aa65e11245cd84a</id>
<content type='text'>
svn path=/trunk/; revision=28342
</content>
</entry>
<entry>
<title>Don't try dot-files.</title>
<updated>2003-09-23T16:50:06+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2003-09-23T16:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4bd500a0d8675162633c371e2e1eff23261c38d3'/>
<id>urn:sha1:4bd500a0d8675162633c371e2e1eff23261c38d3</id>
<content type='text'>
2003-09-23  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* tests/message/test4.c (main): Don't try dot-files.

svn path=/trunk/; revision=22665
</content>
</entry>
<entry>
<title>Same.</title>
<updated>2003-08-01T19:13:20+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2003-08-01T19:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1b7da17c253261888de022fa0d6bebaa2d63df7a'/>
<id>urn:sha1:1b7da17c253261888de022fa0d6bebaa2d63df7a</id>
<content type='text'>
2003-08-01  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* tests/smime/pgp-mime.c: Same.

	* tests/smime/pgp.c: Updated to build and to import some custom
	gpg keys for use with testing.

svn path=/trunk/; revision=22055
</content>
</entry>
<entry>
<title>little util to scan mailboxes for any and every address they contain.</title>
<updated>2000-11-24T07:06:45+00:00</updated>
<author>
<name>Michael Zucci</name>
<email>zucchi@src.gnome.org</email>
</author>
<published>2000-11-24T07:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=05aaadc66b77c9f080b590fa19938de8ec80691d'/>
<id>urn:sha1:05aaadc66b77c9f080b590fa19938de8ec80691d</id>
<content type='text'>
	* tests/data/getaddr.pl: little util to scan mailboxes for any and
	every address they contain.

	* tests/message/test2.c (main): Added a bunch of stuff to test
	decoding/reencoding/etc of internationalised addresses.

	* tests/message/lib/address-data.h: Copy of some unicode/other
	testing data.  **Beware** of editing this file in emacs, it'll
	probably try and convert all the characters to something
	unusable.

	* tests/lib/camel-test.c (camel_test_break): Add a debugger hook
	point.

	* camel-mime-utils.c (quoted_encode): Check for space and convert
	to _ separately.
	(header_decode_mailbox): Fixed the 'check comments for realname'
	code, problem was the domain getting code was skipping all
	whitespace/comments before we could get a look-in.  This is
	approximate but fairly robust.
	(header_decode_text): Dont use the c-type isspace func here, we
	want a specific whitespace only.
	(header_decode_text): If we have decoded words next to each other,
	do not insert whitespaces between them, which is what rfc2047 requires.
	(header_decode_text): Make c unsigned too.

svn path=/trunk/; revision=6658
</content>
</entry>
<entry>
<title>Add tests.</title>
<updated>2000-11-24T03:18:20+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@HelixCode.com</email>
</author>
<published>2000-11-24T03:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=99e80d6ecf06cc60f2734f87bc974bd9479ba139'/>
<id>urn:sha1:99e80d6ecf06cc60f2734f87bc974bd9479ba139</id>
<content type='text'>
2000-11-24  Not Zed  &lt;NotZed@HelixCode.com&gt;

	* Makefile.am (SUBDIRS): Add tests.

	* camel-mime-filter-basic.c (filter): Well, I'll add the extra
	bytes here too, lathough not strictly needed, might save a
	re-malloc when we get to complete().

	* camel-mime-filter-charset.c (filter): Make sure we have room if
	we only convert very short data.
	(complete): and here too.

	* tests/Makefile.am: Initial test harness &amp; tests.  Requires gcc
	for this.

	* camel-internet-address.c (d): Turn off debug.

	* camel-charset-map.c (camel_charset_step): Oops, &amp; masks for set
	intersection, not | them.  Dunno how this got even close to
	working.

2000-11-23  Not Zed  &lt;NotZed@HelixCode.com&gt;

	* camel-mime-filter-basic.c (filter): For base64 encoding, the
	output size for 0, 1, or 2 bytes of input can exceed input*2, so
	make sure we account for that as well.
	(complete): And here.
	(complete): Similarly for qp encoding, if we have a trailing
	space, we need some extra bytes (not needed for 'filter()', as any
	such bytes are stored in state/save).

	* camel-mime-utils.c (quoted_decode_step): Removed fixme not required.
	(quoted_encode_close): Dont append a trailing afterall.  Otherwise
	a pass through the encode/decode will grow the message each time.

svn path=/trunk/; revision=6656
</content>
</entry>
</feed>
