<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using Email2Case with Google&#8217;s Gmail</title>
	<atom:link href="http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/</link>
	<description>The hows and whys of Salesforce.com</description>
	<pubDate>Fri, 21 Nov 2008 04:33:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Luis Alejandro</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-36424</link>
		<dc:creator>Luis Alejandro</dc:creator>
		<pubDate>Wed, 22 Oct 2008 19:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-36424</guid>
		<description>Ale,

I think is working now..

Apparently I had to use https on the url section as follows:
https://www.salesforce.com/services/Soap/u/9.0</description>
		<content:encoded><![CDATA[<p>Ale,</p>
<p>I think is working now..</p>
<p>Apparently I had to use https on the url section as follows:<br />
<a href="https://www.salesforce.com/services/Soap/u/9.0" rel="nofollow">https://www.salesforce.com/services/Soap/u/9.0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Alejandro</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-36420</link>
		<dc:creator>Luis Alejandro</dc:creator>
		<pubDate>Wed, 22 Oct 2008 19:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-36420</guid>
		<description>Ale,

I am following the instructions to test this but I am running into a problem that I don't know if it is related to the gmail connection or the sfdc connection.  I am almost sure is the sfdc connection but want to check with your expertise.  Here's the error:

2008-10-22 13:50:13,781 60766 [main] ERROR com.sforce.mail.GenericClient  - Failed to connect to SFDC service
[UnexpectedErrorFault [ApiFault  exceptionCode='UNSUPPORTED_CLIENT'
 exceptionMessage='HTTPS Required'
 upgradeURL='null'
 upgradeMessage='null'
]
]

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at com.sforce.ws.bind.TypeMapper.readSingle(TypeMapper.java:436)
	at com.sforce.ws.bind.TypeMapper.readObject(TypeMapper.java:362)
	at com.sforce.ws.transport.SoapConnection.parseDetail(SoapConnection.java:166)
	at com.sforce.ws.transport.SoapConnection.createException(SoapConnection.java:145)
	at com.sforce.ws.transport.SoapConnection.receive(SoapConnection.java:95)
	at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:76)
	at com.sforce.soap.partner.wsc.PartnerConnection.login(PartnerConnection.java:734)
	at com.sforce.mail.GenericClient.login(GenericClient.java:267)
	at com.sforce.mail.GenericClient.getConnection(GenericClient.java:179)
	at com.sforce.mail.GenericClient.(GenericClient.java:135)
	at com.sforce.mail.ImapClient.(ImapClient.java:40)
	at com.sforce.mail.ImapSSLClient.(ImapSSLClient.java:31)
	at com.sforce.mail.EmailService.loadService(EmailService.java:156)
	at com.sforce.SalesforceAgent.main(SalesforceAgent.java:138)
2008-10-22 13:50:25,812 72797 [main] INFO  com.sforce.mail.GenericClient  - Will try 1 more time(s).

On the config file I have:

    
        http://www.salesforce.com/services/Soap/u/9.0
        alejo@2miwasi.com
        PsswrdAndTokenInfo
        30
        5000
    
    
	
        
        smtp.gmail.com
	465
        
        
        com.sforce.mail.SMTPNotification
    
    
        C:\EmailAgent\LargeAttachments
        file:\\C:\EmailAgent\LargeAttachments
        1
    
    
        C:\\EmailAgent\\email2case.txt
    
</description>
		<content:encoded><![CDATA[<p>Ale,</p>
<p>I am following the instructions to test this but I am running into a problem that I don&#8217;t know if it is related to the gmail connection or the sfdc connection.  I am almost sure is the sfdc connection but want to check with your expertise.  Here&#8217;s the error:</p>
<p>2008-10-22 13:50:13,781 60766 [main] ERROR com.sforce.mail.GenericClient  - Failed to connect to SFDC service<br />
[UnexpectedErrorFault [ApiFault  exceptionCode='UNSUPPORTED_CLIENT'<br />
 exceptionMessage='HTTPS Required'<br />
 upgradeURL='null'<br />
 upgradeMessage='null'<br />
]<br />
]</p>
<p>	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br />
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)<br />
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)<br />
	at java.lang.reflect.Constructor.newInstance(Unknown Source)<br />
	at java.lang.Class.newInstance0(Unknown Source)<br />
	at java.lang.Class.newInstance(Unknown Source)<br />
	at com.sforce.ws.bind.TypeMapper.readSingle(TypeMapper.java:436)<br />
	at com.sforce.ws.bind.TypeMapper.readObject(TypeMapper.java:362)<br />
	at com.sforce.ws.transport.SoapConnection.parseDetail(SoapConnection.java:166)<br />
	at com.sforce.ws.transport.SoapConnection.createException(SoapConnection.java:145)<br />
	at com.sforce.ws.transport.SoapConnection.receive(SoapConnection.java:95)<br />
	at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:76)<br />
	at com.sforce.soap.partner.wsc.PartnerConnection.login(PartnerConnection.java:734)<br />
	at com.sforce.mail.GenericClient.login(GenericClient.java:267)<br />
	at com.sforce.mail.GenericClient.getConnection(GenericClient.java:179)<br />
	at com.sforce.mail.GenericClient.(GenericClient.java:135)<br />
	at com.sforce.mail.ImapClient.(ImapClient.java:40)<br />
	at com.sforce.mail.ImapSSLClient.(ImapSSLClient.java:31)<br />
	at com.sforce.mail.EmailService.loadService(EmailService.java:156)<br />
	at com.sforce.SalesforceAgent.main(SalesforceAgent.java:138)<br />
