G
Guest
I'm configuring Pocket Outlook with the Configuration Service Provider
EMAIL2. The following, from the documentation, works:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{D671C70B-8EE3-4881-8045-2AEE6F731B55}">
<parm name="SERVICENAME" value="NewPOP"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop"/>
<parm name="OUTSERVER" value="smtp"/>
<parm name="AUTHNAME" value="myuser"/>
<parm name="AUTHSECRET" value="passwordl"/>
<parm name="DOMAIN" value="llan.ll.mit.edu"/>
<parm name="REPLYADDR" value="(e-mail address removed)"/>
<parm name="AUTHREQUIRED" value="0"/>
<parm name="LINGER" value="5"/>
<parm name="NAME" value="Joe User"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
I would like to be able to have that configuration download full messages
instead of just the headers.
I've tried adding <parm name="RETRIEVE" value="4294967295"> and <parm
name="DWNDAY" value="4294967295"> because I saw those when I queried the
Provider after manually changing it.
It does not make a difference. I think there is something else that needs
to change. Can this be done? Thanks in advance for any suggestions....
EMAIL2. The following, from the documentation, works:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{D671C70B-8EE3-4881-8045-2AEE6F731B55}">
<parm name="SERVICENAME" value="NewPOP"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop"/>
<parm name="OUTSERVER" value="smtp"/>
<parm name="AUTHNAME" value="myuser"/>
<parm name="AUTHSECRET" value="passwordl"/>
<parm name="DOMAIN" value="llan.ll.mit.edu"/>
<parm name="REPLYADDR" value="(e-mail address removed)"/>
<parm name="AUTHREQUIRED" value="0"/>
<parm name="LINGER" value="5"/>
<parm name="NAME" value="Joe User"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
I would like to be able to have that configuration download full messages
instead of just the headers.
I've tried adding <parm name="RETRIEVE" value="4294967295"> and <parm
name="DWNDAY" value="4294967295"> because I saw those when I queried the
Provider after manually changing it.
It does not make a difference. I think there is something else that needs
to change. Can this be done? Thanks in advance for any suggestions....