OTA CCType for e-mail P900

OTA CCType for e-mail P900 SearchSearch
Author Message
Andreas Froland
New member
Username: Afroland

Post Number: 1
Registered: 03-2005
Posted on Thursday, March 31, 2005 - 10:26 am:   

Hi

I’m looking for the CCType for e-mail Sync using SyncML on P900 (and others)

I have successfully generated the XML doc for configuring SyncML settings for Calendar, Contacts, Notes, but for e-mail I just can’t figure out the CCType.

Anyone ?
- Thanks in advance

/Andreas

XML doc: (missing parameters indicated with ???)

<SyncSettings>
<Version>1.0</Version>
<HostAddr>http://aaa.bbb.ccc.ddd/sync</HostAddr>
<Port>80</Port>
<RemoteDB>
<CTType>text/x-vcard</CTType>
<CTVer>2.1</CTVer>
<URI>Contacts</URI>
<Name>Contacts</Name>
<Auth>
<AuthScheme>1</AuthScheme>
<Username>USERNAME</Username>
<Cred>PASSWORD/B64</Cred>
</Auth>
</RemoteDB>
<RemoteDB>
<CTType>text/x-vcalendar</CTType>
<CTVer>1.0</CTVer>
<URI>Calendar</URI>
<Name>Calendar</Name>
<Auth>
<AuthScheme>1</AuthScheme>
<Username>USERNAME</Username>
<Cred>PASSWORD/B64</Cred>
</Auth>
</RemoteDB>
<RemoteDB>
<CTType>text/plain</CTType>
<CTVer>1.0</CTVer>
<URI>Notes</URI>
<Name>Notes</Name>
<Auth>
<AuthScheme>1</AuthScheme>
<Username>USERNAME</Username>
<Cred>PASSWORD/B64</Cred>
</Auth>
</RemoteDB>
<RemoteDB>
<CTType>text/x-vmail</CTType> ????
<CTVer>1.0</CTVer> ????
<URI>Email</URI>
<Name>E-mail</Name>
<Auth>
<AuthScheme>1</AuthScheme>
<Username>USERNAME</Username>
<Cred>PASSWORD/B64</Cred>
</Auth>
</RemoteDB>
<Name>SyncML2</Name>
<Auth>
<AuthLevel>1</AuthLevel>
<AuthScheme>1</AuthScheme>
<Username>USERNAME</Username>
<Cred>PASSWORD/B64</Cred>
</Auth>
<ConRef>
<ConType>1</ConType>
<RefID>BP_test2</RefID>
</ConRef>
</SyncSettings>



Anonymous
 
Posted on Saturday, April 02, 2005 - 08:01 pm:   

I have the same problem ... but I don't think it can be done, simply not supported ... I hope someone will prove me wrong becuase I need to be able to set it up. Any one know a way around this. I'm using ericsson 910 and OTA protocol have the same problem on Nokia using OMA.
Anonymous
 
Posted on Thursday, April 07, 2005 - 12:02 am:   

Solved the problem. use
CTType text/message
CTVer 1.0
URI Email
Name Email
it then works. there is an xml template file in the file system on the device for email,contacts,calendar.