2008-10-22 13:50:25,812 72797 [main] INFO  com.sforce.mail.GenericClient  - Will try 1 more time(s).</p>
<p>On the config file I have:</p>
<p>        <a href="http://www.salesforce.com/services/Soap/u/9.0" rel="nofollow">http://www.salesforce.com/services/Soap/u/9.0</a><br />
        <a href="mailto:alejo@2miwasi.com">alejo@2miwasi.com</a><br />
        PsswrdAndTokenInfo<br />
        30<br />
        5000</p>
<p>        smtp.gmail.com<br />
	465</p>
<p>        com.sforce.mail.SMTPNotification</p>
<p>        C:\EmailAgent\LargeAttachments<br />
        file:\\C:\EmailAgent\LargeAttachments<br />
        1</p>
<p>        C:\\EmailAgent\\email2case.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frasuy</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-18030</link>
		<dc:creator>frasuy</dc:creator>
		<pubDate>Wed, 30 Apr 2008 20:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-18030</guid>
		<description>In the sfdcConfig.txt file you'll need to append a security token to the end of your password for the service to successfully log into Salesforce.

Nice summary. Thanks.</description>
		<content:encoded><![CDATA[<p>In the sfdcConfig.txt file you&#8217;ll need to append a security token to the end of your password for the service to successfully log into Salesforce.</p>
<p>Nice summary. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ale</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17544</link>
		<dc:creator>Ale</dc:creator>
		<pubDate>Fri, 25 Apr 2008 08:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17544</guid>
		<description>@ak: Please confirm you have enabled IMAP on Gmail; also, can you post both your config files? (hide usernames/passwords)</description>
		<content:encoded><![CDATA[<p>@<a href="http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17506">ak</a>: Please confirm you have enabled IMAP on Gmail; also, can you post both your config files? (hide usernames/passwords)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17506</link>
		<dc:creator>ak</dc:creator>
		<pubDate>Thu, 24 Apr 2008 17:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17506</guid>
		<description>HI all.

Here are the errors I get when trying to connect.

2008-04-02 08:48:14,369 7162 [main] INFO  com.sforce.mail.EmailService  -    ReadBox : Sent Mail
2008-04-02 08:48:14,370 7163 [main] INFO  com.sforce.mail.EmailService  -    ErrorBox: Drafts
2008-04-02 08:48:14,370 7163 [main] INFO  com.sforce.SalesforceAgent  - Service imap.googlemail.com:0:xxxxxxx@googlemail.com:Inbox successfully registered
2008-04-02 08:48:14,370 7163 [main] INFO  com.sforce.SalesforceAgent  - com.sforce.mail.EmailService  loaded as a timer service.
2008-04-02 08:49:29,268 82061 [Timer-0] ERROR com.sforce.mail.GenericClient  - Unable to connect to mail service.
Service: imap.googlemail.com
User: xxxxxxx@googlemail.com

Message: Operation timed out;
  nested exception is:
	java.net.ConnectException: Operation timed out</description>
		<content:encoded><![CDATA[<p>HI all.</p>
<p>Here are the errors I get when trying to connect.</p>
<p>2008-04-02 08:48:14,369 7162 [main] INFO  com.sforce.mail.EmailService  -    ReadBox : Sent Mail<br />
2008-04-02 08:48:14,370 7163 [main] INFO  com.sforce.mail.EmailService  -    ErrorBox: Drafts<br />
2008-04-02 08:48:14,370 7163 [main] INFO  com.sforce.SalesforceAgent  - Service imap.googlemail.com:0:xxxxxxx@googlemail.com:Inbox successfully registered<br />
2008-04-02 08:48:14,370 7163 [main] INFO  com.sforce.SalesforceAgent  - com.sforce.mail.EmailService  loaded as a timer service.<br />
2008-04-02 08:49:29,268 82061 [Timer-0] ERROR com.sforce.mail.GenericClient  - Unable to connect to mail service.<br />
Service: imap.googlemail.com<br />
User: <a href="mailto:xxxxxxx@googlemail.com">xxxxxxx@googlemail.com</a></p>
<p>Message: Operation timed out;<br />
  nested exception is:<br />
	java.net.ConnectException: Operation timed out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ale</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17303</link>
		<dc:creator>Ale</dc:creator>
		<pubDate>Mon, 21 Apr 2008 15:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17303</guid>
		<description>@ak: Make sure IMAP is enabled on Gmail; also, can you post the errors?</description>
		<content:encoded><![CDATA[<p>@<a href="http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-17506">ak</a>: Make sure IMAP is enabled on Gmail; also, can you post the errors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-16010</link>
		<dc:creator>ak</dc:creator>
		<pubDate>Tue, 01 Apr 2008 20:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-16010</guid>
		<description>I have not got this to work yet. I am getting some time out errors when I run the script. I do not think the google server is aloowing me to connect.</description>
		<content:encoded><![CDATA[<p>I have not got this to work yet. I am getting some time out errors when I run the script. I do not think the google server is aloowing me to connect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ale</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-14674</link>
		<dc:creator>Ale</dc:creator>
		<pubDate>Tue, 11 Mar 2008 09:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-14674</guid>
		<description>@Adam: Hi, I also &lt;a href="http://blogoscoped.com/forum/125332.html" rel="nofollow"&gt;heard&lt;/a&gt; &lt;a href="http://gokubi.com/archives/gmail-integration-coming-to-salesforce"&gt;about&lt;/a rel="nofollow"&gt; &lt;a href="http://sfdc.arrowpointe.com/2008/03/06/google-docs-integration-coming-to-salesforce/" rel="nofollow"&gt;few&lt;/a&gt; &lt;a href="http://googlesystem.blogspot.com/2008/03/salesforce-to-integrate-with-google.html" rel="nofollow"&gt;rumours&lt;/a&gt;; I've no further information, but let's keep the finger crossed and hope this is happening soon.

Ale</description>
		<content:encoded><![CDATA[<p>@<a href="http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-14658">Adam</a>: Hi, I also <a href="http://blogoscoped.com/forum/125332.html" rel="nofollow">heard</a> <a href="http://gokubi.com/archives/gmail-integration-coming-to-salesforce">about</a> <a href="http://sfdc.arrowpointe.com/2008/03/06/google-docs-integration-coming-to-salesforce/" rel="nofollow">few</a> <a href="http://googlesystem.blogspot.com/2008/03/salesforce-to-integrate-with-google.html" rel="nofollow">rumours</a>; I&#8217;ve no further information, but let&#8217;s keep the finger crossed and hope this is happening soon.</p>
<p>Ale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-14658</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 11 Mar 2008 00:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2008/02/22/configure_email2case_to_work_with_googles_gmail/#comment-14658</guid>
		<description>Hey Ale,

Any idea if Salesforce and Google can integrate in ways other than email to case? I have heard some buzz about this recently and am interested in learning more.

Best,

Adam
Salesforcetimes.com</description>
		<content:encoded><![CDATA[<p>Hey Ale,</p>
<p>Any idea if Salesforce and Google can integrate in ways other than email to case? I have heard some buzz about this recently and am interested in learning more.</p>
<p>Best,</p>
<p>Adam<br />
Salesforcetimes.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.048 seconds -->
