<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OAuth with IMAP</title>
	<atom:link href="http://www.limilabs.com/blog/oauth-with-imap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.limilabs.com/blog/oauth-with-imap?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oauth-with-imap</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 13:28:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Luciano</title>
		<link>http://www.limilabs.com/blog/oauth-with-imap#comment-1466</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Fri, 29 Oct 2010 12:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=936#comment-1466</guid>
		<description>Very Nice article.. how do you setup this for a web application??</description>
		<content:encoded><![CDATA[<p>Very Nice article.. how do you setup this for a web application??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swara</title>
		<link>http://www.limilabs.com/blog/oauth-with-imap#comment-1465</link>
		<dc:creator>Swara</dc:creator>
		<pubDate>Sat, 23 Oct 2010 08:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=936#comment-1465</guid>
		<description>thanks gotta... :)</description>
		<content:encoded><![CDATA[<p>thanks gotta&#8230; <img src='http://www.limilabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/oauth-with-imap#comment-1464</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Wed, 20 Oct 2010 10:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=936#comment-1464</guid>
		<description>&gt; It asks me for my password that means the above @quote stays untrue
No - It is GMail that asks the user, if he allows the application to access his mailbox.
The application itself does not have access to the user name nor the password.</description>
		<content:encoded><![CDATA[<p>> It asks me for my password that means the above @quote stays untrue<br />
No &#8211; It is GMail that asks the user, if he allows the application to access his mailbox.<br />
The application itself does not have access to the user name nor the password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swara</title>
		<link>http://www.limilabs.com/blog/oauth-with-imap#comment-1463</link>
		<dc:creator>Swara</dc:creator>
		<pubDate>Mon, 18 Oct 2010 11:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=936#comment-1463</guid>
		<description>thank u  for ur reply.
But i ned to ask u this As was written above

@quote:
&quot;The key advantage of this method is that it allows an application to access users email without knowing user’s password.&quot;

It asks me for my password that means the above @quote stays untrue

Can u pls reply on the same..

Thanks.</description>
		<content:encoded><![CDATA[<p>thank u  for ur reply.<br />
But i ned to ask u this As was written above</p>
<p>@quote:<br />
&#8220;The key advantage of this method is that it allows an application to access users email without knowing user’s password.&#8221;</p>
<p>It asks me for my password that means the above @quote stays untrue</p>
<p>Can u pls reply on the same..</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/oauth-with-imap#comment-1462</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Thu, 14 Oct 2010 09:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=936#comment-1462</guid>
		<description>@Swara
&gt; Since i dont know “ParameterList, and OAuth” uses(refers to) which dll
ParameterList and OAuth are classes from Mail.dll assembly (http://www.limilabs.com/mail/download).
You only need to reference this assembly.

&gt; But still it is not working.
Are you getting any exception?

&gt; I tried this code but its redirecting me to gmail page and
&gt; asking me for username and password to generate the Key.
Yes, this is correct behavior.
You need to log in to Gmail in order to validate your request.

Please note that you are not giving your credentials to the application,
but only to Gmail&#039;s web interface using web browser.</description>
		<content:encoded><![CDATA[<p>@Swara<br />
> Since i dont know “ParameterList, and OAuth” uses(refers to) which dll<br />
ParameterList and OAuth are classes from Mail.dll assembly (<a href="http://www.limilabs.com/mail/download" rel="nofollow">http://www.limilabs.com/mail/download</a>).<br />
You only need to reference this assembly.</p>
<p>> But still it is not working.<br />
Are you getting any exception?</p>
<p>> I tried this code but its redirecting me to gmail page and<br />
> asking me for username and password to generate the Key.<br />
Yes, this is correct behavior.<br />
You need to log in to Gmail in order to validate your request.</p>
<p>Please note that you are not giving your credentials to the application,<br />
but only to Gmail&#8217;s web interface using web browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swara</title>
		<link>http://www.limilabs.com/blog/oauth-with-imap#comment-1461</link>
		<dc:creator>Swara</dc:creator>
		<pubDate>Thu, 14 Oct 2010 06:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=936#comment-1461</guid>
		<description>Hi,
I tried this code but its redirecting me to gmail page and asking me for username and password to generate the Key.

But this is not what the code say..
what i thought was if i provide my email id it will revert back my gmail details(inbox mails etc)

Please help me with this as i want to try this out.

Looking forward for ur reply..

Please mail me at &quot;swaranaik2@gmail.com&quot;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried this code but its redirecting me to gmail page and asking me for username and password to generate the Key.</p>
<p>But this is not what the code say..<br />
what i thought was if i provide my email id it will revert back my gmail details(inbox mails etc)</p>
<p>Please help me with this as i want to try this out.</p>
<p>Looking forward for ur reply..</p>
<p>Please mail me at &#8220;swaranaik2@gmail.com&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swara</title>
		<link>http://www.limilabs.com/blog/oauth-with-imap#comment-1460</link>
		<dc:creator>Swara</dc:creator>
		<pubDate>Thu, 14 Oct 2010 05:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=936#comment-1460</guid>
		<description>Hi,
I was trying this stuff in vs2008 but while incorporating it i am getting an error
for this part

ParameterList parameters1 = OAuth

since i dont know &quot;ParameterList, and OAuth&quot; uses(refers to) which dll  .

Can u help me with this.

I had added reference to ur Mail.dll,MailBrowserControl.cll,ProtocalEx.dll
But still it is not working .

Please can u mail me the entire code It would be an great help..

Lokng forward to ur reply at &quot;swaranaik2@gmail.com&quot;

Thanks in advance.. :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was trying this stuff in vs2008 but while incorporating it i am getting an error<br />
for this part</p>
<p>ParameterList parameters1 = OAuth</p>
<p>since i dont know &#8220;ParameterList, and OAuth&#8221; uses(refers to) which dll  .</p>
<p>Can u help me with this.</p>
<p>I had added reference to ur Mail.dll,MailBrowserControl.cll,ProtocalEx.dll<br />
But still it is not working .</p>
<p>Please can u mail me the entire code It would be an great help..</p>
<p>Lokng forward to ur reply at &#8220;swaranaik2@gmail.com&#8221;</p>
<p>Thanks in advance.. <img src='http://www.limilabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

