PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-19-2009, 01:56 PM
k000's Avatar
Almost a VIP
Offline
Pocket PC: Touch Pro (Previously Diamond, Touch, 6800, 6700, Dell Axims, Various iPaqs and Philips Nino)
Carrier: Sprint
Location: NYC / NJ area
 
Join Date: Feb 2007
Posts: 947
Reputation: 370
k000 is becoming a PPCGeeks regulark000 is becoming a PPCGeeks regulark000 is becoming a PPCGeeks regulark000 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Thanks to Silence (from Mighty's thread) I was able to modify his file and find out new POP/SMTP servers and make Hotmail account settings work...

Here you go... BUT - as I said on that thread I still like the Live account setup on Outlook (via manualy creating the account) as I understand it uses DeltaSync as compared to POP3 settings via this method.


Hotmail XML

Code:
<wap-provisioningdoc>
   <!-- Other Mail Settings -->
   <!-- Use link below to fig out values -->
   <!-- http://msdn2.microsoft.com/en-us/library/aa455896.aspx -->
   <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="MyEmailID@hotmail.com" />
			<parm name="AUTHSECRET" value="MyPassword" />
			<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>
Attached Files
File Type: txt Hotmail.txt (1.4 KB, 23 views) Click for barcode!
__________________
"Karmanyev Adhikaraste : Karma is what we should do with our best effort... "
Reply With Quote
This post has been thanked 1 times.
  #2 (permalink)  
Old 03-19-2009, 11:17 PM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by k000 View Post
Thanks to Silence (from Mighty's thread) I was able to modify his file and find out new POP/SMTP servers and make Hotmail account settings work...

Here you go... BUT - as I said on that thread I still like the Live account setup on Outlook (via manualy creating the account) as I understand it uses DeltaSync as compared to POP3 settings via this method.


Hotmail XML

Code:
<wap-provisioningdoc>
   <!-- Other Mail Settings -->
   <!-- Use link below to fig out values -->
   <!-- http://msdn2.microsoft.com/en-us/library/aa455896.aspx -->
   <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="MyEmailID@hotmail.com" />
            <parm name="AUTHSECRET" value="MyPassword" />
            <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>
Will this then automatically start downloading your messages? Also, once you add in Windows Live will it then have two email accounts?
Reply With Quote
  #3 (permalink)  
Old 04-16-2009, 04:24 PM
k000's Avatar
Almost a VIP
Offline
Pocket PC: Touch Pro (Previously Diamond, Touch, 6800, 6700, Dell Axims, Various iPaqs and Philips Nino)
Carrier: Sprint
Location: NYC / NJ area
 
Join Date: Feb 2007
Posts: 947
Reputation: 370
k000 is becoming a PPCGeeks regulark000 is becoming a PPCGeeks regulark000 is becoming a PPCGeeks regulark000 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by ryangruhn View Post
Will this then automatically start downloading your messages? Also, once you add in Windows Live will it then have two email accounts?
Sorry - didn't see it till today. Not sure if it gets mesages automatically initially, and this would be the only account if you haven't added anything else.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 10:27 AM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com