💾 Archived View for perso.pw › blog › articles › winmail.gmi captured on 2024-08-18 at 17:28:08. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-03-21)

-=-=-=-=-=-=-

Extract files from winmail.dat

NILIf you ever receive a mail with an attachment named "winmail.dat" then

you may be disappointed. It is a special format used by Microsoft

Exchange, it contains the files attached to the mail and need some

specific software to extract them.

Hopefully, there is a simple and effecient utility named **tnef** to

extract the files.

Install it: `pkg_add tnef`

List files: `tnef -t winmail.dat`

Extract files: `tnef winmail.dat`

That's all!