View Single Post
  #218 (permalink)  
Old 03-28-2009, 05:13 PM
supdawg's Avatar
supdawg
Almost a VIP
Offline
 
Join Date: Nov 2007
Posts: 764
Reputation: 1162
supdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

I am having issues setting up my Comcast email. I can get Gmail to work fine, but when I try Comcast, it gives me an error "Messages cannot be downloaded to your device. Make sure you are connected and that your email account settings are correct. Then, try to download messages again.

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="{f39e9ab0-80a3-4bd7-ad73-860386e96f24}">
            <parm name="SERVICENAME" value="Comcast" />
            <parm name="SERVICETYPE" value="POP3" />
            <parm name="INSERVER" value="pop3.comcast.com" />
            <parm name="OUTSERVER" value="smtp.comcast.com" />
            <parm name="NAME" value="xxx" /> 
            <parm name="REPLYADDR" value="xxx@comcast.net" />
            <parm name="AUTHNAME" value="xxx@comcast.net" />
            <parm name="AUTHSECRET" value="xxx" />
            <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="7" />
            <parm name="SMTPALTENABLED" value="0" />
            <parm name="SMTPALTAUTHNAME" value="" />
            <parm name="SMTPALTPASSWORD" value="" />
            <parm name="SMTPALTDOMAIN" value="" />
               <characteristic type="TAGPROPS">
                  <parm name="8128000B" value="1"/>
                  <parm name="812C000B" value="1"/>          
               </characteristic>
        </characteristic>
   </characteristic>
</wap-provisioningdoc>
Anyone got any ideas? Ive also tried changing pop3.comcast.com to mail.comcast.com and that didnt work as well.
Reply With Quote