Thunderbird

Enigmail Error - “no matching secret key found to decrypt message”

我的梦境 提交于 2020-01-16 18:33:07
问题 After switching the Linux Distributions, gpg changed and I could not encrypt any emails. Even my own. Enigmail gave me "No matching secret key found to decrypt message" error message. Before: $gpg --version gpg (GnuPG) 2.1.18 libgcrypt 1.7.6-beta Now: $gpg2 --version gpg (GnuPG) 2.2.13 libgcrypt 1.8.4 Both have Enigmail 2.0.9. 回答1: In the end, this helped: https://sourceforge.net/p/enigmail/forum/support/thread/03ebee57/ gpg2 --edit-key 0xYourKeyId setpref save ( 0xYourKeyId taken from gpg2 -

How to write a Thunderbird extension (webextension) to modify the message display?

心已入冬 提交于 2020-01-15 11:36:09
问题 I'd like to write an extension for Thunderbird that modifies the message display (e.g. insert/replace text/markup/image). Unfortunately, the documentation is lacking (due to recent changes?). https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_extensions is outdated https://developer.thunderbird.net/ does not have useful examples (yet) https://thunderbird-webextensions.readthedocs.io/ no examples either Some examples can be found at https://github.com/thundernest/sample

how to move messages from one Gmail account to another [closed]

给你一囗甜甜゛ 提交于 2020-01-13 20:46:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I would like to create a backup of a Gmail account into another Gmail account. There could be many reasons why would someone like to do this, but in my case my Gmail account got full but instead of deleting messages would like to archive them in another account. I was thinking about using POP3 / all / fetch from

Using Content-ID and cid for embedded email images in Thunderbird

时间秒杀一切 提交于 2019-12-31 03:33:11
问题 I'm generating emails in a PHP application which attach multiple files to an HTML email. Some of the files are Excel spreadsheets, some of the files are company logos which need to be embedded in the HTML so they load by default using Content-ID and cid identifiers to refer to the attached images. As far as I can see, my syntax is correct, but the images don't ever load inline (they are attached successfully, however). From: email@example.com Reply-To: email@example.com MIME-Version: 1.0

Stop Email From Sending

一世执手 提交于 2019-12-30 11:34:28
问题 I am working on writing an add-on for Thunderbird and would like to be able to cancel the sending of an email under certain conditions. I have the following code which allows me to execute code before the email is sent, but I don't know how to stop it. document.getElementById("msgcomposeWindow").addEventListener( "compose-send-message", function(){ var msgcomposeWindow = document.getElementById( "msgcomposeWindow" ); var msg_type = msgcomposeWindow.getAttribute( "msgtype" ); // do not

Get selected message data in Thunderbird extension

∥☆過路亽.° 提交于 2019-12-24 04:52:19
问题 I need to get some e-mail message data in my Thunderbird extension. I found this example on MDN (https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIMsgMessageService): var content = ""; var MessageURI = GetFirstSelectedMessage(); var MsgService = messenger.messageServiceFromURI(MessageURI); var MsgStream = Components.classes["@mozilla.org/network/sync-stream-listener;1"].createInstance(); var consumer = MsgStream.QueryInterface(Components.interfaces.nsIInputStream); var

Excel Macro sending through Thunderbird [closed]

微笑、不失礼 提交于 2019-12-22 10:27:25
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 years ago . I was wondering if anyone knew how to build a macro in excel to send the spreadsheet through Thunderbird. 回答1: Example Option Explicit Sub Thunderbird() Dim sCmd As String '// Prepare Thunderbird Dim sTo As String '// Recipient Dim sSubject As String '// Subject Dim sBody As String '// Email body

How can I “hack” the Thunderbird Lightning extension to fully color categories

爱⌒轻易说出口 提交于 2019-12-20 21:01:33
问题 (Note: While I'm not entirely sure if this be better asked on SuperUser, I guess the fact that you probably will have to mess around in the xpi/jar file with the css settings, should make it suitable for SO.) Mozilla Thunderbird's Calendar extension, Lightning, will use different colors for different calendars, and just use a narrow vertical bar for the category color: (Light blue as calendar color and red as category color) What I would like to find out is how I could go about changing/

Python: Open Thunderbird to write new mail with attached file

帅比萌擦擦* 提交于 2019-12-20 02:42:08
问题 I would like to open Thunderbird on Debian AND Windows with an attached file for a new email. So I would like to do the same as in this thread but the posted solution does not work: Python open email client with attachment I have the very same problem as user2686223. The file will not be attached to the mail. Can anyone help me with this? Maybe with another solution? EDIT: This is now how it works: import os os.system("thunderbird -compose to='test@test.de',subject='subject',body='body'

Failure to decrypt an AES encrypted SMIME Message with OpenSSL

对着背影说爱祢 提交于 2019-12-13 06:31:46
问题 I have a two mails (SMIME encrypted) for a single recipient. One mail is encrypted using 3DES, the other one is encrypted using AES 256. The mails where created using C# EnvelopedCms class. I can successfully decrypt the 3DES message using openssl smime -decrypt -in trippledes.eml -inkey keyfile.pem However, if I try this with the AES encrypted file, OpenSSL outputs some gibberish and Fails with this comment: Error decrypting PKCS#7 structure 4128:error:06065064:digital envelope routines:EVP