Skip to content
forked from zendesk/tnef

a ruby wrapper around the tnef library

License

Notifications You must be signed in to change notification settings

virtual360-io/tnef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tnef

Extract e-mail attachments with MIME type 'application/ms-tnef'

Ships with tnef binary, so you dont have to install it (alternatively see tinnef for a distribution without binaries)

gem install tnef

Usage

Tnef.unpack(@part.attachments[part.filename]) do |file|
  puts "FILE: #{file}"
end

Gem development: updating tnef

git clone git://git.code.sf.net/p/tnef/git fresh
rsync -va fresh/ ext/tnef
cd ext/tnef
aclocal
autoconf
autoheader
automake --add-missing
make
cd ../..
rake install
rm -rf fresh

About

a ruby wrapper around the tnef library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 56.4%
  • C 24.9%
  • Shell 12.9%
  • Roff 1.9%
  • TeX 1.0%
  • Awk 0.9%
  • Other 2.0%