Showing questions tagged: Show all questions

Import Outlook 365 pst files into Thunderbird 115

I read that to import Outlook (I have 365) pst files I need 'downgrade' from Thunderbird 115 to Thunderbird v 38.1 . But that was an older post, so I am hoping there a… (read more)

I read that to import Outlook (I have 365) pst files I need 'downgrade' from Thunderbird 115 to Thunderbird v 38.1 .

But that was an older post, so I am hoping there are now ways to import pst files directly into Thurderbird 115 (I have a lot, each with lots of e-mails).

If not: 1) can I leave 115 on my computer and install v 38.1 in addition - import the outlook pst files into 38.1, store them as 'local files' on my hard drive and then connect those to 115 ? 2) Since I read something about installing v 38.1, importing the pst files (and presumably storing them as local files on the hard drive/external drive?) and then updating that to v 115, I suspect that 1) is not an option. 3) so next question is (haven't searched for that yet) : if I have to delete 115, I will have to re-connect all my local folders once I am upgraded again to 115. I have them all (a lot) stored on an external drive - is there guidance somewhere on how to get those 'recognized' all at the same time by Thunderbird 115 ? (Outlook is not very userfriendly in that regard, one needs to 'open' each pst file individually). 4) final question while I am at it: latest outlook version has limitation on the number of pst files one can have open at the same time - I found that out the hard way. Is there also a limitation on how many local folders one can have in thunderbird 115 ? THANKS A LOT in advance for your help (this is my second time asking for help and last time I got an e-mail with an absolutely perfect answer). Annette.

Asked by annette.kuesel 1 week ago

Last reply by sfhowes 1 week ago

Obscure canvas rendering issue

Hello, I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint … (read more)

Hello,

I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint application. The issue is that the very first time that the user presses the mouse, the line stops abruptly, while the next times the lines are drawn correctly. The events seem to fire correctly and the page works fine at Chromium, so it seems to be a Firefox issue. You can find the html page below. I am curious, what could be the problem?

<!DOCTYPE html>
<html lang="el">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Canvas</title>
  <style>
    #canvas {
      background-color: whitesmoke;
      border: solid 2px brown;
    }
  </style>
</head>

<body>
  <canvas id="canvas"></canvas>

  <script>
    function startDrawing(e) {
      isDrawing = true;
      context.beginPath();
      context.moveTo(e.offsetX, e.offsetY);
    }

    function draw(e) {
      if (isDrawing) {
        context.lineTo(e.offsetX, e.offsetY);
        context.stroke();
      }
    }

    function stopDrawing(e) {
      console.log("stopped drawing")
      isDrawing = false;
    }

    const canvas = document.getElementById('canvas');
    const context = canvas.getContext('2d');
    var isDrawing = false;
    canvas.width = 1000;
    canvas.height = 1000;
    context.strokeStyle = "#913d88";
    context.lineWidth = 2;
    canvas.onmousedown = startDrawing;
    canvas.onmouseup = stopDrawing;
    canvas.onmousemove = draw;
  </script>
</body>

</html>

Asked by ngiatsog 1 week ago

Last reply by jscher2000 - Support Volunteer 1 week ago

firefox ate my history

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed perman… (read more)

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed permanently on a single web address. this is the web address of a site that is in my toolbar. this site cannot be deleted from the history. this site cannot be deleted through the preferences menu. the same site shows in the history file as the only site visited in the past several months, even though i have not visited that site in the past several months. the browser does not show my browsing history. the browser does not create a browsing history. my history function is permanently broken.

help?

Asked by drollere 1 week ago

Last reply by jscher2000 - Support Volunteer 1 week ago

software and Firefox app for Android

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me … (read more)

You don't give me the proper. Software I have a Samsung Galaxy and it keeps giving me Android software because it downloads it and I go to sign in to Google and tells me I have android and don't recognize my galaxy fire fox for Android wrong software screw up my phone and accounts

Asked by Chole “Princess” Mickey 3 months ago

Last reply by Mary T. Hodge 1 week ago

Refresh Local Folders After Turning on Remote Drive?

Hi, All. I store older emails in subfolders by year within Local Folders, and I've specified that Thunderbird store Local Folders on a toggleable remote drive. The idea i… (read more)

Hi, All. I store older emails in subfolders by year within Local Folders, and I've specified that Thunderbird store Local Folders on a toggleable remote drive. The idea is that I will just toggle that remote drive on when I need to access Local Folders messages.

