Отображение вопросов с тегом: Показать все вопросы

Inconsistent problem deleting emails

Periodically I am unable to delete emails. I usually just highlight the email, then click the delete button. When that stops working, sometimes I can use the Edit menu … (читать ещё)

Periodically I am unable to delete emails. I usually just highlight the email, then click the delete button. When that stops working, sometimes I can use the Edit menu and delete the email that way. Other times I cannot delete. If I come back later, I can usually delete again. How can this be fixed? Thank you.

Задан mkdeupree 23 часа назад

Cannot Share to a group...

I post or write something on my homepage. I then want to share my post to groups I belong to. I hit the share button and get this new and poorly designed response to shar… (читать ещё)

I post or write something on my homepage. I then want to share my post to groups I belong to. I hit the share button and get this new and poorly designed response to share. I go to the 'group' share icon. It then lists the groups I'm a member of. So far so good. I then click on one of my groups that I want to share the post with. I get a response, like previously before this new change, allowing to write something to the group along with the post/image I want to share. But there is no 'share' button that allows me to share the post. When this hideous new change came into effect there was a sliver of blue at the bottom, obviously from the share button, and clicking on this allowed me to share my post. Unfortunately, the next day when I attempted to share my post, the blue sliver disappeared and there was no way I could share it to a group. For some reason I cannot take a screenshot of what I'm writing about. Your thoughts?

Задан mrsammy7 1 день назад

Последний ответ от mrsammy7 23 часа назад

Firefox tabs to closing an article are not working any more

'bold text'bold text FIREFOX NO LONGER WORKS WHEN YOU CLICK ON THE LEFT ARROW TO MOVE TO ANOTHER ARTICLE. I HAVE PAGES & PAGES BEHIND THE NEW ONE IT ALSO HAS A BLUE L… (читать ещё)

'bold text'bold text FIREFOX NO LONGER WORKS WHEN YOU CLICK ON THE LEFT ARROW TO MOVE TO ANOTHER ARTICLE. I HAVE PAGES & PAGES BEHIND THE NEW ONE IT ALSO HAS A BLUE LINE UNDERNEATH THE ICON THIS HAPPENED ONCE BEFORE & I FOUND A WAY TO FIX IT, AFTER WELL OVER AN HOUR WORKING ON IT i CAN'T I WANT TO DELETE IT

Задан Nancy 1 день назад

Desktop icons

The file icons on by desktop were always the standard color but now the are blue and white why did this happen. I know I can change each one back individually but how can… (читать ещё)

The file icons on by desktop were always the standard color but now the are blue and white why did this happen. I know I can change each one back individually but how can I change them in mass.

Задан melankney 1 день назад

After moving email from unified to a specific folder, it reappears in unified (and is in the folder)

I can no longer move an email from unified to a specific folder without it bouncing back. If move it to a folder it appears there and If I then delete it from unified, it… (читать ещё)

I can no longer move an email from unified to a specific folder without it bouncing back. If move it to a folder it appears there and If I then delete it from unified, it deletes the email in the folder. Only just started happening. What I want is to be able to move the email to a folder, in order to keep the amount of emails in unified to a manageable level.

Задан julie95 4 дня назад

Последний ответ от julie95 1 день назад

Touch Keyboard not working in Firefox

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 1… (читать ещё)

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 17 F121DS, Serie 5CD4355YDX. Touch Keyboard (not to be confused with on-screen) opens and closes immediately; sometimes, on the first occurrence, it stays open long enough to be able to click on a text field and then disappears. "On screen keyboard" works fine as does "Touch keyboard" in Edge and Chrome and all other Apps. Since this is a recent occurrence, and a lot of odd changes took place after the last FF update, I have reverted to Firefox 124, after this did not work also did a restore to last Restore Point from April. No change! I have consulted the [1754973] as well as [1750584] , but these did not help me much further. Any suggestions or is there a bug?

Задан Karl 1 день назад

Preview pane when attaching files

I send .doc and .pdf files to my customers. When creating the outgoing email message and attach a file, I used to be able to see the file in the preview pane. I can no lo… (читать ещё)

I send .doc and .pdf files to my customers. When creating the outgoing email message and attach a file, I used to be able to see the file in the preview pane. I can no longer see the preview. Please help. This feature does work for jpg, tiff, and other image files.

Задан matta2 5 дней назад

Последний ответ от matta2 1 день назад

Can't launch my url in Selenium-controlled Firefox browser process

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window. My desktop app redirects user to a … (читать ещё)

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window.

