Auto-provisioning POP3 or Exchange mail via UC Mini how-to.

Search This thread

nikagl

Senior Member
Jun 11, 2006
2,878
619
51
Nieuwegein, NL
OnePlus 6
Additional to these I use the two following in my "Mail" section for Exchange:

Code:
<parm name="MailFileAttachments" value="25600"/>
<parm name="MailBodyTruncation" value="20480"/>

This limits attachments to max. 25k and the body to max 20kb...

Regards,

Nika.
 

bigimot

Account currently disabled
Jul 27, 2008
13
1
GB
meettomy.site
How to leave e-mails on server?

What should I additionally put to my provisioning file to "leave e-mails on server" as I want only a copy on my HTC?
 

pbelcl

Senior Member
email adress missing

Hi Folks,

I found this thread and now nearly finished to make my email sync install fully automatic!
a small thing is missing, because i did not find a setting for "E-Mail Adress" in ALL the XML Files ;-(
i use WM6.5 and when i go to email the first screen wants me to put in an email adress (see attachement).

any ideas to "automatise" this too??
 

Attachments

  • Screen01.jpg
    Screen01.jpg
    34.9 KB · Views: 28

leepriestenator

Retired Forum Moderator
Oct 25, 2006
754
36
Anyone know how to set "Download emails while Roaming" in the XML?


Hi Folks,

I found this thread and now nearly finished to make my email sync install fully automatic!
a small thing is missing, because i did not find a setting for "E-Mail Adress" in ALL the XML Files ;-(
i use WM6.5 and when i go to email the first screen wants me to put in an email adress (see attachement).

any ideas to "automatise" this too??

You need to include REPLYADDR in the XML.
 

nikagl

Senior Member
Jun 11, 2006
2,878
619
51
Nieuwegein, NL
OnePlus 6
Anyone know how to set "Download emails while Roaming" in the XML?

Ehm... search this thread for roam? ;)

Nevertheless, here's my XML you can play with :):

Code:
<wap-provisioningdoc>

    <!-- Configure Exchange / ActiveSync -->

    <characteristic type="Sync">
        <characteristic type="Settings">
            <parm name="SyncWhenRoaming" value="1"/>
        </characteristic>

        <characteristic type="Connection">
            <parm name="Domain" value="DOMAINNAME"/>
            <parm name="Password" value="PASSWORD"/>
            <parm name="SavePassword" value="1"/>
            <parm name="Server" value="mail.domain.com"/>
            <parm name="User" value="USERNAME"/>
            <parm name="URI" value="Microsoft-Server-ActiveSync"/>
            <parm name="UseSSL" value="1"/>
        </characteristic>

        <characteristic type="Mail">
            <parm name="Enabled" value="1"/>
            <parm name="EmailAgeFilter" value="0"/>
            <parm name="MailFileAttachments" value="25600"/>
            <parm name="MailBodyTruncation" value="20480"/>
        </characteristic>

        <characteristic type="Calendar">
            <parm name="Enabled" value="1"/>
            <parm name="CalendarAgeFilter" value="4"/>
        </characteristic>

        <characteristic type="Contacts">
            <parm name="Enabled" value="1"/>
        </characteristic>
    </characteristic>

    <!-- mail.domain.com Certificate -->

    <characteristic type="CertificateStore">
        <characteristic type="ROOT">
            <characteristic type="User">
                <characteristic type="******">
                    <parm name="EncodedCertificate" value="******" />
                </characteristic>
            </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>
And I use the following registry settings:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\ActiveSync]
"MIMETruncation"=dword:0000c800
"MailBodyTruncation"=dword:0000c800
"HTMLTruncation"=dword:0000c800
"DisconnectWhenDone"=dword:00000001

[HKEY_LOCAL_MACHINE\System\Inbox\Attachments]
"Moving"=dword:00000000
"AttsDir"="Inbox"
"BottomDir"="Mail Attachments"
"MiddleDir"="Connections"
"TopDir"="Program Files"

[HKEY_LOCAL_MACHINE\System\Inbox\Settings]
"AttachPath"="\\Storage Card\\Inbox\\Mail Attachments\\"
"ShowUrlConfSecurityDialog"=dword:00000000

[HKEY_LOCAL_MACHINE\System\Inbox\SMIME\Exchange]
"Policy"=dword:00000000

[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65A-239C-47a7-9304-0D347F580408}]
"Options"=dword:20000000

[HKEY_CURRENT_USER\Security\Software\Microsoft\ActiveSync]
"MaxHTMLTruncation"=dword:ffffffff
"MaxMailBodyTruncation"=dword:ffffffff
"MaxEmailAgeFilter"=dword:00000000
"MaxCalendarAgeFilter"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings]
"SMSDeliveryNotify"=dword:00000001
"AttsOnCard"=dword:00000001
"AcctPicker"=dword:00000000
"Zoom"=dword:00000002
"SystemFontPercent"=dword:00000064

[HKEY_CURRENT_USER\Software\Microsoft\Inbox\SVC]
"ShowPolicyWarning"=dword:00000000
Enjoy! :D

Regards,

Nika.
 

leepriestenator

Retired Forum Moderator
Oct 25, 2006
754
36
Question 1

How do you setup which folders should sync with IMAP4? I need all my Sent Mails to sync up with the server.

Question 2

Any word on including a Signature in the XML or any other way to do it?
 

TroyMorris

Member
Aug 29, 2009
18
0
Perth, Western Australia
XML Email Settings

What should I additionally put to my provisioning file to "leave e-mails on server" as I want only a copy on my HTC?

Me 3!

I would love to know how to do this, as well as how to identify which network connection to use (it defaults to "The Internet" - however I need mine to use "Telstra Internet") but I can't find a reference to this field anywhere...

Any help pleeeeease??
 

Hakim Rahman

Senior Member
Oct 28, 2010
3,036
802
in here
Me 3!

I would love to know how to do this, as well as how to identify which network connection to use (it defaults to "The Internet" - however I need mine to use "Telstra Internet") but I can't find a reference to this field anywhere...

Any help pleeeeease??

you need Schaps Advanced Configuration Tool to be used for Provisional XML Settings !! for more information and download it look at >>> http://xdaforums.com/showthread.php?t=418468