Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
/ tnefparse Public archive
forked from koodaamo/tnefparse

a TNEF decoding library written in python, without external dependencies

License

Notifications You must be signed in to change notification settings

SpamExperts/tnefparse

 
 

Repository files navigation

tnefparse - TNEF decoding and attachment extraction

This is a pure-python library for decoding Microsoft's Transport Neutral Encapsulation Format (TNEF), for Python versions 2.6 and above. Note that there are some issues with setuptools on Python 3.2, so when using Python3, version 3.3 or above is suggested.

See for example wikipedia for more on TNEF.

The library can be used as a basis for applications that need to parse TNEF. A command-line utility "tnefparse" is also provided that gets installed as part of the package, that can be used to list contents of TNEF files and extract attachments found inside them (requires python >= 2.7).

Use 'python setup.py test' or 'python runtests.py' to run the tests.

Please see the HISTORY.txt file for full release notes.

Issues and pull requests welcome. Please however always provide an example TNEF file that can be used to demonstrate the bug or desired behavior, if at all possible.

If you have understanding of TNEF and/or MIME internals and want to help with maintaining this package, file an issue or email me. I'd be happy to give you commit rights.

https://badge.fury.io/py/tnefparse.png https://travis-ci.org/koodaamo/tnefparse.png?branch=master

About

a TNEF decoding library written in python, without external dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%