View Single Post
  #22 (permalink)  
Old 03-18-2010, 10:18 AM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by bsarlo View Post
Do you know a way to add my Opera settings including my home page web sites to UC?

Can I just copy your xml code into a new text file and use it as is (adding my personalized entries of course)? Why are some enable values 1 and some are 0? What do each mean or are they specific to the attribute? For example do some attributes use 1 and -1 while others use 1 and 0? Or do they all use -1, 0, and 1? If they do what does the zero mean?

Dumb Q : what is hotmail? IMAP4 or POP3? I set it up using Makisu as a POP3 account and that worked. Do you have a sample code for POP3?

Can I just use the xml file created by Makisu in UC or is that only set up to run with Sashimi?

More Qs brewing...
Hotmail is HTTPMail, but I think they have pop3 and SMTP server.


Try this. I will add it to the front page if it works.
Code:
<wap-provisioningdoc>
   <characteristic type="EMAIL2">
        <characteristic type="{618a7a2b-d44e-4069-9df0-c7aa69038a37}">
            <parm name="SERVICENAME" value="Hotmail" />
            <parm name="SERVICETYPE" value="POP3" />
            <parm name="INSERVER" value="pop3.live.com" />
            <parm name="OUTSERVER" value="smtp.live.com" />
            <parm name="NAME" value="My Name" /> 
            <parm name="REPLYADDR" value="" />
            <parm name="AUTHNAME" value="{your account}@hotmail.com" />
            <parm name="AUTHSECRET" value="{your passowrd}" />
            <parm name="DOMAIN" value="" />
            <parm name="AUTHREQUIRED" value="1" />
            <parm name="LINGER" value="120" />
            <parm name="RETRIEVE" value="-1" />
            <parm name="KEEPMAX" value="-1" />
            <parm name="DWNDAY" value="3" />
                        <parm name="SMTPALTENABLED" value="0" />
                         <parm name="SMTPALTAUTHNAME" value="" />
                         <parm name="SMTPALTPASSWORD" value="" />
                        <parm name="SMTPALTDOMAIN" value="" />
                          <characteristic type="TAGPROPS">
                <parm name="8128000B" value="0"/>
                <parm name="812C000B" value="0"/>          
              </characteristic>
        </characteristic>
   </characteristic>
</wap-provisioningdoc>
__________________
Some requests I have filled: Click Here
Reply With Quote
This post has been thanked 1 times.