ignotifier icon indicating copy to clipboard operation
ignotifier copied to clipboard

Full HTML preview of email in Notifier is blank

Open frshhh opened this issue 1 year ago • 9 comments

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

frshhh avatar Nov 27 '23 19:11 frshhh

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

slumbergod avatar Nov 28 '23 00:11 slumbergod

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]
  • Try to open it in a browser tab

Do you get an error?

inbasic avatar Nov 28 '23 05:11 inbasic

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"

frshhh avatar Nov 28 '23 11:11 frshhh

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.

inbasic avatar Nov 28 '23 14:11 inbasic

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.

frshhh avatar Nov 28 '23 17:11 frshhh

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

inbasic avatar Nov 29 '23 05:11 inbasic

@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 avatar Nov 29 '23 09:11 frshhh

@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 avatar Dec 05 '23 13:12 frshhh

@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.

frshhh avatar Dec 10 '23 21:12 frshhh