<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel/tests/lib, branch XPROP_REWRITE</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=XPROP_REWRITE</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=XPROP_REWRITE'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-05-15T16:19:25+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-05-15T16:19:25+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-05-15T16:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65'/>
<id>urn:sha1:8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65</id>
<content type='text'>
'XPROP_REWRITE'.

svn path=/tags/XPROP_REWRITE/; revision=16889
</content>
</entry>
<entry>
<title>Add a CamelMimeFilterStripHeader that removes a header from mime output. Used</title>
<updated>2001-06-28T20:35:43+00:00</updated>
<author>
<name>Peter Williams</name>
<email>peterw@ximian.com</email>
</author>
<published>2001-06-28T20:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6ffa930086b903dbd8fed3543f5e4ed762b6e8d1'/>
<id>urn:sha1:6ffa930086b903dbd8fed3543f5e4ed762b6e8d1</id>
<content type='text'>
by sendmail to strip the BCC from the email while still sending to the BCC
recipients.

camel:

2001-06-28  Peter Williams  &lt;peterw@ximian.com&gt;

        * camel-mime-filter-stripheader.c: New file. Filter that strips a
        header from mime output.

        * camel-mime-filter-stripheader.h: New file. Header for the above.

        * providers/smtp/camel-smtp-transport.c (smtp_data): Use the stripheader
        filter to remove the "Bcc" header.

        * Makefile.am: Add the stripheader files.

        * tests/lib/Makefile.am (INCLUDES): Get this to compile again.

        * tests/mime-filter/test-stripheader.c: New file. Test suite for
        the CamelMimeFilterStripHeader.

        * tests/mime-filter/Makefile.am: New test section: mime filters.

mail:

2001-06-28  Peter Williams  &lt;peterw@ximian.com&gt;

        * mail-ops.c (mail_send_message): Revert fejj's Bcc header removal;
        this unsets the BCC recipients and so doesn't send to the Bcc'd
        people at all.

svn path=/trunk/; revision=10576
</content>
</entry>
<entry>
<title>Only create a missing uid if we have indexing turned on.</title>
<updated>2001-06-18T14:36:44+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-06-18T14:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e905364beee184b99637029de7151b43339b2e1c'/>
<id>urn:sha1:e905364beee184b99637029de7151b43339b2e1c</id>
<content type='text'>
2001-06-18  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-folder-summary.c
        (camel_folder_summary_info_new_from_parser): Only create a missing
        uid if we have indexing turned on.

        * camel-lock-helper.c (setup_process): Function to setup
        process/sanity/security checks.  Change to the real uid as soon as
        we can.
        (lock_path): First try to lock as the real uid, if that fails, try
        the root uid.
        (unlock_id): Unlock as the uid we created the lock as.

        * Makefile.am (INCLUDES): Added -DCAMEL_SBINDIR for lock helper
        location.

        * providers/local/camel-spool-folder.c (spool_lock): Implemented,
        using lock helper locking.  Need to work out if the locking
        requires a root created lock?
        (spool_unlock): Likewise.

2001-06-15  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-lock-helper.c: Setuid Lock helper process.  Creates and manages
        .locks, keeping them active, removing them, etc.  What real perms it
        needs is a little system dependent.

2001-06-14  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-maildir-store.c (get_folder_info): Implement.
        (scan_dir): Does the work of scanning for maildir directories.

2001-06-13  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-spool-store.c (get_folder_info):
        Implemented, just returns a hardcoded INBOX folder.
        (free_folder_info): implemented, free's the 1 possible level of
        folder info.

        * providers/local/camel-spool-folder.c
        (camel_spool_folder_construct): Set the real unread message
        count on the folder_created thing.

svn path=/trunk/; revision=10261
</content>
</entry>
<entry>
<title>A new provider, for spool mailboxes. Mostly a cut and paste of the mbox</title>
<updated>2001-06-12T14:29:28+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-06-12T14:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f14e85f771600855dedae6d29301d656ea86185b'/>
<id>urn:sha1:f14e85f771600855dedae6d29301d656ea86185b</id>
<content type='text'>
2001-06-12  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-spool-*.[ch]: A new provider, for spool
        mailboxes.  Mostly a cut and paste of the mbox code, but not a
        subclass CamelLocal*.  Not tested a lot, doesn't lock yet, use
        with extreme caution.

        * tests/lib/folders.c (test_folder_message_ops): Added spool arg,
        spool folders can't be deleted, renamed, etc.
        (test_folder_basic): Same.

        * tests/folder/test2.c (main): Added checks for spool type.

        * tests/[message|stream|folder|misc|smime]/Makefile.am (LDADD):
        Added db3 flags, so make check compiles, doesn't run though.

2001-05-24  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/local/camel-local-provider.c
        (camel_provider_module_init): Added spool provider.