My desktop app redirects user to a login screen on Firefox, and I want to automate it using Selenium. My current workflow: 1. Launch Selenium-controlled Firefox browser using GeckoDriver 2. Click on "Login" button on my desktop app. The desktop app launches the login screen on user's OS default browser using the default user profile (in which case I set in profiles.ini to the temp profile copy created by Selenium). 3. (ERROR) Popup on the above error is displayed

Code: import configparser import os

web_driver = selenium_webdriver.Firefox(executable_path='C:\\Users\\mnxl\\.wdm\\drivers\\geckodriver\\win64\\v0.34.0\\geckodriver') profile = web_driver.capabilities['moz:profile']

  1. Path to the Firefox profiles folder

profiles_path = os.path.expanduser(r'~\AppData\Roaming\Mozilla\Firefox')

  1. Path to the profiles.ini file

profiles_ini_path = os.path.join(profiles_path, 'profiles.ini')

  1. Read the profiles.ini file

config = configparser.ConfigParser() config.read(profiles_ini_path)

  1. Find the section for the profile to set as default

for section in config.sections():

   if config.has_option(section, 'Path') and config.get(section, 'Path') == profile:
       # Set this profile as the default
       config.set(section, 'Default', '1')
   else:
       # Set all other profiles as not default
       config.set(section, 'Default', '0')
  1. Write the changes back to the profiles.ini file

with open(profiles_ini_path, 'w') as configfile:

   config.write(configfile)

Задан Magdeline Ng 1 день назад

Clicking "reply" replies to the recipient (me) if the sender (me) is also in Thunderbird and the recipient was aliased

Scenario: I have two E-Mails configured in thunderbird. For simplicity, let's assume they are: `alice@gmail.com` and `bob@cock.li` . I have configured both via SMTP, and… (читать ещё)

Scenario: I have two E-Mails configured in thunderbird. For simplicity, let's assume they are: `alice@gmail.com` and `bob@cock.li` .

I have configured both via SMTP, and they are *totally different* SMTP servers (Gmail vs. cock.li)

If I compose a message from "alice@gmail.com" to "bob@cock.li", then when I reply from Bob's inbox in Thunderbird, everything is OK.

However, if I compose a message from "alice@gmail.com" to "bob.extra@cock.li", using the `.` alias feature of cock.li, then although Bob gets the message in his inbox, clicking "Reply" will actually set "From" as "alice@gmail.com" and "To" as "bob.extra@cock.li" !

To be very clear: this happens when clicking reply in Bob's inbox in Thunderbird.

I think this is a Thunderbird issue because:

  • It happens even if I compose the E-Mail from Alice's webmail (i.e. Browser) (Note: Alice still exists in Thunderbird)
  • It DOES NOT happen if Alice DOES NOT exist in Thunderbird
  • It DOES NOT happen if I try and reply as Bob via cock.li's webmail (i.e. Browser)

My guess is somehow when Thunderbird sees both Alice and Bob as valid accounts in Thunderbird, but the recipient was an aliased version of Bob, it somehow gets confused.

Here are example received headers for an actual demo I tried. (poiasd@saxrag.com is main E-Mail, abuse@saxrag.com is an alias. poiasdpoiasd@cock.li is the sender)

``` Return-Path: <poiasdpoiasd@cock.li> Delivered-To: poiasd@saxrag.com Received: from mail.saxrag.com by vps-2395d3b9.vps.ovh.net with LMTP id Ujt4LrxzMGbCCBAA3wKhXw (envelope-from <poiasdpoiasd@cock.li>) for <poiasd@saxrag.com>; Tue, 30 Apr 2024 04:29:48 +0000 Authentication-Results: mail.saxrag.com; dkim=permerror header.d=cock.li header.i=@cock.li header.a=rsa-sha1 header.s=mail header.b=JEr8eBKM; dkim-atps=neutral Received: from mail.cock.li (mail.cock.li [37.120.193.123]) by mail.saxrag.com (Postfix) with ESMTPS id A0E8C43C03 for <abuse@saxrag.com>; Tue, 30 Apr 2024 04:29:48 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1714454824; bh=srzi4nIgmpT6bW/cD6Um2I0qdwT33DsnyzueIPNTpP0=; h=Date:From:To:Subject:From; b=JEr8eBKMA14h1Cxa9V/VRXI4HW9N2jgxJRoLqt7JGONFuPPGOeOH8RYV3+OjkpnIw d/gN5oVnmP0UvUrDkslxvmypeG8qt5NHSSQ2wk5I65iqx+soYPJ8imYYBTu4b1VhHk kTQErXT23hsZwLHoXSHlpnBQYpuuY7uHZXYacEAxVjzZ46ICNc1xDX/iAaA/DIF79h iwZMJT1+Gs3+jh7mnbU+fp0vJA+eafp8z+OXELLEMTWBtkp1imXKjig5X/k3DXAG7a jqeff2obhLKPV39BtxbaXIxVsRmECwSZ7/O2fhqRC9FIFVepH5FQpZFXG5hqJ07WCa GhumeUysmhJxw== Content-Type: text/plain; charset=US-ASCII;

format=flowed

Content-Transfer-Encoding: 7bit Date: Tue, 30 Apr 2024 13:27:03 +0800 From: poiasdpoiasd@cock.li To: abuse@saxrag.com Subject: Sending from WebMail User-Agent: Roundcube Webmail/1.4.15 Message-ID: <07a14e0d75a83f779ade6de65c42db83@cock.li> X-Sender: poiasdpoiasd@cock.li ```