Thankfully, when I start Thunderbird with the remote drive off, Local Folders appears without any references to inbox or sent folders (since it can't find the drive), and also thankfully it doesn't throw any "Can't find drive x" error messages. When Thunderbird is open, and I turn the drive on, however, it does not display the remote Local Folders content.

Other than completely closing and reopening Thunderbird, is there a way to have it more easily load the Local Folders content when the drive is turned on - either automatically or manually?

Thank you

Asked by RIMSHOT3 1 week ago

Last reply by david 1 week ago

메일에 링크 삽입 시 링크주소가 다르게 나옵니다.

안녕하세요. 썬더버드 메일 사용 중 인데요. 메일에 링크 삽입 시 링크주소가 다르게 나옵니다. "링크 테스트"에 "cafe.naver.com/masterlesson" 링크를 주었으나 결과는 "mail.naver.com/v2/read/0/cafe.naver.com/masterlesson" 으로 링크됩니다… (read more)

안녕하세요. 썬더버드 메일 사용 중 인데요. 메일에 링크 삽입 시 링크주소가 다르게 나옵니다.

"링크 테스트"에 "cafe.naver.com/masterlesson" 링크를 주었으나 결과는 "mail.naver.com/v2/read/0/cafe.naver.com/masterlesson" 으로 링크됩니다.

Html 사용해도 마찬가지 입니다.

메일은 네이버 메일 계정에서 네이버 메일 계정으로 메일을 전송했습니다.

추가로 첨부파일 넣었으니 확인해주시고 빠른 답변 부탁드립니다.

Asked by jongkyuda2 1 week ago

Last reply by david 1 week ago

Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com Not only me: https://www.reddit.com/r/firefox/co… (read more)

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com


Not only me: https://www.reddit.com/r/firefox/comments/1ctx1bm/twitter_not_working_on_private_browsing/ https://connect.mozilla.org/t5/discussions/firefox-s-enhanced-tracking-protection-strict-mode-is-known-to/td-p/57432 https://lemmy.world/post/15496431

https://news.ycombinator.com/item?id=40386418 Dunno if entirely accurate but regarding the Firefox error: “Twitter switched their top level domain to X, but didn't change any of their other domains, so they're still pulling assets from Twimg. Which makes Firefox (correctly) block the page if you have Tracking Protect enabled because it sees X trying to involve 3rd parties.“ Slow clap.

Asked by hokagegaara 2 weeks ago

Last reply by Paul 1 week ago

Thunderbird: ongoing issues with gmail and hotmail

This has gone beyond any reasonable limits. Please fix your software! Every time there is an update, Thunderbird goes into spasms. Google and Hotmail send constant messag… (read more)

This has gone beyond any reasonable limits. Please fix your software! Every time there is an update, Thunderbird goes into spasms. Google and Hotmail send constant messages to verify my (already very verified) account.

Asked by Vion Sandor 1 week ago

Last reply by david 1 week ago

Sending Problem

When sending an email using Thunderbird application it does not send and always require to have a password. I am using verizon.net email and used an app password to send … (read more)

When sending an email using Thunderbird application it does not send and always require to have a password. I am using verizon.net email and used an app password to send an email. The app password is somehow not save or stick on the Thunderbird server settings. Did multiple app password already before I was able to send it. Are you having an outage or an update with regards to the Thunderbird application?

Asked by aeons2005 1 week ago

Last reply by Toad-Hall 1 week ago

I am not receiving some emails

I have been receiving emails and newsletters from a number of companies for many years. Suddenly last December many stopped coming. I have been in touch with one in parti… (read more)

I have been receiving emails and newsletters from a number of companies for many years. Suddenly last December many stopped coming. I have been in touch with one in particular and I am still on their mailing list. I am unable to find anywhere I can check. And before anyone says check your Junk folder. I do that every day. It has gotten to the point where I will have to stop using Thunderbird. Where can I look to find out what is wrong.

Asked by rmeyer174 1 week ago

Last reply by Toad-Hall 1 week ago

Changing your e-mail password within Thunderbird to enable incoming and outgoing email.

I have searched through forums and youtube. I can not locate an "options" or "security" tab anywhere in the menu structure. I want to change my email password to enable i… (read more)

I have searched through forums and youtube. I can not locate an "options" or "security" tab anywhere in the menu structure. I want to change my email password to enable incoming and outgoing emails. My account is already established, I only want to change the password so Thunderbird can get and send from my email account.

Asked by RRRichmond 1 week ago

Last reply by david 1 week ago

Sky ID on my iPhone

I have received two emails from Sky regarding updating my Sky ID on my iPhone to enable continuing use of Yahoo emails. However, when I click on the link given there is a… (read more)

I have received two emails from Sky regarding updating my Sky ID on my iPhone to enable continuing use of Yahoo emails. However, when I click on the link given there is a Google error message denying access owing to a violation of Terms of Service. This means I am unable to update and could have future problems with access to Yahoo emails on my iPhone. Can you help? Alan Warburton.

Asked by warburton-alan 1 week ago

Last reply by cor-el 1 week ago

Thunderbird

I have used Thunderbird for some years with no problems, but today it has completely disappeared. The icons have gone, it is no longer listed under programs/applications… (read more)

I have used Thunderbird for some years with no problems, but today it has completely disappeared. The icons have gone, it is no longer listed under programs/applications, everything has just vanished. I have tried to locate Thunderbird profile folder but can't find that either. I use Windows 10 and have not had an update in the past few days. I also use Firefox and that is still fine.

I'm not a techie so don't know what else to try. I'm reluctant to install Thunderbird again because if possible I would like to recover my emails. Also, much as I like using it, there's no point if it's not reliable. I would be very grateful for your help and advice.

Asked by eunicelawless 1 week ago

Last reply by Wayne Mery 1 week ago