svn path=/trunk/; revision=10198
</content>
</entry>
<entry>
<title>Fix an fd leak</title>
<updated>2001-05-27T19:52:07+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-05-27T19:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=618ce2988e65058388fb9581ea427f11399de5a2'/>
<id>urn:sha1:618ce2988e65058388fb9581ea427f11399de5a2</id>
<content type='text'>
	* tests/lib/messages.c (test_message_read_file): Fix an fd leak

	* tests/lib/session.c, tests/lib/session.h: a CamelSession
	subclass for the test programs.

	* tests/lib/Makefile.am: include session.[ch]

	* tests/folder/test*.c: Use a CamelTestSession from libcameltest
	instead of cut+pasting everywhere.

	* tests/misc/url.c (main): Update for a camel_url_new change at
	some point.

	* tests/*/.cvsignore: Add stuff.

	* camel-mime-utils.c (rfc2047_encode_word): Fix a silly ==/!=
	mixup.

svn path=/trunk/; revision=10023
</content>
</entry>
<entry>
<title>Added profiling temp files.</title>
<updated>2001-01-22T11:57:29+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-01-22T11:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=881c6eb75265d4d414626fbb0b22acb8921d7e14'/>
<id>urn:sha1:881c6eb75265d4d414626fbb0b22acb8921d7e14</id>
<content type='text'>
2001-01-22  Not Zed  &lt;NotZed@Ximian.com&gt;

        * .cvsignore */*/.cvsignore: Added profiling temp
        files.

