- Вирішено
How do I import my Emails (EML) files into Thunderbird?
Hi, I am Div, and I have a large number of EML files which I want to send to Thunderbird. Can anyone tell me the best ways??
Hi, I am Div, and I have a large number of EML files which I want to send to Thunderbird. Can anyone tell me the best ways??
Hi I am having problems signing into or adding my tpg account email address through both outlook and thunderbird. My address and passwords are correct and I have used the… (читати далі)
Hi I am having problems signing into or adding my tpg account email address through both outlook and thunderbird. My address and passwords are correct and I have used the settings in both email programs as listed by the messaging company. The error message I am getting is that on thunder bird it cannot find the settings for my emaill account and on outlook it cant find the settings. I have had ongoing issues with my tpg account, this one is a pop3, since the messaging co took over the emails when tpg moved them to there. Issues are that i get very sporadic emails ie one week working the next nothing for long periods of time. I can successfully add gmail accounts to thunderbird and outlook without problems but the tpg one is my issue. I can get tpg emails through the gmail app on my phone with pop 3 settings but nothing on thunderbird. I have contacted the messaging co for help but other than settings they cannot help and suggested coming to thunderbird for help. I prefer to use thunderbird as my email program to have everything on one would be great again. Can anyone offer advice or assistance I would greatfully appreciate it
Hello, I’ve just started using Thunderbird and I really like it so far. I have one question regarding attachments. In emails that include attachments, is it possible to c… (читати далі)
Hello, I’ve just started using Thunderbird and I really like it so far.
I have one question regarding attachments. In emails that include attachments, is it possible to change how the attachment area is displayed? Currently, it appears as a single line at the bottom of the message. Ideally, I’d like to have it displayed more prominently, preferably at the top of the message, similar to how it appears in Outlook.
So far, the only adjustment I’ve made is setting mailnews.attachments.display.start_expanded to always show attachments expanded. Are there any other settings or methods to further customize the attachment view or position?
Thank you in advance.
Hi, I’m experiencing the following issue: When I open Password Manager (about:logins), the page is completely blank. This problem started about three months ago, after I … (читати далі)
Hi,
I’m experiencing the following issue:
When I open Password Manager (about:logins), the page is completely blank.
This problem started about three months ago, after I updated Firefox to a newer version.
Currently, on the about:logins page, I can export all my accounts and passwords as a CSV file (so the data clearly exists), but nothing is displayed on the page itself.
I also tried importing the same CSV file (exported from about:logins) back into Firefox. After importing, all accounts and passwords appear in the left panel. However, when I click on any item, the right panel is still blank. If I close the page and open about:logins again, the items still do not load.
My current Firefox version is 147.0.
How can I solve this problem?
Thanks!
I cannot get audio to play on the browser. I've gone into settings and the default says that audio should be on for all websites. However, Youtube, facebook, instagram,… (читати далі)
I cannot get audio to play on the browser. I've gone into settings and the default says that audio should be on for all websites. However, Youtube, facebook, instagram, etc., won't play audio. Audio plays on other browsers (Chrome, Edge). what must I do to get audio working?
Going to maps.google.com, results in: Secure Connection Failed An error occurred during a connection to google.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ER… (читати далі)
Going to maps.google.com, results in:
Secure Connection Failed
An error occurred during a connection to google.com. PR_CONNECT_RESET_ERROR
Error code: PR_CONNECT_RESET_ERROR
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.
Recently, something happened to my installation of Firefox (I do not know what happened) causing the search suggestions (I do not know the proper name of this feature, bu… (читати далі)
Recently, something happened to my installation of Firefox (I do not know what happened) causing the search suggestions (I do not know the proper name of this feature, but if I am right I will be glad) to appear taller than they were before. This disturbs me (I do not know why). I would like to return the individual search suggestions to their original narrower size.
How do I stop my search results from suddenly becoming shortcuts on my home page? This is something that has started relatively recently & I did not request this or c… (читати далі)
How do I stop my search results from suddenly becoming shortcuts on my home page? This is something that has started relatively recently & I did not request this or change my settings.. The only thing I want on my homepage is actual saved sites that I choose to have on my home page. I now have to spend time every session deleting the history of these unwanted shortcuts from my homepage. Any suggestions would be greatly appreciated. Just searching for how to stoip this has added this search as a shortcut to my home page- see attached pic.
im playing farmville 2 in zynga games online but it plays very slow ans keeps freezing. ive done what was recommened but there is no change to the game, i was wondering i… (читати далі)
im playing farmville 2 in zynga games online but it plays very slow ans keeps freezing. ive done what was recommened but there is no change to the game, i was wondering if you could help by telling me if there is anything i need to do in the browser to get this game working better
ich bekomme keine E-Mail mehr und soll meine Zugangsdaten auf imap eingeben
Before I recently (& reluctantly) upgraded to TB 140.8.1esr, I used to be able to paste the following in the Error Console to get a URI for an email message (or templ… (читати далі)
Before I recently (& reluctantly) upgraded to TB 140.8.1esr, I used to be able to paste the following in the Error Console to get a URI for an email message (or template) that I wanted to access from my calendaring app (EccoPro -- yeah, I know, one of those "from my dying hands" things, but it has never been equaled much less surpassed, just choked in the cradle by MS Office).
var hdr = gFolderDisplay.selectedMessage; alert(hdr.folder.getUriForMsg(hdr));
I would highlight the message I wanted to use, hit Shft-Ctrl -J, and paste that in the console.
I would get a notice with something like this which I could copy
"mailbox-message://nobody@Local%20Folders/Templates#10"
I could then put a clickable link in my calendaring app to run
"C:\Program Files\Mozilla Thunderbird\thunderbird.exe" -mail "mailbox-message://nobody@Local%20Folders/Templates#10"
That message would open. Then I could hit Ctrl-E to edit it, paste as needed, and send .
This worked very well. I did not come up with it. I struck gold with Google and just copied it. With something similar to AutoHotKey I was able to automate it.
Now those URI codes no longer launch at all, and I cannot get new ones because when I paste
var hdr = gFolderDisplay.selectedMessage; alert(hdr.folder.getUriForMsg(hdr));
into Error Console I get
Uncaught ReferenceError: gFolderDisplay is not defined <anonymous> debugger eval code:1 getEvalResult resource://devtools/server/actors/webconsole/eval-with-debugger.js:306 evalWithDebugger resource://devtools/server/actors/webconsole/eval-with-debugger.js:218 evaluateJS resource://devtools/server/actors/webconsole.js:895 evaluateJSAsync resource://devtools/server/actors/webconsole.js:788 makeInfallible resource://devtools/shared/ThreadSafeDevToolsUtils.js:103
If I had known what I was doing in the first place, I might be able to adapt to this version of Thunderbird. Something obviously changed in how the Error Console operates or something.
Does anyone know anything about what command could generate a message URI so I could open it from another app using the command line?
-Chris, the Reluctant Hoosier
after setting up a new install on another pc (ver148) and moving the profile folder over, the only issue i have so far is the little yellow star in the folder for new mai… (читати далі)
after setting up a new install on another pc (ver148) and moving the profile folder over,
the only issue i have so far is the little yellow star in the folder for new mail having arrived in is not showing up. it will show the number of new msgs on the taskbar icon only.
can this be fixed?> can seem to see it in settings.
image attached of how it looks on the old pc
thanks
I write a new message but there is no longer a send box to click
I used an old update for my account accidentally. I fixed that but lost my contacts in my address book. How can I get them restored please.
Where are my save paswords?
bold texthow to delete duplicate account
I have two other Mozilla profiles, one under my second Gmail account, the other under my old work email. How can I access the passwords saved under those profiles? There… (читати далі)
I have two other Mozilla profiles, one under my second Gmail account, the other under my old work email. How can I access the passwords saved under those profiles?
There are passwords, particularly to my personal Proton email account, that I need to retrieve.
I am unable to sign into my secondary Gmail or my old work email although I have the passwords to them. Program just keeps telling me I have to sign in under my primary account. It's an endless circle. If I try to sign into my work account it tells me to get the code that was emailed to my work account. I do not have access to the work account anymore I just want the Mozilla profile that I created. I don't want access to my old email...
I can't seem to get Thunderbird on Linux Mint to work. Everything font related is a mess. I don't know what default Thunderbird uses when it doesn't know a font but the… (читати далі)
I can't seem to get Thunderbird on Linux Mint to work. Everything font related is a mess. I don't know what default Thunderbird uses when it doesn't know a font but the setting is unreadable. I've messed with a ton of font settings but nothing seems to change anything. Note if I copy the garbage and paste it into a notepad, it is totally readable but there appears to be no way to change this default in Thunderbird. Please help.
When I close Firefox, it says I have 608 tabs. I keep a lot of tabs open, but not that many! I have tried closing them, but they reappear when I restart Firefox. I want… (читати далі)
When I close Firefox, it says I have 608 tabs. I keep a lot of tabs open, but not that many! I have tried closing them, but they reappear when I restart Firefox. I want many to reload but not the ones I have closed previously. Please advise -- it is really effecting the performance of my Lenovo laptop.
All email accounts are using Imap protocol. Gmail does not show up in the consolidated inbox with all the others. Help? - Thanks! BTW - Is there a way to generate a succi… (читати далі)
All email accounts are using Imap protocol. Gmail does not show up in the consolidated inbox with all the others.
Help? - Thanks!
BTW - Is there a way to generate a succinct report of all accounts and the protocol each uses?