[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] ANNOUNCE: ColdSync 1.3.0 beta



	I've just uploaded a snapshot of ColdSync v1.3.0 . This is still
very raw and unfinished, so it's still beta. It should be safe to use if
you're not using any of the new features, though.

	The main change is the introduction of Sync conduits, which run
while ColdSync is connected to the Palm. Sync conduits are given a file
descriptor that can be used to send DLP requests to the Palm.
	Sync conduits are useful in cases where you want to do more than
just get a file in sync with a Palm database. For instance, using
Fetch/Dump, you can't download the Mail application's Outbox, send out the
messages, and mark the delete the messages on the Palm, at least not in
one run. Sync conduits will enable you to do this.

	For now, Sync conduits are run immediately after the built-in
conduit. In some future version, though, they will replace it: the
built-in generic conduit will be the default if no other conduit has been
specified. That is, ColdSync will behave as if your .coldsyncrc began
with:

	conduit sync {
		type */*;
		path [generic];
		default;
	}

The ColdSync.pm Perl module now supports the "sync" flavor, but only in a
very generic way (i.e., it doesn't crash and burn if you tell it that you
have a Sync conduit).

-- 
Andrew Arensburger                      This message *does* represent the
arensb@ooblick.com			views of ooblick.com
	       Did you really understand that message?


--
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.