Using VBA to send email with attchement from Excel

Here is the code to send and email with attachment from excel using outlook, I would like to send the email with Thunderbird and cannot work it out. Sub EmailAspdf() D… (saznaj više)

Here is the code to send and email with attachment from excel using outlook, I would like to send the email with Thunderbird and cannot work it out.

Sub EmailAspdf()

Dim EApp As Object Set EApp = CreateObject("outlook.application")

Dim EItem As Object

path = "C:\Users\nigel\OneDrive\Self Employed\invoices\" invno = Range("C3") custname = Range("B10") fname = invno & " - " & custname amt = Range("H41") dt_issue = Range("C5") term = Range("C6")

ActiveSheet.ExportAsFixedFormat _ Type:=xlTypePDF, _ IgnorePrintAreas:=False, _ Filename:=path & fname

Set nextrec = Sheet3.Range("A1048576").End(xlUp).Offset(1, 0)

nextrec = invno nextrec.Offset(0, 1) = custname nextrec.Offset(0, 2) = amt nextrec.Offset(0, 3) = dt_issue nextrec.Offset(0, 4) = dt_issue + term nextrec.Offset(0, 8) = Now

Sheet3.Hyperlinks.Add anchor:=nextrec.Offset(0, 6), Address:=path & fname & ".pdf"

   Set EItem = EApp.CreateItem(0)
           
   With EItem
   
       .To = Range("B16")
   
       .Subject = "Invoice PO No: " & Range("C4")
       
       .Body = "Hi," & vbCrLf & "Please find invoice attached." & vbCrLf & "Regards" & vbCrLf & "Nigel"
      
       .Attachments.Add (path & fname & ".pdf")
   
       .Display
       
   End With

Exit Sub

Asked by Nigel Barton prije 55 minuta

Why disappear mails out of sight when I have read them. I only can see unread

Why do mails disappear out of sight when I have read them. I only can see the unread mails in Thunderbird.. I have to go on the net to my one.com-mail to find the mails I… (saznaj više)

Why do mails disappear out of sight when I have read them. I only can see the unread mails in Thunderbird.. I have to go on the net to my one.com-mail to find the mails I have read.

Asked by arne26 1 sat prije

Thunderibrd upgrade (sluggish now and crashing...)

Strangely, I can't figure out how to add to someone else's post if it doesn't already have replies so I'm having to start my own thread. Anyway... Thunderbird on my syst… (saznaj više)

Strangely, I can't figure out how to add to someone else's post if it doesn't already have replies so I'm having to start my own thread. Anyway...

Thunderbird on my system is 32-bit on 32-bit Windows and a day or two ago it updated itself to version 115.10.1. Since then it's been slow at sending emails, receiving emails, applying filters and pretty much everything else. Is this being worked on? I saw a couple of similar reports from other people here but like I said, I can't add a reply to them.

And if it's not known about or being worked on, is there some way I can roll back an update?

Asked by johne53 prije 1 tjedan

Last reply by johne53 1 sat prije

E-mails open as blank tabs

For some time E-mails open as blank tabs. This mainly happens for older E-mails but it is still kind of random. Everything else seems to work fine so I'm really puzzled h… (saznaj više)

For some time E-mails open as blank tabs. This mainly happens for older E-mails but it is still kind of random. Everything else seems to work fine so I'm really puzzled here. I tried a lot already: updated to the latest version (28.1.0esr), Troubleshoot Mode, compacting ... any suggestions or similar experiences?

Asked by mmvoormolen 1 sat prije

Erratic scrolling inside emails

When I open an email and begin scrolling, the cursor will move several lines then stop. Moving the scroll wheel on the mouse does nothing, Than, after several seconds, th… (saznaj više)

When I open an email and begin scrolling, the cursor will move several lines then stop. Moving the scroll wheel on the mouse does nothing, Than, after several seconds, the cursor will jump down several lines and begin working normally. Then it stops, pauses several seconds, then works. Scrolling is jumpy, erratic. I have a couple of other programs (word processor, browser) that I use the scroll wheel to scroll through documents, web sites, etc. and they all work fine. I only see this problem in TB.

Asked by MilusC 3 sata prije

Mozilla Thunderbird

Sehr geehrte Damen und Herren! Ich spreche nur ein sehr rudimentäres Englisch und müsste deshalb diese Mail durch den Google Übersetzer laufen lassen, der aber oft gravi… (saznaj više)

Sehr geehrte Damen und Herren!

Ich spreche nur ein sehr rudimentäres Englisch und müsste deshalb diese Mail durch den Google Übersetzer laufen lassen, der aber oft gravierende grammatikalische Mängel aufweist! Ich versuche deshalb in der deutschen Sprache.

Ich habe ein Problem, dass ich nicht alleine lösen kann. Leider habe ich auch keine befriedigende und entsprechende Lösung im Internet gefunden, die mir hier weiterhilft!

Ich hatte ein lokales Konto, das das nach einem Update von Thunderbird plötzlich keine Unterordner mehr hat!

Früher war es so, dass sich lediglich die Eingabe von User und Passwort abgelehnt habe, so blieben mir alle meine Unterordner erhalten ohne dass ich Kontakt zu dem E-Mail-Server aufnehmen musste!