Задан Raghu Saxena 1 неделю назад

Последний ответ от Raghu Saxena 1 день назад

Thunderbird Tray Icon Says I Have 4 Billion Unread Messages

Windows 10. Thunderbird 115.8.0 While trying to figure out why my taskbar badge says I have 99+ unread emails (for the record, I only have 7), I hovered over the tray ico… (читать ещё)

Windows 10. Thunderbird 115.8.0 While trying to figure out why my taskbar badge says I have 99+ unread emails (for the record, I only have 7), I hovered over the tray icon, and it says I have over 4 billion (with a B!) unread emails. That's not even possible with the email address I'm using it for. Why would this be like this, and how do I get it to be accurate?

Задан Justin Moore 5 дней назад

Последний ответ от Justin Moore 1 день назад

Unable to sign into Thunderbird Email

ATT made me change my email password which restored my access to email on yahoo. Thunderbird isn't accepting the new password. (It did open to show my emails going back t… (читать ещё)

ATT made me change my email password which restored my access to email on yahoo. Thunderbird isn't accepting the new password. (It did open to show my emails going back to 4/17/2023 after I entered the new password.) I get a message that log in to server failed. Then a window opens to enter new password. Already entered the new (correct) password that works on yahoo. How do I get Thunderbird to work again?

Задан S P Stetson 2 дня назад

Последний ответ от S P Stetson 2 дня назад

Theme

I choose a new theme. After a while, I close Firefox. When I start Firefox again, my chosen theme appears briefly, then the default theme replaces it. Why? FYI: it doesn'… (читать ещё)

I choose a new theme. After a while, I close Firefox. When I start Firefox again, my chosen theme appears briefly, then the default theme replaces it. Why? FYI: it doesn't happen with just one theme.

Задан Iridium.throne 2 дня назад

firefox webpage ie very slow changing to other wepages & gettin worse & slide bar dont go to the top when changing pages

when i amon a webpage& click to go to home screen takes about 10 minutes & i have hi speed inernet & th slide bar on side dont go to top when changing pages g… (читать ещё)

when i amon a webpage& click to go to home screen takes about 10 minutes & i have hi speed inernet & th slide bar on side dont go to top when changing pages getting worse please fix it

Задан raledj 2 дня назад

Hacked?

Hello, I recently find products added to check out from various sites to purchase. I use all my pcs and other devices. They are all password protected. No one uses my dev… (читать ещё)

Hello, I recently find products added to check out from various sites to purchase. I use all my pcs and other devices. They are all password protected. No one uses my devices. I think some one got my account. I changed the password. Can you help me about this topic Kind regards sami

Задан smu.uludgn 2 дня назад

Firefox Not Remembering Address Bar Websites

I'm currently on a very old version of Firefox simply because the new versions, each time I try the latest versions, seem to not have the function the old one has. Rememb… (читать ещё)

I'm currently on a very old version of Firefox simply because the new versions, each time I try the latest versions, seem to not have the function the old one has. Remembering the websites I put into the address bar. The version I am currently using did have a issue with shuffling the order of the sites based on 'use' but setting Firefox to Private mode kept the websites locked in order and did not make them shuffle if one was clicked more often than another. Is this something I can do on the current version because I tried and looked for a way to do this recently but I kept getting 'autofill' results from google when I just want to be in Private mode, have the websites I frequent be the only ones listed when I click the address bar and not have them shuffle or have any other website I'd type into the bar not add itself to the list. If this is or isn't possible let me know.

Задан Kurai 2 дня назад