security-checklist/config/email.js
Brian Lovin fde9b2894d
Reorder
2019-01-18 09:09:04 -08:00

73 lines
2.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
id: 'email',
title: 'Use a privacy-first email provider',
description: `You should use an email provider that doesnt read your email or gather data about your conversations to target you with ads.
`,
apps: [
{
name: 'FastMail',
image: '/static/img/fastmail.jpg',
url: 'https://www.fastmail.com/',
sources: {
windows: 'https://www.fastmail.com/',
macos: 'https://www.fastmail.com/',
ios:
'https://itunes.apple.com/us/app/fastmail-email-calendar/id931370077',
android:
'https://play.google.com/store/apps/details?id=com.fastmail.app',
linux: 'https://www.fastmail.com/',
},
},
{
name: 'ProtonMail',
image: '/static/img/protonmail.jpg',
url: 'https://protonmail.com//',
sources: {
windows: 'https://protonmail.com/',
macos: 'https://protonmail.com/',
ios:
'https://itunes.apple.com/app/protonmail-encrypted-email/id979659905',
android:
'https://play.google.com/store/apps/details?id=ch.protonmail.android',
linux: 'https://protonmail.com/',
},
},
{
name: 'Tutanota',
image: '/static/img/tutanota.jpg',
url: 'https://tutanota.com/',
sources: {
windows: 'https://mail.tutanota.com/desktop/tutanota-desktop-win.exe',
macos: 'https://mail.tutanota.com/desktop/tutanota-desktop-mac.zip',
ios: 'https://itunes.apple.com/app/tutanota/id922429609',
android:
'https://play.google.com/store/apps/details?id=de.tutao.tutanota',
linux: 'https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage'
},
},
{
name: 'Burner Mail',
image: '/static/img/burnermail.jpg',
url: 'https://burnermail.io/',
sources: {
windows: 'https://burnermail.io/',
macos: 'https://burnermail.io/'
},
},
],
resources: [
{
name: 'Gmail vs FastMail',
url: 'https://hiverhq.com/blog/gmail-vs-fastmail-a-blunt-comparison/',
},
{
name: 'Stop the paranoia: it doesnt matter if Google reads our email',
url: 'https://www.maxmasnick.com/2012/02/12/gmail_paranoia/',
},
{
name: 'How Google is destroying privacy and collecting your data',
url:
'https://www.salon.com/2014/02/05/4_ways_google_is_destroying_privacy_and_collecting_your_data_partner/',
},
],
};