PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   gmail sync/push with windows 6.5? (http://forum.ppcgeeks.com/showthread.php?t=130334)

tyhart44 07-31-2010 07:19 PM

gmail sync/push with windows 6.5?
 
I have searched high and low and can't find the answer, sorry for noob question:

Every time I set up Gmail as an account to pull & send mail on my phone, it gives me this:

"Cannot connect to the incoming mail server. Be certain that your login information is correct, the try again to send and receive email".

I have tried setting up the account with the wrong email name, just to go through the manual setup...no dice. I have tried using POP3 and IMAP as incoming mail server. I have tried changing about every setting in the manual setup. I have tried using m.google.com as the incoming mail server (I thought I heard that worked one time). In short, I'm stumped.

I am on MR standard with sense 2.5.20132227.0, WinMo 6.5 on sprint, OS version is 5.2.21889.

I had this working at one point before I changed over to 6.5, but I don't remember how I did it.

Thanks in advance.

boredandtattooed 07-31-2010 08:26 PM

Re: gmail sync/push with windows 6.5?
 
incoming mail server - imap.gmail.com imap4
user name and password
outgoing mail server - smtp.gmail.com
check outgoing requires authentication and use user name and pword for sending
advanced server settings - require SSL - BOTH unchecked

set your send/recieve schedule and settings
done

tyhart44 07-31-2010 11:26 PM

Re: gmail sync/push with windows 6.5?
 
Quote:

Originally Posted by boredandtattooed (Post 1892221)
incoming mail server - imap.gmail.com imap4
user name and password
outgoing mail server - smtp.gmail.com
check outgoing requires authentication and use user name and pword for sending
advanced server settings - require SSL - BOTH unchecked

set your send/recieve schedule and settings
done

Here are my settings:

E-mail address - username@gmail.com

Your name - name
Account Display Name - Gmail

Incoming: imap.gmail.com
Type: IMAP4

Username - username (I have tried this as username, and username@gmail.com...does it matter?)
password - password
Save - checked

Outgoing: smtp.gmail.com
Outgoing server requires auth - checked
Use the same user name and pass for sending - checked

(Advanced Server Settings)
Require SSL for Incoming - unchecked
Require SSL for Outgoing - unchecked
Network connection: The Internet (Have also tried this as "Sprint")

So it looks like I have what you recommend...other ideas?

boredandtattooed 08-01-2010 12:10 AM

Re: gmail sync/push with windows 6.5?
 
log into gmail and make sure imap is enabled and pop3 is disabled?? thats about all i got for right now

tyhart44 08-01-2010 12:18 AM

Re: gmail sync/push with windows 6.5?
 
Quote:

Originally Posted by boredandtattooed (Post 1892447)
log into gmail and make sure imap is enabled and pop3 is disabled?? thats about all i got for right now

I actually thought of that right before you responded, but it doesn't seem to have made any difference :-(

psycho_maniac 08-01-2010 12:24 PM

Re: gmail sync/push with windows 6.5?
 
heres my settings i use imap also
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="Server" value="m.google.com" />
<parm name="AllowSSLOption" value="0" />
<parm name="User" value="*********@gmail.com" />
<parm name="Domain" value="" />
<parm name="Password" value="**************" />
<parm name="SavePassword" value="1" />
</characteristic>
<characteristic type="Settings">
<parm name="PeakStartTime" value="0000" />
<parm name="PeakEndTime" value="2400" />
<parm name="PeakFrequency" value="-1" />
<parm name="BodyTruncation" value="-1" />
<characteristic type="PeakDays">
<parm name="Sun" value="1" />
<parm name="Mon" value="1" />
<parm name="Tue" value="1" />
<parm name="Wed" value="1" />
<parm name="Thr" value="1" />
<parm name="Fri" value="1" />
<parm name="Sat" value="1" />
</characteristic>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1" />
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="0" />
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="0" />
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="0" />
</characteristic>
</characteristic>
</wap-provisioningdoc>

works every time

firefurby 08-01-2010 12:38 PM

Re: gmail sync/push with windows 6.5?
 
Did you try following the official google instructions?
http://mail.google.com/support/bin/a...n&answer=78886

To configure IMAP for your Windows Mobile 6 device, just follow these steps:

Enable IMAP in your Gmail settings.
Open the Start menu and select Programs > Messaging > New E-mail Account.
Enter your Gmail address (including '@gmail.com') in the E-mail Address field*. Google Apps users, enter your full address in the format 'username@your_domain.com'*.
* Windows Mobile 6.1 users: Enter an unintelligible email address (such as 'g@g') at this step. This will bypass the automatic configuration for POP access.
Uncheck the box that asks to get settings automatically from the Internet and select Next.
Select Internet e-mail as your email provider in the drop-down menu.
Enter your name as you want it to appear in sent emails.
Enter a descriptive name for the email account and select Next.
Enter 'imap.gmail.com' in the Incoming Mail Server field.
Select IMAP4 as the Account type from the drop-down menu and select Next.
Enter your full email address (including '@gmail.com' or '@your_domain.com') and password.
Select Next.
Enter 'smtp.gmail.com' in the Outgoing (SMTP) Mail Server field.
Make sure that the Outgoing server requires authentication box is checked.
Select the Advanced Server Settings link.
Make sure that the Require SSL box is checked for both incoming and outgoing emails.
Select The Internet as the network connection from the drop-down menu.
Select Done and then Next.
Select how often you want your phone to send/receive emails from the drop-down menu.
For more download options, select the Review all download settings link.
Select Finish.
Check our recommended client settings, and adjust your client's settings as needed.

EDIT: I know it says Windows Mobile 6, but it worked the same way for me.

tyhart44 08-01-2010 06:45 PM

Re: gmail sync/push with windows 6.5?
 
Quote:

Originally Posted by boredandtattooed (Post 1892221)
advanced server settings - require SSL - BOTH unchecked

Quote:

Originally Posted by firefurby (Post 1892867)
Make sure that the Require SSL box is checked for both incoming and outgoing emails.

Not sure which of you is right, but neither appear to be working for me

Quote:

Originally Posted by psycho_maniac (Post 1892845)
heres my settings i use imap also
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="Server" value="m.google.com" />
<parm name="AllowSSLOption" value="0" />
<parm name="User" value="*********@gmail.com" />
<parm name="Domain" value="" />
<parm name="Password" value="**************" />
<parm name="SavePassword" value="1" />
</characteristic>
<characteristic type="Settings">
<parm name="PeakStartTime" value="0000" />
<parm name="PeakEndTime" value="2400" />
<parm name="PeakFrequency" value="-1" />
<parm name="BodyTruncation" value="-1" />
<characteristic type="PeakDays">
<parm name="Sun" value="1" />
<parm name="Mon" value="1" />
<parm name="Tue" value="1" />
<parm name="Wed" value="1" />
<parm name="Thr" value="1" />
<parm name="Fri" value="1" />
<parm name="Sat" value="1" />
</characteristic>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1" />
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="0" />
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="0" />
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="0" />
</characteristic>
</characteristic>
</wap-provisioningdoc>

works every time


Could you possibly convey this in English? Thanks in advance!

psycho_maniac 08-01-2010 11:32 PM

Re: gmail sync/push with windows 6.5?
 
uhh that is english :s

tyhart44 08-02-2010 12:40 AM

Re: gmail sync/push with windows 6.5?
 
Quote:

Originally Posted by psycho_maniac (Post 1893591)
uhh that is english :s

Yes, I understand that if I open up Merriam Webster's, I'll find most of those words in there. Doesn't mean I can understand it :-(


All times are GMT -4. The time now is 11:47 PM.

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


Content Relevant URLs by vBSEO 3.6.0