SkillAgentSearch skills...

TNEFDecoder

TNEF Decoder

Install / Use

/learn @QualityUnit/TNEFDecoder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TNEFDecoder

Simple PHP library to decode TNEF files (winmail.dat).

It is based on SquirellMail plugin

#Requirements:

  • PHP >= 7.0
  • PHP-mbstring extension

#Usage Include via composer:

composer require qualityunit/tnef-decoder

Create object to parse attachment file

$attachment = new TNEFAttachment();

Parse string with attachment file and receive array of extracted file objects.

$attachment->decodeTnef($buffer);
$files = $attachment->getFiles();
View on GitHub
GitHub Stars16
CategoryDevelopment
Updated13d ago
Forks5

Languages

PHP

Security Score

85/100

Audited on Mar 26, 2026

No findings