Where do these fit. I'm still trying to learn both the Barry Code Base
and Opensync so I can figure out how to contribute....

(1) Recurring appointments lost when synced. Turns into a single
appointment on the Blackberry
(2) Email Sync. With Blackberry connected to BES server, deletion of an
email on the server deletes it on the blackberry and deletion of the
email on the Blackberry deletes it on the server. When Blackberry is
connected to a BIS Server, only deletion of the email on the blackberry
works, while deletion of an email on the server leaves it on the
blackberry.

--> Approach for (2): Ignore actual "contents" from Evolution or
Thunderbird, and instead rely on the server settings to poll the server
to arrive at a list of message headers. Match (how? Do Msg ID's line up
from server to BB, Timestamps? Hash of From/to/subj?) to list on the
device. Do a one way delete of non-matching content on the device which
will have the effect of "Synchronizing" the content between the device
and the server. Since device/BIS or device/BES combination already
handle the reverse course, no need to handle that case.

--> Depends on: Server Connection to IMAP or POP. 
--> Assumes: User has configured POP to "leave messages on server"
--> Assumes: Nothing for IMAP, this is just the "way it works"
--> Requires: Must be able to get POP or IMAP login credentials out of
Thunderbird or Evolution, or must be able to hand configure those in
bsync --config process

(3) Call History. Can we, is there a way, wouldn't this be cool.... if
sync could poll device call log and modify contact on sync to include
details of calls to any contact? BlackBerry (Windows) Desktop doesn't do
this and this would be a first for open source.

(4) PPP Log... Auto populate a task with PPP statistics for people who
are living under a byte/time cap on their plan so they get an actual
running total to compare against the carrier's total.


--
Paul O'Keefe <p...@megabelle.net>
VOIP:    1-770-250-5165
FindMe: 1-678-967-4103   


On Sat, 2009-03-07 at 03:44 -0500, Chris Frey wrote:

> On Sat, Mar 07, 2009 at 09:03:45AM +0100, Nicolas wrote:
> > For the target release 0.16, I plan :
> > - Your TODO list
> > - add Photo in VCard synchronization
> > - add Task synchronization
> > - add Notes synchronization
> > - add JAD loading (bjavaloader load appli.jad AND/OR bjavaloader load
> > http://xxxx/appli.jad)
> > - add wipe -a / -f feature to bjavaloader
> > 
> > Next...
> > - OS firmware update
> > - Java Debugger 
> > - Barry Desktop Manager (a GUI)
> 
> I don't know if that will all fit in 0.16, but I like your style! :-)
> With faster release cycles, things should flow better.
> 
> I'd better hurry up and get 0.15 out the door.  There's some good things
> coming up!
> 
> 
> > it's a handcrafted HTML with VIM :)
> > 
> > So, you can wget the webpage then send me the correction or a patch on
> > this HTML file.
> 
> Perfect, thanks.
> 
> - Chris
> 
> 
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to