View Single Post
  #52 (permalink)  
Old 05-02-2008, 07:38 AM
hetaldp's Avatar
hetaldp
VIP Member
Offline
Location: Nashik, India
 
Join Date: May 2007
Posts: 286
Reputation: 2236
hetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIPhetaldp is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Vogue/Touch Kitchen (GPS & No GPS versions)

mail-providers.xml
Code:
isp domain="gmail.com" disp-name="Gmail" transport="0" in-serv="pop.gmail.com" in-uname-fmt="3" out-serv="smtp.gmail.com" out-auth="1" out-uname-fmt="3" />
his File Still COntains Gmail Setting as POP instead of imap

it should be like this

Code:
    <isp domain="gmail.com" disp-name="Gmail" transport="1" in-serv="imap.gmail.com" in-uname-fmt="3" out-serv="smtp.gmail.com" out-auth="1" out-uname-fmt="3" in-port="993" out-port="587">
    </isp>
    <isp domain="googlemail.com" disp-name="Google Mail" transport="1" in-serv="imap.googlemail.com" in-uname-fmt="3" out-serv="smtp.googlemail.com" out-auth="1" out-uname-fmt="3" in-port="993" out-port="587">
    </isp>
__________________