Was ist zu tun, damit ich diese Ordner aus meinem lokalen Profil wiederherstellen kann?

Mit freundlichen Grüßen Gideon Effinger

Asked by gideoneffinger 4 sata prije

wrong date sort

Hello, Please tell me, according to this code, on which date should the email be sorted for received in the Date column: August 6th or June 8th? The email was sent on Aug… (saznaj više)

Hello, Please tell me, according to this code, on which date should the email be sorted for received in the Date column: August 6th or June 8th? The email was sent on August 6th, but TB sorted it into the Date column on June 8th? Why? Where is the problem?

X-Real-To: yyy@saldo.bg Return-Path: <xxx@ro01.nra.bg> Received: from smtp-00-g00.cmailpro.net ([0.0.218.89] verified)

 by 00.cmailpro.net (CommuniGate Pro SMTP 6.2.15)
 with ESMTPS id 147527890 for yyy@saldo.bg; Tue, 06 Aug 2024 12:32:17 +0300

Received: from 00.nra.bg ([0.0.164.234]) by 00.cmailpro.net with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from <xxx@ro01.nra.bg>) id 1sbGY0-003ybw-S0 for yyy@saldo.bg; Tue, 06 Aug 2024 05:32:07 -0400 Received: from localhost (localhost [127.0.0.1]) by 00.nra.bg (Postfix) with ESMTP id 001CE1AE8076 for <yyy@saldo.bg>; Tue, 6 Aug 2024 12:32:04 +0300 (EEST) X-Virus-Scanned: amavisd-new at nra.bg X-Amavis-Alert: BAD HEADER SECTION, MIME error: error: part did not end with expected boundary; ; error: unexpected end of parts before epilogue Received: from 00.nra.bg ([127.0.0.1]) by localhost (00.nra.bg [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dxbm9TzTgVsA for <yyy@saldo.bg>; Tue, 6 Aug 2024 12:32:03 +0300 (EEST) MIME-version: 1.0 Content-Type: multipart/mixed;charset= windows-1251; boundary="----=*#abc1234321cba#*=" Content-Transfer-Encoding: QUOTED-PRINTABLE From: <xxx@00.nra.bg> To: yyy@saldo.bg Date: 06-08-2024 12:32:03 Subject: =?WINDOWS-1251?Q?=D1=FA=EE=E1=F9=E5=ED=E8=E5=20=EE=F2=20=EE=F0=E3=E0=ED?==?WINDOWS-1251?Q?=20=ED=E0=20=CD=C0=CF=20=E7=E0=20=EF=F0=E5=E4=EE=F1=F2=E0?==?WINDOWS-1251?Q?=E2=FF=ED=E5=20=ED=E0=20=E4=EE=EA=F3=EC=E5=ED=F2=E8=20=EF?==?WINDOWS-1251?Q?=EE=20=E5=EB=E5=EA=F2=F0=EE=ED=E5=ED=20=EF=FA=F2=20=E4=EE?==?WINDOWS-1251?Q?=20=20=ED=E0=20=CF=F0=E8=E7=EC=EE=F1=20=C5=CE=CE=C4=20=F1?==?WINDOWS-1251?Q?=20=C5=C8=CA=20202432360?= Message-Id: <20240806093204.001CE1AE8076@00.nra.bg> Received-SPF: pass (00.cmailpro.net: domain of 00.nra.bg designates 0.0.164.234 as permitted sender) client-ip=0.0.164.234; envelope-from=xxx@00.nra.bg; helo=00.nra.bg; X-SPF-Result: 00.cmailpro.net: domain of 00.nra.bg designates 0.0.164.234 as permitted sender Authentication-Results: 00.cmailpro.net; iprev=pass (00.nra.bg) smtp.remote-ip=0.0.164.234; spf=pass smtp.mailfrom=00.nra.bg; dmarc=pass header.from=00.nra.bg Authentication-Results: cmailpro.net; spf=pass smtp.mailfrom=xxx@00.nra.bg X-cMailPro-Class: ham X-cMailPro-Evidence: dnswl/se-reputation (trusted ham) X-Recommended-Action: accept X-Filter-ID: K9WxaI5ZGhh8Ak/JwIjqX37XzRs1GEYk6SAtIkozCW98mBrJY5hMhwwSJ9O+DYtSjj/4RTK0qtH0

x30jZGzXZkAgbt5PmrF5kJEOcTY3YWAyaHBs68x9hT+ZyTNKzXjKPGFvO7YGatqzr+ah4Hu2ctgz
cDoFd+96Xw4QUNtTnXQtFAc5X+O83ozS6UBxIG7pQP5fOQxS+0vImCSvDvsWZx9r
P8nzZFNTsK3MFKxhBA0BSjcooU0BtzK4QHYeseo+3c/j9uly1Zg1NSDJHcrwPY4ocfm
Wv3Fe9Idq+A=

X-Report-Abuse-To: spam@00.cmailpro.net

Asked by office818 prije 2 dana

Last reply by office818 6 sati prije

Can't delete messages

I am trying to delete messages in my Deleted folder. This is the one that is automatically set up. I have tried all the steps described here: https://www.recoveryfix.com/… (saznaj više)

I am trying to delete messages in my Deleted folder. This is the one that is automatically set up. I have tried all the steps described here: https://www.recoveryfix.com/blog/cannot-delete-messages-in-thunderbird/

But none of them work. Or rather, the folder appears empty for a few minutes and then begins to refill, giving slightly different message counts each time (sometimes 14,000, sometimes 10,000....). What do I do?

Thank you! Daniela

Asked by Daniela.Hofmann 7 sati prije

Phone Email

Hi, after a phone update this morning (Samsung) my phone Email has stopped working..?? Also my Thunderbird, on my PC has suddenly changed colours to an awful orange. (Top… (saznaj više)

Hi, after a phone update this morning (Samsung) my phone Email has stopped working..?? Also my Thunderbird, on my PC has suddenly changed colours to an awful orange. (Top of page and selected Emails) Anyone got and ideas how to fix these two issues, Cheers, Ron.

Asked by rjlj 15 sati prije

Last reply by rjlj 9 sati prije

Your Mozilla Support request has been updated refer to Takimoto224

Dear Mozilla Support Team, Thank you for your message regarding for the Takimoto224. Now I’m trying to the set-up Thunderbird mail to my new HP PC at my home. I’m using t… (saznaj više)

Dear Mozilla Support Team, Thank you for your message regarding for the Takimoto224. Now I’m trying to the set-up Thunderbird mail to my new HP PC at my home. I’m using through so-net mail address to communicate with friends and others. Then, I used to see the coming mail through Thunderbird in my house. So that I handled to communicate with so-net accounting setting for Thunderbird mail receiving and sending.

But Thunderbird saying it cannot find out the so-net account through trouble shooting setting for this time. attached related information by print shot. I need your help to create desired mailing status. Thank you and best regards, Minoru Takimoto

Asked by takimoto224 prije 2 dana

Last reply by takimoto224 9 sati prije

Reading emails

All of a sudden some of my emails aren't working. I get a long URL to open them with and a notice that "It looks like your email client might not support HTML formatted e… (saznaj više)

All of a sudden some of my emails aren't working. I get a long URL to open them with and a notice that "It looks like your email client might not support HTML formatted email." What's going on??

Asked by Ed Corcoran 10 sati prije

Cannot send emails

Thunderbird updated. Win 10 system. TB ver 128.1.0esr (64-bit) Using Globat. SMTP settings per Globat recommendations. TB has been very slow. Does not keep up with my typ… (saznaj više)

Thunderbird updated. Win 10 system. TB ver 128.1.0esr (64-bit) Using Globat. SMTP settings per Globat recommendations. TB has been very slow. Does not keep up with my typing, e.g., it will "zone out" and characters will be dropped. Today, stopped sending emails from all email addresses. Can download - so far. Did troubleshooting. Failed. Suggestions? Help, please. Thank you.

Asked by temp18 10 sati prije

Thunderbird Issue: Since August 5, 2024 emails open as random letters and numbers or as a blank page

Since August 5, 2024 many of my emails open as random letters and numbers ( behind the scenes code) or as a blank page. I have used Thunderbird for over 14 years and nev… (saznaj više)

Since August 5, 2024 many of my emails open as random letters and numbers ( behind the scenes code) or as a blank page. I have used Thunderbird for over 14 years and never had this problem. I can't read my emails because the message does not display except as a full page of random letters and numbers or it opens as a blank white page. Also since August 5th, when I use the search bar to look for a particular email, the screen bogs down. If I type in Don the only letter that displays in the search bar is d. Then a wheel turns and finally the remaining letter appear in the search bar after 60-90 seconds displaying don. Then the blue wheel turns again for 60-120 seconds and finally the emails that match the search parameters appears on the screen. This has happened also since August 5th 2024. It takes way TOO long to accomplish any task with these issues.

I scanned my computer for viruses. I cleaned my cache. I deleted all mail in trash. I call my ISP and asked for help. I ran the repair folder option 3 times. Not all emails fail to open but a significant number will not open. I work. I need to read my emails.

Please help. My email is [edited] @swcp.com. My phone # is [edited phone# from public community support forum]. Thanks you. HELP!!!!

Asked by sbeard319 11 sati prije

Cannot create new subfolder since ver 128.1.0esr

Since update to ver 128.1.0esr the "new subfolder" feature does not work (does not show window to name new folder). I have many subfolders and I rely on them heavily. I t… (saznaj više)

Since update to ver 128.1.0esr the "new subfolder" feature does not work (does not show window to name new folder). I have many subfolders and I rely on them heavily. I tried restarting Thunderbird, then Windows. I ran in debug mode with no success. I downloaded and installed 128.2.0esr again. No change.

Is it possible to go back to the earlier version? Which is? Thanks, Frederick

Asked by fh2nd prije 5 dana

Last reply by fh2nd 11 sati prije

Highlighting emails to shift-delete them downloads them again. It seems to happen more with aol than outlook.

In the past, I could highlight many emails, then shift-delete. Now they come back after the deletion. Is this a new process? Is there now some other way to delete many e… (saznaj više)

In the past, I could highlight many emails, then shift-delete. Now they come back after the deletion. Is this a new process? Is there now some other way to delete many emails? Is there some setting to change? OR is this a problem, on my end, with Thunderbird, or AOL? Brian Quirk [edited] @verizon.net [edited phone# from public community support forum]

Asked by btquirk 15 sati prije

Sent Folder Problem

Hello, This morning, after I opened Thunderbird, I discovered that in my "Sent" folder, the content of all of my sent emails going back a few years were missing. The head… (saznaj više)

Hello, This morning, after I opened Thunderbird, I discovered that in my "Sent" folder, the content of all of my sent emails going back a few years were missing. The headers with the recipient names and subject were fine. Just nothing in the message pane, and also there were no attachments that had I sent to some of the recipients. In a internet search of similar problems in a previous Thunderbird forum, one person advised to right click the problem folder and then click "repair". After doing that and restarting the program, I was now shocked to discover that my latest "Sent" emails going back a couple of years were now completely missing. I opened every one of my various folders but could not find those missing "Sent" messages anywhere. Even files that "sent" folder that I had moved to other folders the past couple of days did not have any content in their message pane. However, my messages that I sent today were fine. My PC is an HP with Windows 10. My internet provider is Comcast, and I have used Thunderbird for many years as my email client with no problems - until now. The missing "sent" emails are all business emails that I sent to various clients, so I would really like to get them back if possible. BTW, my PC did an automatic hard shutdown during the night for what I think was for maintenance and to load some Windows updates. Therefore, I had to do a full start-up this morning. I wonder if this could have caused my problem?

Asked by melpg48 15 sati prije

inline drag/drop image file bug in v128.1.0esr for Linux

Steps to Reproduce 1. Fresh install of 128.1.0esr in Ubuntu 2. New Message 3. Drag image file into compose window and drop as inline Expected Result Image displays inl… (saznaj više)

Steps to Reproduce

1. Fresh install of 128.1.0esr in Ubuntu 2. New Message 3. Drag image file into compose window and drop as inline

Expected Result

Image displays inline

Actual Result

Filename is displayed as a link to file:///home/redacted/example.jpg.

Asked by Lionel Holt 15 sati prije

Html and other code showing in emails

I'm seeing strange coding or gibberish in emails. Here is an example. I have at least a dozen more: "Access the Rate Sheet3/06223f89-f6eb-4b46-a5d0-1806e3b1ffe7.png" … (saznaj više)

I'm seeing strange coding or gibberish in emails. Here is an example. I have at least a dozen more:

"Access the Rate Sheet3/06223f89-f6eb-4b46-a5d0-1806e3b1ffe7.png" style="display: block; padding: 0px; text-align: left; height: 26; width: 250; border: 0px; background-color:#ffffff;" title="Pennymac" width="250" xt="SPIMAGE" shrinktofit="true"> Log on to Power+3/3225b119-629a-475b-9ea6-ee760f966f82.png" style="display: block; padding: 0px; text-align: center; height: 50px; width: 500px; border: 0px; background-color:#ffffff;" title="Pennymac" width="500" xt="SPIMAGE" shrinktofit="true">"

However, this is property displayed like the attachment I'm including below, in Mac Mail.

This strange behavior does not occur in the same email on Mac Mail, where it looks completely normal.

Below is the troubleshooting information:


 Application Basics
   Name: Thunderbird
   Version: 128.1.0esr
   Build ID: 20240730200333
   Distribution ID:
   Update Channel: esr
   User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Thunderbird/128.1.0
   OS: Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000
   OS Theme:
   Rosetta Translated: false
   Multiprocess Windows: 0/0
   Fission Windows: 0/0
             Enabled by default
   Remote Processes: 12
   Enterprise Policies: Inactive
   Google Location Service Key: Missing
   Google Safebrowsing Key: Missing
   Mozilla Location Service Key: Missing
   Safe Mode: false
   Memory Size (RAM): 16.0 GB
   Disk Space Available: 162 GB
 Mail and News Accounts
   account1:
     INCOMING: account1, , (imap) mail.infomaniak.com:993, SSL, passwordCleartext
     OUTGOING: , mail.infomaniak.com:465, SSL, passwordCleartext, true
   account2:
     INCOMING: account2, , (none) Local Folders, 0, passwordCleartext
   account3:
     INCOMING: account3, , (imap) mail.infomaniak.com:993, SSL, passwordCleartext
     OUTGOING: , mail.infomaniak.com:465, SSL, passwordCleartext, true
   account4:
     INCOMING: account4, , (imap) mail.infomaniak.com:993, SSL, passwordCleartext
     OUTGOING: , mail.infomaniak.com:465, SSL, passwordCleartext, true
   account5:
     INCOMING: account5, , (imap) imap.gmail.com:993, SSL, OAuth2
     OUTGOING: , smtp.gmail.com:465, SSL, OAuth2, true
   account6:
     INCOMING: account6, , (imap) imap.gmail.com:993, SSL, OAuth2
     OUTGOING: , smtp.gmail.com:465, SSL, OAuth2, true
   account7:
     INCOMING: account7, , (imap) imap.gmail.com:993, SSL, OAuth2
     OUTGOING: , smtp.gmail.com:465, SSL, OAuth2, true
   account8:
     INCOMING: account8, , (imap) outlook.office365.com:993, SSL, OAuth2
     OUTGOING: , smtp.office365.com:587, alwaysSTARTTLS, OAuth2, true
   account9:
     INCOMING: account9, , (imap) outlook.office365.com:993, SSL, OAuth2
     OUTGOING: , smtp.office365.com:587, alwaysSTARTTLS, OAuth2, true
   account10:
     INCOMING: account10, , (imap) imap.mail.me.com:993, SSL, passwordCleartext
     OUTGOING: , smtp.mail.me.com:587, alwaysSTARTTLS, passwordCleartext, true
   account12:
     INCOMING: account12, , (imap) kolab.corpwest.com:143, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , kolab.corpwest.com:587, alwaysSTARTTLS, passwordCleartext, true
   account14:
     INCOMING: account14, , (imap) imap.gmail.com:993, SSL, OAuth2
     OUTGOING: , smtp.gmail.com:465, SSL, OAuth2, true
   account15:
     INCOMING: account15, , (imap) imap.gmail.com:993, SSL, OAuth2
     OUTGOING: , smtp.gmail.com:465, SSL, OAuth2, true
   account16:
     INCOMING: account16, , (imap) imap.gmail.com:993, SSL, OAuth2
     OUTGOING: , smtp.gmail.com:465, SSL, OAuth2, true
   account17:
     INCOMING: account17, , (imap) imap.gmail.com:993, SSL, OAuth2
     OUTGOING: , smtp.gmail.com:465, SSL, OAuth2, true
 Libraries
     Library
     Status
     Expected minimum version
     Version in use
     Path
       RNP (OpenPGP)
       OK
       0.17.1
       0.17.1.MZLA.128.1.0esr.botan
       /Applications/Thunderbird.app/Contents/MacOS/librnp.dylib
       OTR
       Failed to load. OTR chat encryption will not work.
       -
       -
       -
 Calendar Settings
     KW
       Name
       Value
       Name:
       Type: caldav
       Disabled:
       Username:
       URI:
       Refresh Interval:
       Read-only: false
       Suppress Alarms:
       Cache Enabled: true
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported: true
       Task Supported: true
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported: true
     Birthdays
       Name
       Value
       Name:
       Type: caldav
       Disabled:
       Username:
       URI:
       Refresh Interval: 30
       Read-only: false
       Suppress Alarms: false
       Cache Enabled: false
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported: true
       Task Supported: false
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported: true
     ShowingTimeCalendar
       Name
       Value
       Name:
       Type: ics
       Disabled:
       Username:
       URI:
       Refresh Interval:
       Read-only:
       Suppress Alarms:
       Cache Enabled: true
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported:
       Task Supported:
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported:
     Mortgage
       Name
       Value
       Name:
       Type: caldav
       Disabled:
       Username:
       URI:
       Refresh Interval:
       Read-only: false
       Suppress Alarms:
       Cache Enabled: true
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported: true
       Task Supported: true
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported: true
     Family
       Name
       Value
       Name:
       Type: caldav
       Disabled:
       Username:
       URI:
       Refresh Interval:
       Read-only: false
       Suppress Alarms:
       Cache Enabled: true
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported: true
       Task Supported: true
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported: true
     Bryan
       Name
       Value
       Name:
       Type: caldav
       Disabled:
       Username:
       URI:
       Refresh Interval:
       Read-only: false
       Suppress Alarms:
       Cache Enabled: true
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported: true
       Task Supported: true
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported: true
     bkarlan@nexamortgage.com
       Name
       Value
       Name:
       Type: caldav
       Disabled:
       Username:
       URI:
       Refresh Interval: 1
       Read-only: false
       Suppress Alarms: false
       Cache Enabled: false
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported: true
       Task Supported: false
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported: true
     Holidays in United States
       Name
       Value
       Name:
       Type: caldav
       Disabled:
       Username:
       URI:
       Refresh Interval: 30
       Read-only: false
       Suppress Alarms: false
       Cache Enabled: false
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event:
       Attachment Supported:
       Max Categories:
       Privacy State Supported:
       Priority Supported:
       Event Supported: true
       Task Supported: false
       Local Time Supported:
       UTC/GMT Supported:
       Auto-Scheduling Supported: true
     Propertybase Personal
       Name
       Value
       Name:
       Type: gdata
       Disabled:
       Username:
       URI:
       Refresh Interval: 30
       Read-only: true
       Suppress Alarms: false
       Cache Enabled: true
       iMIP Identity:
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event: 5
       Attachment Supported: false
       Max Categories:
       Privacy State Supported:
       Priority Supported: false
       Event Supported: true
       Task Supported: false
       Local Time Supported: false
       UTC/GMT Supported:
       Auto-Scheduling Supported:
     Broker Bay
       Name
       Value
       Name:
       Type: gdata
       Disabled:
       Username:
       URI:
       Refresh Interval: 60
       Read-only:
       Suppress Alarms:
       Cache Enabled: true
       iMIP Identity: id1
       iMIP Disabled:
       iMIP Account:
       Organizer Id:
       Force Email Scheduling:
       Popup Alarms Supported:
       Alarms on Invitation Supported:
       Max Alarms Per Event: 5
       Attachment Supported: false
       Max Categories:
       Privacy State Supported:
       Priority Supported: false
       Event Supported: true
       Task Supported: false
       Local Time Supported: false
       UTC/GMT Supported:
       Auto-Scheduling Supported:
 Crash Reports for the Last 3 Days
 Remote Processes
   Type: Count
     Web Content: 1 / 8
     RDD: 1
     Isolated Web Content: 5
     Isolated Service Worker: 1
     Extension: 1
     Utility JavaScript Oracle: 1
     Utility Generic Audio Decoder: 1
     Utility AppleMedia: 1
 Add-ons
     Name
     Type
     Version
     Enabled
     ID
       Amazon.com
       extension
       1.1
       true
       amazondotcom@search.mozilla.org
       Bing
       extension
       1.0
       true
       bing@search.mozilla.org
       CardBook
       extension
       94.3
       true
       cardbook@vigneau.philippe
       Dark Reader
       extension
       4.9.68
       true
       addon@darkreader.org
       Date detector
       extension
       0.0.7
       true
       data-detection@cphyc.me
       DuckDuckGo
       extension
       1.0
       true
       ddg@search.mozilla.org
       FileLink Provider for Dropbox
       extension
       7
       true
       dropbox-cloudfile@darktrojan.net
       FileLink provider for WebDAV
       extension
       7
       true
       dav-cloudfile@darktrojan.net
       FiltaQuilla
       extension
       4.1
       true
       filtaquilla@mesquilla.com
       Filter Button
       extension
       2.0.5
       true
       filter_button@iconparc.de
       Google
       extension
       1.0
       true
       google@search.mozilla.org
       Link Creator
       extension
       1.2
       true
       links@tealdulcet.com
       LookOut (fix version)
       extension
       6.3
       true
       lookout@s3_fix_version
       Mail Merge
       extension
       10.5.0
       true
       mailmerge@example.net
       Messenger - Quick Access
       extension
       0.1
       true
       @dmrhn.messenger.qa
       Provider for Google Calendar
       extension
       128.0.0
       true
       {a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
       RemindMe
       extension
       1.4
       true
       RemindMed@cparg.de
       Remove Duplicate Messages
       extension
       0.6.0
       true
       {a300a000-5e21-4ee0-a115-9ec8f4eaa92b}
       Send Later
       extension
       10.5.2
       true
       sendlater3@kamens.us
       Tag Popup
       extension
       2.4.3
       true
       {61A64500-335C-418D-8FCB-E072A9ABF3DA}
       Telegram Web in Thunderbird
       extension
       3.2.1
       true
       te-in-th@ftassy.github.io
       ThunderSuite
       extension
       0.13
       true
       @thundersuite.da.gammla
       WhatsApp Web in Thunderbird
       extension
       1.4.2
       true
       wa-in-th@ftassy.github.io
       Wikipedia (en)
       extension
       1.0
       true
       wikipedia@search.mozilla.org
       System theme — auto
       theme
       1.3
       true
       default-theme@mozilla.org
       Expression Search - NG
       extension
       4.0.34
       false
       expressionsearch@opto.one
       Phoenity Buttons
       extension
       5.1
       false
       buttons@dillinger
       Phoenity Icons
       extension
       3.14
       false
       icons@dillinger
       Provider for CalDAV & CardDAV
       extension
       4.8
       false
       dav4tbsync@jobisoft.de
       Thunderbird Conversations
       extension
       4.2.1
       false
       gconversation@xulforum.org
       Dark
       theme
       1.3
       false
       thunderbird-compact-dark@mozilla.org
       Light
       theme
       1.3
       false
       thunderbird-compact-light@mozilla.org
 Security Software
   Type: Name
     Antivirus:
     Antispyware:
     Firewall:
 Legacy User Stylesheets
   Active: false
   Stylesheets: No stylesheets found
 Graphics
     Features
     Compositing: WebRender
     Font Visibility Debug Info: macOS Platform
     Asynchronous Pan/Zoom: wheel input enabled; scrollbar drag enabled; keyboard enabled; autoscroll enabled; smooth pinch-zoom enabled
     WebGL 1 Driver WSI Info: outOfProcess: false

inProcess: true CGL

     WebGL 1 Driver Renderer: Apple -- Apple M1 Pro
     WebGL 1 Driver Version: 4.1 Metal - 88.1
     WebGL 1 Driver Extensions: GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_NV_texture_barrier
     WebGL 1 Extensions: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_float_blend EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_element_index_uint OES_fbo_render_mipmap OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context WEBGL_provoking_vertex
     WebGL 2 Driver WSI Info: outOfProcess: false

inProcess: true CGL

     WebGL 2 Driver Renderer: Apple -- Apple M1 Pro
     WebGL 2 Driver Version: 4.1 Metal - 88.1
     WebGL 2 Driver Extensions: GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_NV_texture_barrier
     WebGL 2 Extensions: EXT_color_buffer_float EXT_float_blend EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_draw_buffers_indexed OES_texture_float_linear WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context WEBGL_provoking_vertex
     Target Frame Rate: 60
     GPU #1
     Active: Yes
     Vendor ID: 0x106b
     RAM: 0
   GPU #2
     Diagnostics
     AzureCanvasBackend: skia
     AzureContentBackend: skia
     AzureFallbackCanvasBackend: skia
     CMSOutputProfile: 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
     Display0: 2560x1440@0Hz scales:1.000000|1.000000
     Display1: 2560x1440@0Hz scales:1.000000|1.000000
     DisplayCount: 2
     Window Device Pixel Ratios: 1,1
     Font Visibility Debug Info: macOS Platform
     WebGPU Default Adapter: [object Object]
     WebGPU Fallback Adapter: [object Object]
     Decision Log
     HW_COMPOSITING: available by default
     OPENGL_COMPOSITING: available by default
     WEBRENDER: available by default
     WEBRENDER_COMPOSITOR: available by default
     WEBRENDER_PARTIAL: disabled by default: User disabled via pref
     WEBRENDER_SHADER_CACHE: disabled by default: Disabled by default
     WEBRENDER_OPTIMIZED_SHADERS: available by default
     WEBRENDER_ANGLE: available by defaultunavailable by env: OS not supported
     WEBRENDER_DCOMP_PRESENT: available by defaultdisabled by user: User disabled via prefunavailable by env: Requires GPU processunavailable by runtime: Requires ANGLE
     WEBRENDER_SCISSORED_CACHE_CLEARS: available by default
     WEBGPU: available by defaultBlocklisted; failure code BLOCKLIST_FEATURE_FAILURE_MAC_WGPU_NO_METAL_BOUNDS_CHECKSblocked by runtime: WebGPU cannot be enabled in release or beta
     VP8_HW_DECODE: available by default
     VP9_HW_DECODE: available by default
     BACKDROP_FILTER: available by default
     CANVAS_RENDERER_THREAD: available by default
     ACCELERATED_CANVAS2D: available by default
     REMOTE_CANVAS: disabled by default: Disabled via prefunavailable-no-gpu-process by env: Disabled without GPU processblocked by runtime: Platform not supported
   Crash Guard Disabled Features
   Workarounds
   Failure Log
 Media
     Audio Backend: audiounit-rust
     Max Channels: 2
     Preferred Sample Rate: 48000
     Output Devices
       Name
       Group
       Vendor
       State
       Preferred
       Format
       Channels
       Rate
       Latency
       MacBook Pro Speakers
       builtin-internal-mic|spk
       Apple Inc.
       Enabled
       None
       default: F32LE, support: S16LE S16BE F32LE F32BE
       2
       default: 48000, support: 44100 - 96000
       775 - 4856
       Display Audio
       Display Audio:05AC:1107
       Apple Inc.
       Enabled
       All
       default: F32LE, support: S16LE S16BE F32LE F32BE
       2
       default: 48000, support: 44100 - 48000
       303 - 4384
       Display Audio
       Display Audio:05AC:1107
       Apple Inc.
       Enabled
       None
       default: F32LE, support: S16LE S16BE F32LE F32BE
       2
       default: 48000, support: 44100 - 48000
       303 - 4384
     Input Devices
       Name
       Group
       Vendor
       State
       Preferred
       Format
       Channels
       Rate
       Latency
       MacBook Pro Microphone
       builtin-internal-mic|spk
       Apple Inc.
       Enabled
       None
       default: F32LE, support: S16LE S16BE F32LE F32BE
       1
       default: 48000, support: 44100 - 96000
       2414 - 6495
       Display Audio
       Display Audio:05AC:1107
       Apple Inc.
       Enabled
       All
       default: F32LE, support: S16LE S16BE F32LE F32BE
       1
       default: 48000, support: 44100 - 48000
       111 - 4192
       Display Audio
       Display Audio:05AC:1107
       Apple Inc.
       Enabled
       None
       default: F32LE, support: S16LE S16BE F32LE F32BE
       1
       default: 48000, support: 44100 - 48000
       111 - 4192
       iPhone Microphone
       iPhone Mic
       Apple Inc.
       Enabled
       None
       default: F32LE, support: S16LE S16BE F32LE F32BE
       1
       default: 48000, support: 48000 - 48000
       6015 - 10096
     Media Capabilities
     Enumerate database
 Environment Variables
   MOZ_CRASHREPORTER_EVENTS_DIRECTORY: /Users/bryankarlan/Library/Thunderbird/Profiles/bms06935.default-release/crashes/events
   MOZ_CRASHREPORTER_RESTART_ARG_1:
   MOZ_CRASHREPORTER_DATA_DIRECTORY: /Users/bryankarlan/Library/Thunderbird/Crash Reports
   MOZ_CRASHREPORTER_PING_DIRECTORY: /Users/bryankarlan/Library/Thunderbird/Pending Pings
   MOZ_CRASHREPORTER_STRINGS_OVERRIDE: /Applications/Thunderbird.app/Contents/Resources/crashreporter-override.ini
   MOZ_LAUNCHED_CHILD:
   MOZ_APP_SILENT_START:
   XRE_PROFILE_PATH:
   XRE_PROFILE_LOCAL_PATH:
   XRE_START_OFFLINE:
   XRE_BINARY_PATH:
   XRE_RESTARTED_BY_PROFILE_MANAGER:
 Important Modified Preferences
   accessibility.typeaheadfind.flashBar: 0
   browser.search.region: US
   extensions.lastAppVersion: 128.1.0
   font.size.variable.x-western: 17
   idle.lastDailyNotification: 1723431860
   media.gmp.storage.version.observed: 1
   places.database.lastMaintenance: 1722926400
   privacy.bounceTrackingProtection.hasMigratedUserActivationData: true
   privacy.donottrackheader.enabled: true
   privacy.purge_trackers.date_in_cookie_database: 0
   security.default_personal_cert: Select Automatically
   security.sandbox.content.tempDirSuffix: 4a22a809-cd44-4b91-bc6a-847868f3c231
   storage.vacuum.last.content-prefs.sqlite: 1721170981
   storage.vacuum.last.index: 2
   storage.vacuum.last.places.sqlite: 1721568910
   svg.context-properties.content.enabled: true
 Important Locked Preferences
 fission.autostart.session: true
 Places Database
 Accessibility
   Activated: false
   Prevent Accessibility: 0
 Library Versions
     Expected minimum version
     Version in use
     NSPR
     4.35
     4.35
     NSS
     3.101.1
     3.101.1
     NSSSMIME
     3.101.1
     3.101.1
     NSSSSL
     3.101.1
     3.101.1
     NSSUTIL
     3.101.1
     3.101.1
 Sandbox
   Content Process Sandbox Level: 0
   Effective Content Process Sandbox Level: 1
 Startup Cache
   Disk Cache Path: /Users/bryankarlan/Library/Caches/Thunderbird/Profiles/bms06935.default-release/startupCache/startupCache.8.little
   Ignore Disk Cache: true
   Found Disk Cache on Init: true
   Wrote to Disk Cache: true
 Internationalization & Localization
     Application Settings
     Requested Locales: ["en-US"]
     Available Locales: ["en-US"]
     App Locales: ["en-US"]
     Regional Preferences: ["en-US"]
     Default Locale: "en-US"
     Operating System
     System Locales: ["en-US"]
     Regional Preferences: ["en-US"]
 Remote Debugging (Chromium Protocol)
   Accepting Connections:
   URL:
 Printing
 Modified print settings
   print_printer: HP OfficeJet Pro 9020 series
   print.more-settings.open: true
   print.printer_HP_OfficeJet_Pro_9020_series.print_bgcolor: true
   print.printer_HP_OfficeJet_Pro_9020_series.print_bgimages: true
   print.printer_HP_OfficeJet_Pro_9020_series.print_duplex: 1
   print.printer_HP_OfficeJet_Pro_9020_series.print_edge_bottom: 0
   print.printer_HP_OfficeJet_Pro_9020_series.print_edge_left: 0
   print.printer_HP_OfficeJet_Pro_9020_series.print_edge_right: 0
   print.printer_HP_OfficeJet_Pro_9020_series.print_edge_top: 0
   print.printer_HP_OfficeJet_Pro_9020_series.print_footercenter:
   print.printer_HP_OfficeJet_Pro_9020_series.print_footerleft:
   print.printer_HP_OfficeJet_Pro_9020_series.print_footerright:
   print.printer_HP_OfficeJet_Pro_9020_series.print_headercenter:
   print.printer_HP_OfficeJet_Pro_9020_series.print_headerleft:
   print.printer_HP_OfficeJet_Pro_9020_series.print_headerright:
   print.printer_HP_OfficeJet_Pro_9020_series.print_ignore_unwriteable_margins: false
   print.printer_HP_OfficeJet_Pro_9020_series.print_in_color: true
   print.printer_HP_OfficeJet_Pro_9020_series.print_margin_bottom: 0.5
   print.printer_HP_OfficeJet_Pro_9020_series.print_margin_left: 0.5
   print.printer_HP_OfficeJet_Pro_9020_series.print_margin_right: 0.5
   print.printer_HP_OfficeJet_Pro_9020_series.print_margin_top: 0.5
   print.printer_HP_OfficeJet_Pro_9020_series.print_orientation: 0
   print.printer_HP_OfficeJet_Pro_9020_series.print_page_delay: 50
   print.printer_HP_OfficeJet_Pro_9020_series.print_paper_height: 279.4
   print.printer_HP_OfficeJet_Pro_9020_series.print_paper_id: na_letter_8.5x11in
   print.printer_HP_OfficeJet_Pro_9020_series.print_paper_size_unit: 1
   print.printer_HP_OfficeJet_Pro_9020_series.print_paper_width: 215.9
   print.printer_HP_OfficeJet_Pro_9020_series.print_reversed: false
   print.printer_HP_OfficeJet_Pro_9020_series.print_scaling: 1
   print.printer_HP_OfficeJet_Pro_9020_series.print_shrink_to_fit: false
   print.printer_Mozilla_Save_to_PDF.print_footercenter:
   print.printer_Mozilla_Save_to_PDF.print_footerleft:
   print.printer_Mozilla_Save_to_PDF.print_footerright:
   print.printer_Mozilla_Save_to_PDF.print_headercenter:
   print.printer_Mozilla_Save_to_PDF.print_headerleft:
   print.printer_Mozilla_Save_to_PDF.print_headerright:

Asked by chunnel prije 2 dana

Last reply by chunnel 16 sati prije