[submodule:extensions] Add email clients: Evolution, KMail, Kontact

This commit is contained in:
Faisal Salman
2024-11-10 19:32:37 +07:00
parent a0e11b701e
commit cbe06acaf2
2 changed files with 62 additions and 2 deletions

View File

@@ -195,8 +195,8 @@ const ExtraDevices = Object.freeze({
const Emails = Object.freeze({
browser : [
// Microsoft Outlook / Thunderbird
[/(microsoft outlook|thunderbird)[\s\/]([\w\.]+)/i], [NAME, VERSION, [TYPE, EMAIL]]
// Evolution / Kontact/KMail / [Microsoft/Mac] Outlook / Thunderbird
[/(evolution|kmail2?|kontact|(?:microsoft |mac)outlook|thunderbird)[\s\/]([\w\.]+)/i], [NAME, VERSION, [TYPE, EMAIL]]
]
});