svn path=/trunk/; revision=7705
</content>
</entry>
<entry>
<title>Index: ChangeLog</title>
<updated>2001-01-17T01:07:02+00:00</updated>
<author>
<name>Michael Zucci</name>
<email>zucchi@src.gnome.org</email>
</author>
<published>2001-01-17T01:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4f5effdf884b53299fb85bf344ccd5441f01d7fe'/>
<id>urn:sha1:4f5effdf884b53299fb85bf344ccd5441f01d7fe</id>
<content type='text'>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.684
diff -r1.684 ChangeLog
0a1,34
&gt; 2001-01-17  Not Zed  &lt;NotZed@Ximian.com&gt;
&gt;
&gt; 	* camel-folder.c (free_summary): Call
&gt; 	camel_folder_summary_array_free() to do the work.
&gt; 	(get_summary): Use camel_folder_summary_array() to get the array
&gt; 	atomically.  These fixes allow folder/test8 to work again, and fix
&gt; 	a sort of race where the summary size can change while we were
&gt; 	making a copy of it.
&gt;
&gt; 	* camel-folder-summary.c (camel_folder_summary_array): Get the
&gt; 	summary array atomically, so it can't contain empty records.
&gt; 	(camel_folder_summary_array_free): And free it.
&gt;
&gt; 	* tests/lib/camel-test.c (die): If we are verbose &amp; in threads,
&gt; 	then goto sleep so we can debug.
&gt;
&gt; 	* tests/folder/test8.c (worker): Add a missing pull() for
&gt; 	comnparing content.
&gt;
&gt; 	* camel-filter-search.c: Fix the symbol table, so match-all is an
&gt; 	immediate function, as it should be.
&gt;
&gt; 	* tests/folder/test9.c (main): New test, tests some filtering
&gt; 	things.
&gt;
&gt; 	* tests/message/test3.c (main): Dont use a boundary string with
&gt; 	spaces in it.  Folding can corrupt it.  Maybe the folding isn't
&gt; 	working entirely right, but anyway.
&gt;
&gt; 	* camel-session.c: Debug out the debug.
&gt;
&gt; 	* camel-filter-driver.c (camel_filter_driver_filter_folder): Plug
&gt; 	a messageinfo leak.
&gt;
1a36,94
&gt;
&gt; 	* camel-filter-search.c (header_exists): Changed to support
&gt; 	multiple args (or'd together).
&gt; 	(header_contains): Cleaned up to match the search code.  Why did
&gt; 	fejj change it? I'll never know.
&gt; 	(header_matches):
&gt; 	(header_starts_with):
&gt; 	(header_ends_with): Big cleanup of fejj's "i'm the cut &amp; paste
&gt; 	king" code.  Also properly handle or'ing of additional args to
&gt; 	match what the folder-search code should do.
&gt; 	(check_match): New function which does the annoying matching
&gt; 	stuff (for header matches).
&gt; 	(check_header): Similarly, handles or'ing of the matches together.
&gt; 	(header_contains):
&gt; 	(header_matches):
&gt; 	(header_starts_with):
&gt; 	(header_ends_with): Call check_header to do the actual work.
&gt; 	(header_soundex): And here too.
&gt; 	(match_all): Yeah like match-all isn't passed expression results,
&gt; 	its passed expression terms.  Fix this so match-all works like it
&gt; 	should, by executing the contained expression.
&gt; 	(message_body_contains): Copied directly from
&gt; 	camel-folder-search.c, a more robust/faster/simpler body search
&gt; 	code.
&gt; 	(mime_part_matches): Removed entirely.
&gt; 	(handle_multipart): Removed entirely.
&gt; 	(build_match_regex): Copied from camel-folder-search.  Builds a
&gt; 	set of simple strings into a regex pattern that matches any of
&gt; 	them (for faster &amp; simpler matching).  Expanded to accept regex
&gt; 	patterns itself, so it can merge them together.
&gt; 	(body_contains): Use build match/match message to match using a
&gt; 	built regex.
&gt; 	(body_regex): Likewise, this time we tell it we're building a
&gt; 	regex though.
&gt; 	(header_full_regex): Use build_match_regex to take the drudgery
&gt; 	out of it, and expand it to handle multiple regex's at once.
&gt; 	(get_full_header): slightly cleaner (well i dunno, the sprintf
&gt; 	stuff just got to me).
&gt; 	(header_regex): Cleaned up to use build_match_Regex too, and to
&gt; 	properly check types.
&gt; 	(filter_message_search): Just allocate 'fms' on the stack.
&gt;
&gt; 	* camel-filter-driver.c (camel_filter_driver_finalise):
&gt; 	(camel_filter_driver_init):
&gt; 	(camel_filter_driver_class_init):
&gt; 	(camel_filter_driver_get_type): Changed from gtk object to camel
&gt; 	object.
&gt; 	(camel_filter_driver_add_rule): New function to add a rule to be
&gt; 	processed in sexp form.
&gt; 	(camel_filter_driver_init): Init the rules list.
&gt; 	(camel_filter_driver_finalise): Clear the rules/rules list.
&gt; 	(camel_filter_driver_filter_message): Scan rules list directly
&gt; 	rather than creating on the fly.
&gt;
&gt; 	* Makefile.am (libcamelinclude_HEADERS): Added camel-filter-driver.h
&gt; 	(libcamel_la_SOURCES): Added camel-filter-driver.c, code taken
&gt; 	from filter-driver, which can drive, uh, filters based on sexp's.
&gt; 	(libcamelinclude_HEADERS):
&gt; 	(libcamel_la_SOURCES): Added camel-filter-search.[ch]

svn path=/trunk/; revision=7560
</content>
</entry>
<entry>
<title>fix includes for compilation</title>
<updated>2001-01-04T19:40:10+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@helixcode.com</email>
</author>
<published>2001-01-04T19:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=356797dc2986dbb0843c1bf4d5a5b1db5224686e'/>
<id>urn:sha1:356797dc2986dbb0843c1bf4d5a5b1db5224686e</id>
<content type='text'>
2001-01-04  JP Rosevear  &lt;jpr@helixcode.com&gt;

	* tests/lib/Makefile.am: fix includes for compilation

	* tests/message/Makefile.am: Build test3 again

	* tests/message/test2.c: Kill warnings with header includes

	* tests/message/test3.c: ditto

	* tests/lib/streams.c: ditto

	* tests/lib/camel-test.c: ditto

	* tests/lib/messages.c: ditto

	* tests/lib/folders.c: ditto

svn path=/trunk/; revision=7253
</content>
</entry>
<entry>
<title>Lock the command channel while searching. (imap_body_contains): If</title>
<updated>2000-12-24T00:46:20+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@HelixCode.com</email>
</author>
<published>2000-12-24T00:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6de256c2a2b23f30d35e4a2213ad5839bf141d06'/>
<id>urn:sha1:6de256c2a2b23f30d35e4a2213ad5839bf141d06</id>
<content type='text'>
2000-12-24  Not Zed  &lt;NotZed@HelixCode.com&gt;

        * providers/imap/camel-imap-search.c (imap_body_contains): Lock
        the command channel while searching.
        (imap_body_contains): If performing a whole uid search, then add
        references to our own summary items, dont look it up in the
        folder.  This way they can't vanish unexpectedly.

        * providers/imap/camel-imap-folder.h (CamelImapFolder): Added a
        private field.

        * providers/imap/camel-imap-private.h: Added lock for imap
        searches.

        * Merge from camel-mt-branch.

        * providers/imap/camel-imap-folder.c (imap_update_summary): Merge
        fix, use the folder-&gt;summary.
        (imap_get_message_flags, imap_set_message_flags,
        imap_get_message_user_flag, imap_set_message_user_flag): Removed
        again.
        (camel_imap_folder_init): Setup private data/lock.
        (imap_finalize): Free private data/search lock.
        (imap_search_free): Lock the search_lock.
        (imap_search_by_expression): Lock the search lock when using the
        search object.  Also copy/ref hte summary, rather than getting it
        directly.
        (imap_refresh_info): Free any info lookups.  Use folder-&gt;summary
        not imap_folder-&gt;summary.  And lock around commands.

svn path=/trunk/; revision=7150
</content>
</entry>
<entry>
<title>Add missing .h file. (From campd.)</title>
<updated>2000-12-12T23:10:39+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2000-12-12T23:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=662153615033fdb7f7db16c4b2b961481b7fbfaa'/>
<id>urn:sha1:662153615033fdb7f7db16c4b2b961481b7fbfaa</id>
<content type='text'>
	* tests/lib/Makefile.am: Add missing .h file. (From campd.)

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