mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Add email client support for Tutanota (#84)
This commit is contained in:
parent
19131b1a48
commit
0a79a95516
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ const rawMailtoUrls = [
|
|||
hostnames: ['mail.zoho.com'],
|
||||
mailtoUrl: 'https://mail.zoho.com/mail/compose.do?extsrc=mailto&mode=compose&tp=zb&ct=%s',
|
||||
},
|
||||
{
|
||||
hostnames: ['tutanota.com', 'mail.tutanota.com'],
|
||||
mailtoUrl: 'https://mail.tutanota.com/mailto#url=%s',
|
||||
},
|
||||
];
|
||||
|
||||
const MAILTO_URLS = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue