0 votes

Hello,

Can I still use Mail.dll email library to connect to a Gmail account if it has disabled access for less secure applications: https://support.google.com/accounts/answer/6010255

Jogy

by (400 points)

1 Answer

0 votes
 
Best answer

Mail.dll uses IMAP over SSL/TLS to access Gmail. This is secure and safe way of accessing an email server. It relies on .NET framework security model.

This setting affects IMAP access (even with SSL/TLS turned on). Using login methods that require knowing user's password (e.g. Login, UseBestLogin) fails, when this setting is off.

Workarounds:

It is not an issue of whether or not client application is implementing the latest version of SSL/TLS etc., Google simply tries to limit places that store users' passwords.

by (297k points)
edited by
Gmail "access for less secure apps" setting
...