inbasic / ignotifier

Multiple account Gmail notifier (without storing passwords)
https://webextension.org/listing/gmail-notifier.html
Other
389 stars 116 forks source link

Full HTML preview of email in Notifier is blank #627

Open frshhh opened 9 months ago

frshhh commented 9 months ago

Firefox 120.0 Notifier 1.1.3.1

As per title, the contents of an email don't show up in the Notifier window. Everything else seems to work as far as I can tell.

image

slumbergod commented 9 months ago

Same problem for me. Waterfox 5.1.13 Manjaro Linux (up-to-date)

inbasic commented 9 months ago

Since I am not able to reproduce, lets debug:

Do you get an error?

frshhh commented 9 months ago

Since I am not able to reproduce, lets debug:

* Open https://mail.google.com/mail/u/0/feed/atom in a browser tab

* Find an entry and copy the message id (string after "message_id=...")

* Replace [HERE] in this URL with the message id

* [https://mail.google.com/mail/u/0/?ui=2&view=pt&dsqt=1&search=all&msg=[HERE]](https://mail.google.com/mail/u/0/?ui=2&view=pt&dsqt=1&search=all&msg=%5BHERE%5D)

* Try to open it in a browser tab

Do you get an error?

Okay. So if I copy JUST the message_id, i.e. 18c12c97610d2414, it works. It opens up the "preview" and also a printer dialogue on top.

image

If I copy the message_id and everything else AFTER it in the href tag, i.e. 18c12c97610d2414&view=conv&extsrc=atom I get an error. "Forbidden Error 403"

inbasic commented 9 months ago

Yes, the first one is what the extension uses. Can you try the following build and see if it works or not?

extension.zip

frshhh commented 9 months ago

Yes, the first one is what the extension uses. Can you try the following build and see if it works or not?

extension.zip

* Open `about:debugging#/runtime/this-firefox` in a browser tab

* Use the "Load Temporary Add-on" button to locate the `extension.zip` file.

Doesn't work.

Notifier shows up as a temporary extension, and in add-ons manager, but nothing happens... no Notifier button appears on the toolbar. I can access Notifier options via add-ons manager though. Incidentally, I previously tried to get the dev edition working and the same thing happened.

inbasic commented 9 months ago

@frshhh the icon is inside the extensions popup in the toolbar area.

frshhh commented 9 months ago

@frshhh the icon is inside the extensions popup in the toolbar area.

Okay, yes that works (sorry, didn't realise the extensions popup was even a thing).

frshhh commented 8 months ago

@inbasic The 1.1.4 update doesn't appeared to have worked as intended for me, although there is improvement.

I now get a plain text version of the email (with no page style, I think?).

image

frshhh commented 8 months ago

@inbasic Okay, so it turns out the setting for "Render emails as HTML in full-content mode" was unchecked for some reason even though I'm sure I hadn't changed any options myself.

Thanks for the help and apologies for leading you on this wild goose chase.