Se afișează întrebările pe subiect:

Whatever

// Listening for the extension to trigger (e.g., via a custom command or button) async function forwardConversation(tabId, msgs) { let body = await exportConversationAsH… (citește mai mult)

// Listening for the extension to trigger (e.g., via a custom command or button) async function forwardConversation(tabId, msgs) {

 let body = await exportConversationAsHtml(msgs);
 let displayedMsgs = await browser.messageDisplay.getDisplayedMessages(tabId);
 let identityId = undefined;
 if (displayedMsgs.length) {
   let accountId = displayedMsgs[0].folder.accountId;
   let account = await browser.accounts.get(accountId);
   identityId = account.identities[0]?.id;
 }
 await browser.compose.beginNew({
   identityId,
   isPlainText: false,
   body,
 });

}

async function exportConversationAsHtml(msgs) {

let hr = `
 
`;
 let html = `

Forwarded Conversation:

` + hr; let promises = msgs.map(msg => exportMsgAsHtml(msg)); let messagesHtml = await Promise.all(promises); html += `
` + messagesHtml.join(hr) + `
`; return html;

}

async function exportMsgAsHtml(msg) {

 // Simple fallback to extract text content safely
return `
From: ${msg.author || "Unknown"}
Subject: ${msg.subject}

${msg.body || ""}
`;

}

Deschis 1

some time that can happen.

Please keep as in box as from popping up that is so tiring it interrupts whatever you're trying to do when you have all these ads always popping up it's too much thank yo… (citește mai mult)

Please keep as in box as from popping up that is so tiring it interrupts whatever you're trying to do when you have all these ads always popping up it's too much thank you appreciate it something needs to be done! And don't like Gemini! Is bothersome!

Deschis 1

Initialising Addons.

I have installed various extensions, and pinned same to toolbar. To activate these, I simply click the icon. However, there are several addons I've installed which are n… (citește mai mult)

I have installed various extensions, and pinned same to toolbar. To activate these, I simply click the icon.

However, there are several addons I've installed which are not pinned to the toolbar. These I cannot seem to start.

How to proceed ?

Deschis 1

Browser Extension History

On my Android phone, I saw a Firefox add-on I didn't remember adding for mobile, so I removed it right away. When I went to search for it in the add-on store to see what … (citește mai mult)

On my Android phone, I saw a Firefox add-on I didn't remember adding for mobile, so I removed it right away. When I went to search for it in the add-on store to see what it was, it wasn't there. It was a version of Privacy Possum, but it doesn't look like that is available for mobile. One Privacy Possum (for desktop) looks like it was a legitimate extension that has fallen out of date and one looks like a scam extension, I'd like to know which one I had installed. Is there a way to see what add-ons I had but removed?

Deschis 1

impossible d'installer l'extension password manager de Kaspersky

Bonjour, j'utilise la version 154.0.1 de firefox sur mon ordinateur et depuis plus d'un mois , cette extension a disparu et il m'est impossible de la retrouver et de l'in… (citește mai mult)

Bonjour, j'utilise la version 154.0.1 de firefox sur mon ordinateur et depuis plus d'un mois , cette extension a disparu et il m'est impossible de la retrouver et de l'installer .Pouvez-vous me dépanner. en vous remerciant.

Deschis 1

How can I auto resize an image to proper size when writing emails ?

I used to use Foxmail as my email client. When writing emails with oversized images, I could right-click the image and select the "Auto resize it to proper size" option t… (citește mai mult)

I used to use Foxmail as my email client. When writing emails with oversized images, I could right-click the image and select the "Auto resize it to proper size" option to make the image easier to read. However, I can't find the same function in Thunderbird. Do I need to use an extension, or is there another way? Can someone please help me? It's really frustrating.

Deschis 3

How do I add my Outlook Calendar to TB 154 using Owl

I updated to TB154 recently and find that connection to my Outlook calendar via Owl no longer works. In past updates I have been able to turn Owl off and then on again, s… (citește mai mult)

I updated to TB154 recently and find that connection to my Outlook calendar via Owl no longer works. In past updates I have been able to turn Owl off and then on again, sign in to Outlook and all is good. This time I was told that I had to unsubscribe from the calendar and then re-subscribe. Unfortunately, nothing that I am trying (sharing, publishing & etc.) is working. I remember that the properties window showed the calendar location as owl:// but everything that I have tried to add after this doesn't work either. Thanks for your assistance.

Deschis 2

"manage site list ..." is empty

Recent update nuked all my custom containers, and closed every page that was currently open within those containers (pretty devastating bug). Now, I go to add sites to th… (citește mai mult)

Recent update nuked all my custom containers, and closed every page that was currently open within those containers (pretty devastating bug).

Now, I go to add sites to the new custom containers I made to replace the earlier ones. When I go Manage Containers > pick a custom container > "manage site list ..." and there is no list. Just a blank window.

Deschis 1