Author Topic: GmailNotifier.dll not show notifications  (Read 5473 times)

0 Members and 1 Guest are viewing this topic.

Offline ULTIMA PRIME

Re: GmailNotifier.dll not show notifications
« Reply #15 on: 04 10 2023, 18:53:48 »
Is Google causing problems with access to its services again?

A few days ago, I added 2 new accounts in GmailNotifier to check for new messages.

Unfortunately, even though I turned on 2-step verification and created a password for the app, I don't have notifications about new emails from these 2 new accounts (showing information about new emails on old accounts that I added to GmailNotifier a few months ago works)


So today I did a test, I created a new profile in Miranda and added in GmailNotifier this new account, created a few days ago, and the second one, which I have had for a long time (and in which it works in the original Miranda profile, showing information about new emails) - I gave them in Settings GMail account passwords for the application - and as it turned out - notifications do not come for either the new account or the old one.

On the account name I only see: checking

Netlog shows: Error 401

Can anything be done about it?

Code: [Select]
<HTML>
<HEAD>
<TITLE>Unauthorized</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Unauthorized</H1>
<H2>Error 401</H2>
</BODY>
</HTML>
[20:28:40 1E8C] [GmailMNotifier] (00000000033F58C0:1232) Connection closed internal
[20:28:40 1E8C] [GmailMNotifier] (00000000033F58C0:4294967295) Connection closed
[20:28:40 1E8C] [GmailMNotifier] Connection request to mail.google.com:443 (Flags 11)....
[20:28:40 1E8C] [GmailMNotifier] (00000000033F34A0) Connecting to server mail.google.com:443....
[20:28:40 1E8C] [GmailMNotifier] (00000000033F34A0) Connecting to ip 142.250.203.133:443 ....
[20:28:40 1E8C] [GmailMNotifier] (1244) Connected to mail.google.com:443
[20:28:40 1E8C] [GmailMNotifier] (1244 mail.google.com) Starting SSL/TLS negotiation
[20:28:40 1E8C] [GmailMNotifier] (1244 mail.google.com) SSL/TLS negotiation successful
[20:28:40 1E8C] [GmailMNotifier] (00000000033F34A0:1244) Data sent
GET /mail/feed/atom HTTP/1.0
Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
User-Agent: Miranda/0.96.3.25684 (x64)
Accept-Encoding: deflate, gzip
Host: mail.google.com
Connection: Keep-Alive
Proxy-Connection: Keep-Alive

[20:28:41 1E8C] [GmailMNotifier] (00000000033F34A0:1244) Data received
HTTP/1.0 401 Unauthorized
Content-Type: text/html; charset=UTF-8
WWW-Authenticate: BASIC realm="mail.google.com"
Content-Encoding: gzip
Date: Wed, 04 Oct 2023 18:28:39 GMT
Expires: Wed, 04 Oct 2023 18:28:39 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Content-Length: 121
Server: GSE
Alt-Svc: clear
Connection: Keep-Alive
 

Offline dartraiden

Re: GmailNotifier.dll not show notifications
« Reply #16 on: 04 10 2023, 19:28:20 »
Confirmed. Due to some bug password is not saved in db.

Install DbEditor plugin, right-click on mailbox in contact list → open in database editor. Edit the password manually (without spaces).



 

Offline ULTIMA PRIME

Re: GmailNotifier.dll not show notifications
« Reply #17 on: 04 10 2023, 22:17:02 »
It works, thank you very much.


Will it be improved? Or do we need to add a password in a dbeditor every time when adding new account?

I also noticed that it does not work every time (It doesn't work more often) "Check Gmail inbox" and "Check all Gmail inboxes"
 

Offline dartraiden

Re: GmailNotifier.dll not show notifications
« Reply #18 on: 07 10 2023, 17:29:17 »
Fixed in development version.
 

Offline ULTIMA PRIME

Re: GmailNotifier.dll not show notifications
« Reply #19 on: 14 10 2023, 20:30:34 »
Great! :)