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

搜索 | 用户支持

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

详细了解

Will not open .tab file attachments

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 fischer9

more options

I am using TB 91.4.1 (64-bit) on a windows 10 system and I am unable to open file attachments that end in .tab. TB gives me the options to open, save, detach or delete. When I select open, nothing happens. The file icon is Notepad, which is the default windows app for .tab files. I am able to save the file and then open it from windows explorer it but I can not open it from within TB like I can .pdf, .png, .cvs, and many other file types.

I have tried closing TB and deleting the mimeTypes.rdf file as well as repairing the folder and it still will not open the .tab file.

I am using TB 91.4.1 (64-bit) on a windows 10 system and I am unable to open file attachments that end in .tab. TB gives me the options to open, save, detach or delete. When I select open, nothing happens. The file icon is Notepad, which is the default windows app for .tab files. I am able to save the file and then open it from windows explorer it but I can not open it from within TB like I can .pdf, .png, .cvs, and many other file types. I have tried closing TB and deleting the mimeTypes.rdf file as well as repairing the folder and it still will not open the .tab file.

被采纳的解决方案

I did a test: exported an address book in tab delimited .tab format and attached it to a message. The source indicates the Content-Type: text/plain. When I Open the attachment, I get the attached picture, which makes sense with my default text editor. A content-type: application/octet-stream is probably part of the problem:

http://kb.mozillazine.org/Actions_for_attachment_file_types#application.2Foctet-stream

Note that I have the preference mail.strictly_mime set to true in Config. editor, which forces 7-bit (quoted-printable) format, which might make a difference. Also, try sending yourself a message with a .tab attachment from an account that encodes them with the correct content-type, as not all providers handle attachments the same way.

定位到答案原位置 👍 1

所有回复 (4)

more options

Try deleting handlers.json, the replacement for the obsolete mimeTypes.rdf.

Open the source (Ctrl+U) and look at the Content-type header for the attachment.

more options

The content-type is application/octet-stream; which should work. When I send myself, though TB, a tab delimited file, TB assigns the same content-type and TB does nothing when I try to open the file attachment.

Also, I deleted handlers.jason and it did not resolve the issue.

more options

选择的解决方案

I did a test: exported an address book in tab delimited .tab format and attached it to a message. The source indicates the Content-Type: text/plain. When I Open the attachment, I get the attached picture, which makes sense with my default text editor. A content-type: application/octet-stream is probably part of the problem:

http://kb.mozillazine.org/Actions_for_attachment_file_types#application.2Foctet-stream

Note that I have the preference mail.strictly_mime set to true in Config. editor, which forces 7-bit (quoted-printable) format, which might make a difference. Also, try sending yourself a message with a .tab attachment from an account that encodes them with the correct content-type, as not all providers handle attachments the same way.

more options

I must have been the content-type. Since its the output of a script that I wrote, I converted the output to csv and it opens properly.

Thanks for your help.

由fischer9于修改