Comments on: OAuth 1.0 with IMAP (deprecated) https://www.limilabs.com/blog/oauth-with-imap Using Limilabs .net components Sat, 05 Aug 2023 08:02:31 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Limilabs support https://www.limilabs.com/blog/oauth-with-imap#comment-594496 Fri, 17 Jan 2014 09:54:37 +0000 http://www.limilabs.com/blog/?p=936#comment-594496 In reply to Wagner.

@Wagner,

1. Consider using OAuth 2.0:
http://www.limilabs.com/blog/oauth2-gmail-imap-web-applications

2.
Examine the request object. Does it contain “oauth_verifier” parameter?

]]>
By: Wagner https://www.limilabs.com/blog/oauth-with-imap#comment-594411 Thu, 16 Jan 2014 19:13:57 +0000 http://www.limilabs.com/blog/?p=936#comment-594411 I’m trying to do in asp.net, is giving error in command

Dim oauth_verifier As String = Request(“oauth_verifier”).ToString()

Error: Object reference not set to an instance of an object.

]]>
By: Luciano https://www.limilabs.com/blog/oauth-with-imap#comment-1466 Fri, 29 Oct 2010 12:36:12 +0000 http://www.limilabs.com/blog/?p=936#comment-1466 Very Nice article.. how do you setup this for a web application??

]]>
By: Swara https://www.limilabs.com/blog/oauth-with-imap#comment-1465 Sat, 23 Oct 2010 08:29:12 +0000 http://www.limilabs.com/blog/?p=936#comment-1465 thanks gotta… 🙂

]]>
By: Limilabs support https://www.limilabs.com/blog/oauth-with-imap#comment-1464 Wed, 20 Oct 2010 10:26:43 +0000 http://www.limilabs.com/blog/?p=936#comment-1464 > 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.

]]>
By: Swara https://www.limilabs.com/blog/oauth-with-imap#comment-1463 Mon, 18 Oct 2010 11:04:47 +0000 http://www.limilabs.com/blog/?p=936#comment-1463 thank u for ur reply.
But i ned to ask u this As was written above

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

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

Can u pls reply on the same..

Thanks.

]]>
By: Limilabs support https://www.limilabs.com/blog/oauth-with-imap#comment-1462 Thu, 14 Oct 2010 09:47:11 +0000 http://www.limilabs.com/blog/?p=936#comment-1462 @Swara
> 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.

> But still it is not working.
Are you getting any exception?

> I tried this code but its redirecting me to gmail page and
> 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’s web interface using web browser.

]]>
By: Swara https://www.limilabs.com/blog/oauth-with-imap#comment-1461 Thu, 14 Oct 2010 06:03:52 +0000 http://www.limilabs.com/blog/?p=936#comment-1461 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 “swaranaik2@gmail.com”

]]>
By: Swara https://www.limilabs.com/blog/oauth-with-imap#comment-1460 Thu, 14 Oct 2010 05:40:44 +0000 http://www.limilabs.com/blog/?p=936#comment-1460 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 “ParameterList, and OAuth” 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 “swaranaik2@gmail.com”

Thanks in advance.. 🙂

]]>