> Hi Everyone,
> first off congrats on making the Sync Engine..
>
> How does the system store files? 
> I am looking at seeing if there is a way to have it store the information
> in contacts, tasks,  and store it in a mysql db, because at present I have
> no way of making use of the data in the Sync'ed files as I am also using
> OpenSync 0.39.

Maybe you can make a sync group in OpenSync with whatever you currently
synchronize plus either your own OpenSync plugin for storing in your
database, or use the filesync plugin and then store it in the database as
a separate process?

> Plus hopefully find a way to get messages (Email, and SMS) to sync.. If i
> can figure out how the sync itself actually works..

The messages in AirSync are encoded in the WBXML namespace POOMMAIL.

Table format: namspace-id:element-id:element-name

# POOMMAIL namespace
0x02:0x05:Attachment
0x02:0x06:Attachments
0x02:0x07:AttName
0x02:0x08:AttSize
0x02:0x09:AttOid
0x02:0x0a:AttMethod
0x02:0x0b:AttRemoved
0x02:0x0c:Body
0x02:0x0d:BodySize
0x02:0x0e:BodyTruncated
0x02:0x0f:DateReceived
0x02:0x10:DisplayName
0x02:0x11:DisplayTo
0x02:0x12:Importance
0x02:0x13:MessageClass
0x02:0x14:Subject
0x02:0x15:Read
0x02:0x16:To
0x02:0x17:Cc
0x02:0x18:From
0x02:0x19:Reply-To
0x02:0x1a:AllDayEvent
0x02:0x1b:Categories
0x02:0x1c:Category
0x02:0x1d:DtStamp
0x02:0x1e:EndTime
0x02:0x1f:InstanceType
0x02:0x20:BusyStatus
0x02:0x21:Location
0x02:0x22:MeetingRequest
0x02:0x23:Organizer
0x02:0x24:RecurrenceId
0x02:0x25:Reminder
0x02:0x26:ResponseRequested
0x02:0x27:Recurrences
0x02:0x28:Recurrence
0x02:0x29:Type
0x02:0x2a:Until
0x02:0x2b:Occurrences
0x02:0x2c:Interval
0x02:0x2d:DayOfWeek
0x02:0x2e:DayOfMonth
0x02:0x2f:WeekOfMonth
0x02:0x30:MonthOfYear
0x02:0x31:StartTime
0x02:0x32:Sensitivity
0x02:0x33:TimeZone
0x02:0x34:GlobalObjId
0x02:0x35:ThreadTopic
0x02:0x36:MIMEData
0x02:0x37:MIMETruncated
0x02:0x38:MIMESize
0x02:0x39:InternetCPID


Best regards,

David Eriksson, http://www.divideandconquer.se/



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to