How to Set Gmail as Firefox Default Email Client如何将Gmail设置为Firefox的默认的电子邮件客户端

In some occasions when you click on an email link while browsing some webpages, you will be prompted with email clients such as Microsoft Window Mail for Vista or Microsoft Outlook Express for XP.在一些场合,当你点击电子邮件链接的同时,浏览某些网页,系统会提示您与电子邮件客户端,如微软视窗Vista的邮件或Microsoft Outlook Express用于Windows XP 。 If your email client has yet to be configured, you need to set up and configure it before you can send out emails.如果您的电子邮件客户端还没有得到配置,您需要设置和配置它之前,您可以发送电子邮件。 It is quite troublesome and inconvenient if you haven’t done so.这是很麻烦和不便,如果您有没有这样做。 Anyway, if you are Gmail and Firefox users, the good news is the new Firefox 3 allows users to configure and set Gmail as a default email client.无论如何,如果你是Gmail和Firefox用户,好消息是,新的Firefox 3允许用户配置和Gmail设置为默认的电子邮件客户端。 This latest这一最新 Firefox 3火狐3 comes with support YahooMail as default email client.谈到与支持yahoomail作为默认的电子邮件客户端。 For Gmail users, some setting needs to be done to edit the “mailto” application handler.对于Gmail用户,一些设置需要做编辑的“电子邮件地址”申请的处理程序。

  • At the Firefox 3 address bar, you need to type in “ about:config ” and you will be prompted with a warning page.在Firefox的地址栏中三,你需要键入在“ 关于:配置 ” ,系统会提示您一个警告网页。 Just click on “I’ll be careful, I promise!” button to proceed.只要按一下“我会小心,我答应! ”按钮继续进行。
  • Type in “ gecko.handlerService ” into Filter box until you get gecko.handlerService.allowRegisterFromDifferentHost Preference name.在键入“ gecko.handlerservice ”到过滤器框中,直到您得到gecko.handlerservice.allowregisterfromdifferenthost偏好的名称。 Make sure the value is “ True ”.作出肯定的价值是“ ” 。 Change it if it is not.改变它,如果事实并非如此。
  • Also check for network.protocol-handler.external.mailto Preference name.还检查network.protocol - handler.external.mailto偏好的名称。 Make sure the value is “ True ”.作出肯定的价值是“ ” 。
  • Copy the following code to the address bar and press ENTER.将以下代码复制到地址栏并按下Enter 。

    javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/mail/?extsrc=mailto&url=%s","GMail") JavaScript的: window.navigator.registerprotocolhandler ( “电子邮件地址” , “通过https : / / mail.google.com /邮件/ ? extsrc =电子邮件地址和URL = % s ” ,并“的Gmail ” )

  • Copy the following link and press ENTER if you are a Google Apps user:复制以下链接,并按下ENTER ,如果你是Google应用服务的用户:

    javascript:window.navigator.registerProtocolHandler(”mailto”,”https://mail.google.com/a/example.com/mail/?extsrc=mailto&url=%s”,”GMail”) JavaScript的: window.navigator.registerprotocolhandler ( “电子邮件地址” , “通过https : / / mail.google.com / 1 /输入example.com /邮件/ ? extsrc =电子邮件地址和URL = % s ” ,并“的Gmail ” )

    Change example.com to your own domain name.改变example.com到您自己的域名。

  • Firefox 3 will thence prompt you a question whether you want to add application. Firefox的三会再提示你一个问题,您是否要添加的应用。 Click on the “Add Application” button.点击“添加应用”按钮。
  • Now you click any mailto: link and you will prompt with a small window “Launch Application”.现在你按一下任何的mailto :链接,并提示您将与一个小窗口“发射的应用” 。 Firefox 3 requests your confirmation on which applications to be used. Firefox的3请求您的确认上,申请使用。 Check the “Gmail” box and also check the box showing “Remember my choice for mailto links”.选中“ Gmail中的”票房也选中该框显示“记住我的选择的mailto三通” 。 Click OK单击确定
  • The process is done.过程是这样做。 Anyway, for safety reason, it is advisable to go back to “ about:config ” and set gecko.handlerService.allowRegisterFromDifferentHost value back to false.无论如何,基于安全理由,可取的做法是要回去“ 关于:配置 ” ,并设置gecko.handlerservice.allowregisterfromdifferenthost值回是假的。

If you have decided to remove Gmail as your default mail client, you need to go to Firefox’s Tool menu and select Preference then go to Application tab.如果您已决定删除Gmail为默认邮件客户端,您需要去Firefox的工具菜单并选择偏好,然后前往应用标签。 Find mailto and select Application Detail from the Drop-down menu.找到电子邮件地址,并选择应用细节,从下拉式选单。 Remove GMail by select GMail and click remove.删除Gmail所选择Gmail和单击删除。

For user using Yahoo!为用户使用Yahoo ! Mail, here’s邮件,这里的 how to set Yahoo!如何设置的Yahoo ! Mail as default email client in Firefox电子邮件作为默认的电子邮件客户端在Firefox .

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原版的文章 whenever possible.只要有可能。

Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 .



11 Responses to “How to Set Gmail as Firefox Default Email Client” 11的反应, “如何将Gmail设置为Firefox的默认的电子邮件客户端”

  1. Vaneet Dadra vaneet达德拉
    June 30th, 2008 09:48 2008年6月30日9时48分
    1

    Hi,嗨,

    I tried to follow the steps and tried to filter by putting gecko.handlerService in filter box but there is nothing having this as prefix.我试图按照下列步骤,并试图过滤器把gecko.handlerservice在过滤器框中,但有没有考虑以此作为前缀。

    I manually tried to locate the variable but “gecko.handlerService.allowRegisterFromDifferentHost”我手动试图找到变,但“ gecko.handlerservice.allowregisterfromdifferenthost ”
    is nowhere in the list of variables.是没有在名单上的变数。
    Can you help me in figuring out that what is going wrong.你能帮助我在搞清楚这是怎么回事错误的。

  2. admin政府当局
    June 30th, 2008 12:01 2008年6月30日12时01分
    2

    Are you using Firefox 3?你是否使用Firefox 3呢?

  3. Vaneet Dadra vaneet达德拉
    June 30th, 2008 12:14 2008年6月30日12时14分
    3

    No, it is firefox2 but does it not work for firefox2?没有,这是firefox2 ,但不工作firefox2 ? If yes can you guide me?如果是你是否能引导我吗?

  4. suchi
    June 30th, 2008 12:49 2008年6月30日12时49分
    4

    javascript:window.navigator.registerProtocolHandler(”mailto”,”https://mail.google.com/mail/?extsrc=mailto&url=%s”,”GMail”) JavaScript的: window.navigator.registerprotocolhandler ( “电子邮件地址” , “通过https : / / mail.google.com /邮件/ ? extsrc =电子邮件地址和URL = % s ” ,并“的Gmail ” )

    is not working.是不是工作。 There is no any pop up dialog.是没有任何弹出对话框。 Any ideas?任何想法?

  5. admin政府当局
    June 30th, 2008 13:10 2008年6月30日13时10分
    5

    Vaneet, Only works in Firefox 3. vaneet ,只有工程在Firefox 3 。 suchi, do you press Enter in Firefox 3? suchi ,你按下ENTER在Firefox 3呢?

  6. bryan布赖恩
    June 30th, 2008 13:34 2008年6月30日13时34分
    6

    I report same result as suchi.报告相同的结果suchi 。 the javascript step produces no visible result and I don’t find “webmail” in the Application list (via Options). JavaScript的步骤,不产生任何有形的结果,和我不觉得“邮局”在申请表(通过选项) 。 I’m using a custom variation where “my server” is the name of my server我使用一个自定义的变化下, “我的服务器”的名称是我的服务器 ; ) : javascript:window.navigator.registerProtocolHandler(”mailto”,”https://mail.”my-server”.net/src/login.php”,”webmail”) : JavaScript的: window.navigator.registerprotocolhandler ( “电子邮件地址” , “通过https : / /邮件。 ”我的服务器“ .net /钢骨混凝土/ login.php ” , “邮局” )

  7. admin政府当局
    June 30th, 2008 14:23 2008年6月30日14时23分
    7

    Have you verify gecko.handlerService.allowRegisterFromDifferentHost and network.protocol-handler.external.mailto are True?有你核实gecko.handlerservice.allowregisterfromdifferenthost和network.protocol - handler.external.mailto是正确的?

  8. bryan布赖恩
    June 30th, 2008 23:10 2008年6月30日23时10分
    8

    yes.是。

  9. How to Set Yahoo!如何设置的Yahoo ! Mail as Default mailto: Client in Firefox 3 » My Digital Life电子邮件作为默认的mailto :客户端在Firefox 3 »我的数位生活
    July 2nd, 2008 02:52 2008年7月2日2时52分
    9

    [...] Note: It’s also possible to set Gmail as the default mailto: handler at Firefox 3. [ … … ]注意:它的,也有可能将Gmail设置为默认的mailto :处理在Firefox的3 。 [...] [ … … ]

  10. agua_clara
    August 7th, 2008 17:41 2008年8月7日17时41分
    10

    Te explicas como el culo, chaval德explicas科摩下午culo ,沙瓦尔

  11. Andrew P.郑家富页
    August 11th, 2008 17:41 2008年8月11日17时41分
    11 11月

    The code will not work in form it given on this site, you must replace double quotation marsk ” to single ‘ :程式码将不会工作在形式,它给本网站,您必须取代双重报价marsk “单' :
    javascript:window.navigator.registerProtocolHandler(’mailto’,'https://mail.google.com/mail/?extsrc=mailto&url=%s,’GMail’) JavaScript的: window.navigator.registerprotocolhandler ( '的mailto ' , '通过https : / / mail.google.com /邮件/ ? extsrc =电子邮件地址和URL = % s后, '的Gmail ' )

Leave a Reply离开的答复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用这些标签:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <删除日期时间= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting订阅无评论


Custom Search

New Articles新的条款,

Incoming Search Terms for the Article传入的搜索条件文章

javascript:window.navigator.registerProtocolHandler("mailto","https:// JavaScript的: window.navigator.registerprotocolhandler ( “电子邮件地址” , “通过https : / / - - gmail firefox default Gmail的Firefox的默认 - - javascript:window.navigator.registerProtocolHandler JavaScript的: window.navigator.registerprotocolhandler - - firefox gmail default Firefox的默认的Gmail - - gmail default mailto Gmail的默认的mailto - - gmail default mail firefox Gmail的默认邮件的Firefox - - firefox default email Firefox的默认的电子邮件 - - gmail default firefox Gmail的默认的Firefox - - gmail default email Gmail的默认的电子邮件 - - firefox email client Firefox的电子邮件客户端 - - javascript:window.navigator.registerProtocolHandler("mailto","https: JavaScript的: window.navigator.registerprotocolhandler ( “电子邮件地址” , “通过https : - - gmail default mailto firefox Gmail的默认的mailto的Firefox - - firefox default gmail Firefox的默认的Gmail - - gmail default email client Gmail的默认的电子邮件客户端 - - firefox default mail Firefox的默认邮件 - - make gmail default email firefox 让Gmail默认的电子邮件的Firefox - - firefox gmail default email client Firefox的Gmail中预设的电子邮件用户端 - - firefox default email gmail Firefox的默认电子邮件的Gmail - - set gmail as default in firefox 3 Gmail设置为默认在Firefox 3 - - firefox gmail default mail Firefox的默认邮件的Gmail - - gmail default mail Gmail的默认邮件 - - make gmail default email client 让Gmail预设的电子邮件用户端 - - firefox gmail default email Firefox的Gmail中默认的电子邮件 - - make gmail default in firefox 让Gmail默认在Firefox - - set gmail as default in firefox Gmail设置为默认在Firefox - - make gmail firefox default 让Gmail Firefox的默认 - - firefox default mail client Firefox的默认邮件客户端 - - gmail default in firefox Gmail的预设在Firefox - - how to set gmail as default in firefox 如何将Gmail设置为默认在Firefox - - make firefox default to gmail 使Firefox的默认到Gmail - - javascript:window.navigator.registerProtocolHandler("mailto", JavaScript的: window.navigator.registerprotocolhandler ( “电子邮件地址” , - - gecko.handlerservice gecko.handlerservice - - gmail default mail vista Gmail的默认邮件Vista的 - - gmail default email client mac Gmail的默认的电子邮件客户端的Mac - - avg+gmail+firefox 平均+的Gmail + Firefox的 - - firefox 3 gmail default Firefox的3 Gmail的预设 - - window.navigator.registerProtocolHandler window.navigator.registerprotocolhandler - - firefox gmail default mailto Firefox的Gmail的默认的mailto - - gmail firefox default mail Gmail的Firefox的默认邮件 - - registerProtocolHandler gmail registerprotocolhandler的Gmail - - firefox default email program Firefox的默认的电子邮件程序 - - gmail default email firefox 3 Gmail的默认电子邮件的Firefox 3 - - make gmail default mail application 让Gmail的默认电子邮件程序 - - firefox default email client Firefox的默认的电子邮件客户端 - - make gmail default mail in firefox 让Gmail默认的邮件在Firefox - - change default email address in firefox 更改默认的电子邮件地址在Firefox - - customize email client in firefox 自定义的电子邮件客户端在Firefox - - set google default mail client in firefox Google设置为默认邮件客户端在Firefox - - javascript make firefox default gmail JavaScript的使Firefox的默认的Gmail - - make gmail default firefox 让Gmail默认的Firefox - -