Skip to content

Commit c25c26c

Browse files
committed
✅️ v1.12.2
1 parent fb1be9e commit c25c26c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Also keep in mind, that the processing of large mailboxes can take a lot of time
3737
- Compare different email accounts with each other and define their color
3838
- Set Options for account selection, theme, caching system and a lot more customizations
3939
- Enjoy the responsive stats page adapting to different viewport sizes
40-
- Have language support for Brazilian Portuguese, Catalan, Chinese, Czech, Dutch, English, French, Galician, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Polish, Portuguese, Russian, Slovak, Spanish, Swedish, Thai, Turkish and Ukrainian
40+
- Have language support for Brazilian Portuguese, Catalan, Chinese, Czech, Dutch, English, Finish, French, Galician, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Polish, Portuguese, Russian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian and Uzbek
4141

4242
Here is how ThirdStats looks like on the Thunderbird default dark theme and light theme on Windows:
4343

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ThirdStats does store the processed stats data in Thunderbirds own extension sto
2323
ThirdStats needs 3 permissions to work:
2424

2525
- `accountsRead`: _"See your mail accounts and their folders"_ - This is needed to iterate over all messages in all folders of your Thunderbird accounts to count and process them.
26-
- `messagesRead`: _"Read your email messages and mark or tag them"_ - This is needed to read the message header and retrieve the following information from it: *author*, *bccList*, *ccList*, *date*, *read*, *recipients*. ThirdStats never reads the email body or marks/tags emails.
26+
- `messagesRead`: _"Read your email messages and mark or tag them"_ - This is needed to read the message header and retrieve the following information from it: _author_, _bccList_, _ccList_, _date_, _read_, _recipients_. ThirdStats never reads the email body or marks/tags emails.
2727
- `downloads`: _"Download files and read and modify the browser’s download history"_ - This is needed to export processed stats data as JSON file and provide it as a file download. ThirdStats never reads or modifies the download history.
2828

2929
### 4. Does it run as a web server with an open port which would expose it to vulnerabilities?

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "third-stats",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ThirdStats",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"manifest_version": 3,
55
"description": "__MSG_extensionDescription__",
66
"author": "Andreas Müller",

0 commit comments

Comments
 (0)