PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Vogue (http://forum.ppcgeeks.com/forumdisplay.php?f=48)
-   -   Anyway to change the 30KB receive cap on email? (http://forum.ppcgeeks.com/showthread.php?t=26726)

strommsarnac 05-16-2008 11:28 AM

Anyway to change the 30KB receive cap on email?
 
I've searched around and can't find another post about this. Am hoping it's a reg entry. Any ideas? I'd like at least 200KB.

Also, what about changing the default of not displaying images, is there something to change that too?

rstoyguy 05-16-2008 12:05 PM

Re: Anyway to change the 30KB receive cap on email?
 
Quote:

Originally Posted by strommsarnac (Post 285052)
I've searched around and can't find another post about this. Am hoping it's a reg entry. Any ideas? I'd like at least 200KB.

Also, what about changing the default of not displaying images, is there something to change that too?

This was taken from here.... http://forum.ppcgeeks.com/showpost.p...&postcount=290

You can setup e-mail with usercustomization and xml. In the following example the value "RETREIVE" is equal to the kb you want. A value of "-1" will download the whole message. Otherwise you have to change the setting in pocket outlook.

Code:
Code:


<characteristic type="EMAIL2">
<characteristic type="{414787bd-61f7-4635-b300-75413cfbf6ca}">
<parm name="SERVICENAME" value="xxx@embarqmail.com" />
<parm name="SERVICETYPE" value="POP3" />
<parm name="INSERVER" value="pop.embarqmail.com" />
<parm name="OUTSERVER" value="smtp.embarqmail.com" />
<parm name="NAME" value="xxx@embarqmail.com" />
<parm name="REPLYADDR" value="xxx@embarqmail.com" />
<parm name="AUTHNAME" value="xxx@embarqmail.com" />
<parm name="AUTHSECRET" value="pass" />
<parm name="DOMAIN" value="" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="LINGER" value="30" />
<parm name="RETRIEVE"value="2048" />
<parm name="KEEPMAX" value="0" />
<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="0"/>
<parm name="812C000B" value="0"/>
</characteristic> </characteristic>


strommsarnac 05-16-2008 12:19 PM

Re: Anyway to change the 30KB receive cap on email?
 
Thanks, I guess I just wasn't using the right syntax.


All times are GMT -4. The time now is 11:29 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0