Thunderbird 中备份.pst 文件的导入过程是什么

Shr*_*aik 5 email thunderbird backup

我无法恢复我以前的邮件备份数据文件 backup.pst。请帮忙。

mar*_*rto 3

Mozillazine 文章说道:

有多种开源实用程序可将 .pst 文件转换为 mbox 文件,例如 readpst 、 libpst 和 Outport 。Thunderbird 对每个文件夹使用单独的 mbox 文件来存储该文件夹的所有消息。这些实用程序似乎都没有在积极开发中,并且它们仅支持 .pst 文件的某些版本。您可以使用 ImportExporttools 扩展来导入 mbox 文件。

readpst 在存储库中,但缺少 .pst 文件,我无法尝试


小智 2

我使用readpst.

sudo apt-get install readpst
mkdir pst-export
readpst -D -M -b -o pst-export archive.pst
find . -type f ! -iname '*.eml' -exec rename 's/([0-9]+)$/$1.eml/' {} \;
Run Code Online (Sandbox Code Playgroud)

然后将 .eml 文件导入 Thunderbird。我建议使用ImportExportTools 插件