Source code

Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
export const kHandlerListVersion = 1;
export const kHandlerList = {
default: {
schemes: {
mailto: {
handlers: [
{
name: "Gmail",
},
],
},
},
},
cs: {
schemes: {
mailto: {
handlers: [
{
name: "Seznam",
},
{
name: "Gmail",
},
],
},
},
},
"es-CL": {
schemes: {
mailto: {
handlers: [
{
name: "Gmail",
},
{
name: "Outlook",
uriTemplate:
},
],
},
},
},
"ja-JP-mac": {
schemes: {
mailto: {
handlers: [
{
name: "Yahoo!メール",
},
{
name: "Gmail",
},
],
},
},
},
ja: {
schemes: {
mailto: {
handlers: [
{
name: "Yahoo!メール",
},
{
name: "Gmail",
},
],
},
},
},
kk: {
schemes: {
mailto: {
handlers: [
{
name: "Яндекс.Почта",
},
{
name: "Mail.Ru",
},
{
name: "Gmail",
},
],
},
},
},
ltg: {
schemes: {
mailto: {
handlers: [
{
name: "Gmail",
},
{
name: "inbox.lv mail",
},
],
},
},
},
lv: {
schemes: {
mailto: {
handlers: [
{
name: "Gmail",
},
{
name: "inbox.lv mail",
},
],
},
},
},
pl: {
schemes: {
mailto: {
handlers: [
{
name: "Poczta Interia.pl",
},
{
name: "Gmail",
},
],
},
},
},
ru: {
schemes: {
mailto: {
handlers: [
{
name: "Яндекс.Почту",
},
{
name: "Mail.Ru",
},
{
name: "Gmail",
},
],
},
},
},
uk: {
schemes: {
mailto: {
handlers: [
{
name: "Gmail",
},
{
name: "Outlook",
uriTemplate:
},
],
},
},
},
uz: {
schemes: {
mailto: {
handlers: [
{
name: "Gmail",
},
{
name: "Mail.Ru",
},
],
},
},
},
};