Thunderbird import outlook pst in ubuntu 20.04 lts

雷鸟导入 OUTLOOK 的 PST 归档文件

最近重新使用 ubuntu 办公,需要将以前的 outlook 的邮件导入一下。

0x00 基本流程

  1. 安装雷鸟
  2. 安装 pst-utils
  3. 使用 readpst 命令转换
  4. 安装雷鸟 ImportExportTools NG 插件导入

0x01 操作

安装 pst-utils

sudo apt update
sudo apt install pst-utils

转换

先建个文件夹放 pst 文件(例如 pst_archive.pst),再建个文件夹放解压的 eml 文件。

mkdir ttt
cd ttt
mkdir export_dir
readpst -M -b -e -o export_dir pst_archive.pst

这时候在 export_dir 这个文件夹里面就能看到大量的 eml 的邮件了。

此时用 ImportExportTools NG 这个插件,在本地文件上,新建一个文件夹,随便起个名字。在这个文件夹上右键,选择“以 mbox/eml 格式导入/导出”——“从一个目录中导入所有的 eml 文件”——“还包含子目录”。选择 export_dir 就 ok 了。

上一篇
下一篇