0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

winmail.datを開く

Last updated at Posted at 2020-04-20

macでwinmail.datを開く

概要

outlookユーザーからwinmail.datが添付されてきた。
brew でtnefをインストールしてこれを開く。
ファイル名がWindowsな感じの場合にも対応する。

前提条件

  • mac
  • brewがインストールされている
  • 添付ファイルはwinmail.datという名前で保存してある。

作業

brew install tnef

インストールが終わったらwinmail.datがあるディレクトリで、

tnef --unix-paths --interactive --file winmail.dat

あとは画面の指示に従う。(通常はyを押していけば良い)

だめなら

tnef --unix-paths --file winmail.dat --save-body
extract message.rtf?

で y をおす。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?