Mark Banner

Results 164 comments of Mark Banner

Note the use of schemas was suggested to sinon-chrome in https://github.com/acvetkov/sinon-chrome/issues/40

> I'm trying to do unit testing on a webextension. An example which demonstrates how to connect a testing framework, sinon-chrome (maybe?) and my source (which calls many webextension APIs)...

@stoically The only reason example-webextension is archived is that I decided not to keep on updating it just for package updates. If it doesn't work out of the box today,...

As another project to consider, is the one I've just created at https://github.com/Standard8/example-webextension/ This doesn't have an init function for creating a new repository, but it does have full testing...

Just to note that desktop generally does default engine first, then the rest of the engines in alphabetical order.

Are you closing and opening the message pane, or potentially doing something else to read the emails other than using the standard message pane? Failing that, taking a look to...

Which button(s) are you using for forward the email? Is it the "Forward this Conversation" or the forward button on the email or in the menu?

Thank you, I see this. STR: Set `mail.inline_attachments` to true (or the `.text` version), forward a message with an attachment to yourself. View the message. The message in conversations only...

> It is not possible to detect the header `Content-Disposition: attachment` in the attached eml? > Even to say "there is additional attachment" waiting a more deep fix? Due to...