为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why can't you add AOL to the Mailto Options? Please do it.

  • 4 个回答
  • 2 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

Why can't you add AOL to the Mailto Options? Please do it. I recall that option was once available a long time ag

Why can't you add AOL to the Mailto Options? Please do it. I recall that option was once available a long time ag

所有回复 (4)

more options

Please make that request here: https://input.mozilla.org/en-US/feedback

more options

It is still possible to add additional mailto handlers to Firefox. You only need to know what command to use to go to AOL mail to compose a new message.

See this thread for the procedure that you have to use.

more options

I looked at the procedure options and I do not know how to do that.

more options

The main problem is that you need to know what URL you need to use to open the AOL mail page and have the email address filled. I'm not using AOL and a Google search isn't conclusive about the correct URL.

The procedure isn't that difficult:

Set the gecko.handlerService.allowRegisterFromDifferentHost pref to true on the about:config page (use its Search bar to locate the pref).

It's value should turn to bold (user set) Open the Web Console (Firefox/Tools > Web Developer; Ctrl+Shift+K)

Paste the correct code in the command line (>) in the Web Console and press the Enter key to evaluate the code. For Outlook (Hotmail) this JavaScript code would be:

navigator.registerProtocolHandler('mailto','http://mail.live.com/secure/start?action=compose&to=%s','Outlook Mail');

For AOL mail you would need a different URL and you may have to contact AOL for information.

navigator.registerProtocolHandler('mailto','<URL to open the AOL compose page>','AOL mail');

An info bar should open at the top of the page and you can click "Add Application" to add the new mail provider. You should see the newly added email service under "Options > Applications > Mailto".

Do not forget to reset gecko.handlerService.allowRegisterFromDifferentHost to false after you have added this e-mail provider.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.