Hello, fairly new to ROM'ing. I'm having trouble using the mail client in CM10.1 (and any ROM I've tried based on that). I can't get it to communicate with my Exchange server. I get an error that says "Couldn't open connection to server". Sometimes it will work and if it does work it dies a few days later and/or only allows me to sync 1 day of email. However in my stock ROM it works fine but uses the MotoBlur email client and Exchange Services app. So my question is: Is it possible to install the Motoblur Email client and Exchange Services app from my stock ROM (JB4.1) into a CM10.1 based ROM?
I'm a network Admin and this is the one thing that prevents me from using anything but my stock rom as a daily driver as I don't get important emails due to this issue.
Thanks and Thanks for unleashing our devices...you make Android phones fun.
I just tested last night's (8/21) build. Corp (aka Exchange) email setup went fine, syncs email/cal. Didn't try contacts (I use Touchdown Exchange).
I recommend using "Manual Setup". Autodiscovery seldom works because IT folks rarely (never) set up their DNS entries correctly for Autodiscovery....because the way Autodiscovery is supposed to work is goofy and unnecessary. Don't get me started.
"Server" is almost always wrong, by default.
Select "Manual Setup".
Ask your IT person what "Server" should be (usually mail.yourdomain.com) and whether SSL is needed.
Don't "Verify SSL Certificate".
Make sure that your "User ID" is correct. It's usually your full, formal email address, but not always...
If you're OK with a CMD prompt enter the stuff in bold to find out what "Server" should be:
Assume your email is Mike@MikeCo.com and substitute your real company domain in the entries below.
C:\Users\Mike> nslookup
Default Server: dc.mikeco.local
Address: 192.168.0.1
> server 8.8.8.8 (look it up at Google instead of your company or ISP - that's how the world sees you)
Default Server: google-public-dns-a.google.com
Address: 8.8.8.8
> set type=mx
> mikeco.com
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
mikeco.com MX preference = 10, mail exchanger = mail.mikeco.com <- That will probably work as "Server"
Hope it helps.