搜索 | 用户支持

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

详细了解

Where is the mbox file?

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

more options

I'm trying to convert my Thunderbird mail to Outlook (.pst), and I need to locate the mbox file/folder. I know where my profile is, but I don't see any .mbox extension in the Mail folder. I'm using a POP3 server in Thunderbird. Thank you.

I'm trying to convert my Thunderbird mail to Outlook (.pst), and I need to locate the mbox file/folder. I know where my profile is, but I don't see any .mbox extension in the Mail folder. I'm using a POP3 server in Thunderbird. Thank you.

所有回复 (1)

more options

Thunderbird's mailbox files don't have extensions. So you're looking for Inbox, Sent, Trash etc.

Another way to go about it would be to search for all the files with .msf extensions, create a list of these (dir *.msf > files.txt), strip off the .msf and what you'll be left with is a list of your mbox files. I'll leave it to you to work out how to traverse your nested folders structure; I'm on Linux here and can't experiment with MSDOS-style command lines.