Blocking spam
Is it possible to block or filter spam in Thunderbird. The sender of the spam is not visible. Only subject. I am unable to block these messages.
Is it possible to block or filter spam in Thunderbird. The sender of the spam is not visible. Only subject. I am unable to block these messages.
My samsung account and google are compromised. Need firefox to shield me on this data privacy viollation... Pls assist me on this by tracking source and identify the pers… (читати далі)
My samsung account and google are compromised. Need firefox to shield me on this data privacy viollation... Pls assist me on this by tracking source and identify the person behind this madness.. My Data usage for 1month has been consumed in one day and subscribe my google play account, for the android apps that I hadnt got knowledge. Please assist.. thank you.
I tried to open settings because I need to change account passwords. As soon as I open settings Thunderbird crashes after showing the settings page for half a second. Lat… (читати далі)
I tried to open settings because I need to change account passwords. As soon as I open settings Thunderbird crashes after showing the settings page for half a second. Latest Thunderbird version under latest windows 11 version. Anyone else has this problem? Restarting the PC (miracle cure for problems under windows) did not solve the problem. Anyone else has this? Anyone knows a solution?
I cannot access my accounts passwords, so the problem is rather worrisome and urgent.
Need help setup 2 factor pass thanks
thunderbird est un tas de bugs de plus en plus inquiétant j'ai plusieurs milliers de mails absolument vides dans thunderbirds mails vides inaccessibles impossible à enlev… (читати далі)
thunderbird est un tas de bugs de plus en plus inquiétant j'ai plusieurs milliers de mails absolument vides dans thunderbirds mails vides inaccessibles impossible à enlever pas de destinataire pas d'expéditeur pas de sujet taille à zéro 0Ko date annoncée à 1971-01-01, 01:00
je fais comment ?
merci
Help me to eradicate myself from scam,Fashing,malware,viruses etc
A few days ago my Thunderbird client was downloading messages. I could not see the email that was to be downloaded next. However, a notice appeared, apparently from a ha… (читати далі)
A few days ago my Thunderbird client was downloading messages. I could not see the email that was to be downloaded next. However, a notice appeared, apparently from a hacker that was ending the next email. It was asking me to let it override some information that allowed me to get messages. Then a popup from Thunderbird displayed. It said no decent public site would ask to override anything. So I clicked CANCEL. This happened repeatedly. I kept clicking CANCEL. But no emails downloaded, only the message. Then I got help from the Dell tech support that I paid for when buying the computer. It has always been very effective fixing problems, even if they were not with the computer itself. They could not fix the problem. I can see and answer my emails on Primus webmail. Now. no more emails download in the Thunderbird client after. So apparently some setting has been overridden. I got in touch with Primus, and they told me what to reset the port to, but nothing has been downloaded. I am able to send emails from the Thunderbird client. They told me that the server connection (IMAP) was the same port for send and receive. When I click Get Messages in the Thunderbird client, it says something like Checking server availability. But no new emails download. I have read this from Thunderbird:
"To manually configure an account, you will need to have the following details which can be supplied by your email provider. incoming mail server and port (for example, "pop.example.com" and port 110 or "imap.example.com" and port 143) outgoing mail server and port (for example, "smtp.example.com" and port 25) security setting for the connection with the server (for example, "STARTTLS" or "SSL/TLS" and whether or not to use secure authentication) First, open the Account Settings: In the Thunderbird menu bar, click the ToolsEdit menu and select Account Settings, or click the Application menu button and select OptionsPreferences and Account Settings from the sub-menu." I have tried all this to no avail.
What can I do to get email to download to the Thunderbird client? Can I uninstall the Thunderbird and reinstall without disturbing my Webmail? I would be happy for any help you can give me! Thanks!
I am getting an annoying popup stating that Dan.Hromada@citizensforfreespeech.org is asking for my Google password....this email account is not associated at all with Goo… (читати далі)
I am getting an annoying popup stating that Dan.Hromada@citizensforfreespeech.org is asking for my Google password....this email account is not associated at all with Google or Gmail. It's hosted on the organization's server. Please see the screenshot of the pop-up.
Thank you, Dan Hromada
How do I allow remote images in the Android app version of T-Bird? I have the 'allow remote content in messages' selected in the settings in my desktop app, but I can't … (читати далі)
How do I allow remote images in the Android app version of T-Bird?
I have the 'allow remote content in messages' selected in the settings in my desktop app, but I can't find any way to allow them on my phone.
I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF ne… (читати далі)
I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF never continued and didn't fully open the site. I copied the URL to Chrome and it had no problem quickly opening the site. What do I need to fix in FF to make it happy again? This is the link if you want to try it. https://www.mypoints.com/jumppage?trkid=p16498665&h=1645af8f93c2559daa84038a922f4a04&merchant=10659&page=110&finalUrl=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F49764%2F687081%2F10014%3Fu%3Dhttps%253A%252F%252Fwww.bestbuy.com%252Ftop-deals&brand=BestBuy&deo=16498665,5,0,0,0,0,0&utm_source=BONUSMAIL&utm_medium=email&utm_campaign=1196390
In the outgoing server password type it does not list OAuth2 in the type of password the last time I ran a fix but I don't remember where it is now.
I'm trying to run Firefox in a vm and expose it for remote connections to access from puppeteer. "firefox --headless --remote-debugging-port=9222 --remote-debugging-hos… (читати далі)
I'm trying to run Firefox in a vm and expose it for remote connections to access from puppeteer.
"firefox --headless --remote-debugging-port=9222 --remote-debugging-host=0.0.0.0 --remote-allow-hosts=x.x.x.x " - This is the command I'm using to launch the browser but the Firefox is listening on 127.0.0.1 only. And accepts only calls from the local machine. Despite many efforts I'm not able to make Firefox listens to my public ip or 0.0.0.0. This is the output I'm getting while launching
"*** You are running in headless mode. [GFX1-]: glxtest: Unable to open a connection to the X server WebDriver BiDi listening on ws://127.0.0.1:9222 [GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt"
With chrome I'm able to achieve the above use case. Chrome listens on 0.0.0.0 when adding the --remote-debugging-address "google-chrome --no-sandbox --headless --remote-debugging-port=9222 --remote-debugging-address=0.0.0.0".
I have limited control over the vm so I can't use ssh tunnel as well. Are there any solutions available to make Firefox listens to the public IP like chrome?
How do I turn on download remote images in thunderbird for android
E-mail stopped working. T-bird doesn't respond to "send e-mail" to address book. Something to do with an invalid information and encryption. T-Bird worked fine yeste… (читати далі)
E-mail stopped working. T-bird doesn't respond to "send e-mail" to address book. Something to do with an invalid information and encryption. T-Bird worked fine yesterday. This is a very recent development. Help. Thank you.
Whenever I restart Firefox, it uses about 30% of my RAM, however this increases over time and after a week it can be over 60%. No new extensions, tabs, windows opened, no… (читати далі)
Whenever I restart Firefox, it uses about 30% of my RAM, however this increases over time and after a week it can be over 60%. No new extensions, tabs, windows opened, nothing changed from usage of day 1 to day 7. I have attempted everything in the support post for Firefox taking up too much RAM, and nothing has led to longterm solutions. This issue originally started about 2 months ago so it hasn't been consistent, but I haven't changed anything either in my browsing habits or the hardware of my computer to causes this change. Hardware acceleration is off, and using the same extensions (and more) on other browsers doesn't result in the same problem on those browsers. The problem is worst by far when I'm using YouTube.
Hi the bult in adblocker doesn’t work on some websites iv’e tried. Is it discontinued on IOS or something or is it an error on my part?
I wonder does one have the same email and password for all three Mozilla Browsers I listed above as subject. I do not recall having a password but a code was sent to me a… (читати далі)
I wonder does one have the same email and password for all three Mozilla Browsers I listed above as subject. I do not recall having a password but a code was sent to me and I did change it. I have a certain place I store passwords and it was not there. I could have used my Google account (option) but I didn't have a password stored for that account either. I have 4 emails and use for certain things to seperate my activity and thus level of importance to 'must read' vs can read vs should read. Lol
Hi, I need to ask regardining this security.cert_pinning.enforcement_level. how can i set this value using the windwos server GPO? i could not find this even after copy… (читати далі)
Hi,
I need to ask regardining this security.cert_pinning.enforcement_level. how can i set this value using the windwos server GPO? i could not find this even after copying the firefox.admx file. could someone please guide me how can i acheive it?
I would really appreciate the help!
Regards Sheras
Why is my browser stating that it is managed by my organisation. I have never used it fr work and it is my personal laptop. Please kindly provide steps to remove this … (читати далі)
Why is my browser stating that it is managed by my organisation.
I have never used it fr work and it is my personal laptop. Please kindly provide steps to remove this
Is there any way to Block trollers or people with malicious intent in the Forums? I didn’t see any, but I am pretty new here, and may have overlooked it