View Single Post
  #335 (permalink)  
Old 07-21-2009, 11:18 AM
elephant007's Avatar
elephant007
domo arigato mr roboto
Offline
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by strickly_ppc670 View Post
Can some one help me out in configuring Yahoo email?
Activesync and gmail was a snap- Yahoo is throwing me a curve ball.

Code:

<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{02000c0f-0910-0c02-0902-0303030a0010}">
<parm name="CONNECTIONID" value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
<parm name="SERVICENAME" value="Yahoo!" />
<parm name="SERVICETYPE" value="POP3" />
<parm name="INSERVER" value="pop.mail.yahoo.com" />
<parm name="OUTSERVER" value="smtp.mail.yahoo.com"/>
<parm name="NAME" value="" />
<parm name="AUTHNAME" value="stricklando" />
<parm name="AUTHSECRET" value="XXXXXXX" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="stricklando@yahoo.com" />
<parm name="FORMAT" value="2" />
<parm name="LINGER" value="15" />
<parm name="RETRIEVE" value="51200" />
<parm name="KEEPMAX" value="" />
<parm name="DWNDAY" value="3" />
<characteristic type="TAGPROPS">
<parm name="8128000B" value="1"/>
<parm name="812C000B" value="1"/>
</characteristic>
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="0" />
<parm name="SMTPALTAUTHNAME" value="" />
<parm name="SMTPALTPASSWORD" value="" />
</characteristic>
</characteristic>

Is there a way to cab up the email stuff?

Thanks
Do you need to add specific port numbers for Yahoo! other than the default? something like smtp.mail.yahoo.com:587
I haven't figured out the CAB thing, what I have figured out is using CERegEditor to take a snap shot of the registry before configuring something and after configuring it, comparing the two and then making a cab out of the difference... it's all built into CERegEditor

most of my registry tweaks are in a CAB file
Reply With Quote
This post has been thanked 2 times.