Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaz-utashiro/winmaildat2tar
Convert TNEF data (winmail.dat) to another tentative archive format
https://github.com/kaz-utashiro/winmaildat2tar
Last synced: 8 days ago
JSON representation
Convert TNEF data (winmail.dat) to another tentative archive format
- Host: GitHub
- URL: https://github.com/kaz-utashiro/winmaildat2tar
- Owner: kaz-utashiro
- License: other
- Created: 2020-11-27T16:19:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T00:54:54.000Z (over 2 years ago)
- Last Synced: 2024-11-08T07:17:14.071Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/kaz-utashiro/winmaildat2tar/workflows/test/badge.svg)](https://github.com/kaz-utashiro/winmaildat2tar/actions) [![MetaCPAN Release](https://badge.fury.io/pl/App-winmaildat2tar.svg)](https://metacpan.org/release/App-winmaildat2tar)
# NAMEwinmaildat2tar - Convert winmail.dat (TNEF data) to tentative archive
# SYNOPSIS
winmaildat2tar winmail.dat > winmail.tar
Option
--format #, -f# Archive format: tar, ar, zip (default: tar)
--verbose, -v Show attachment name# VERSION
Version 0.9902
# DESCRIPTION
This command read `winmail.dat` file in TNEF format and produce
another tentative archive formatted data (tar by default).- **--format** **tar**|**zip**, **-f** ...
Specify archive format. Default is **tar**. Curretly **tar**, **ar**
and **zip** are supported.If the command is executed as a name of _winmaildat2xxx_, _xxx_ part
is used as a format name.# INSTALL
## CPANMINUS
Install from CPAN
cpanm App::winmaildat2tar
or
cpanm https://github.com/kaz-utashiro/winmaildat2tar.git
# SEE ALSO
[App::winmaildat2tar](https://metacpan.org/pod/App%3A%3Awinmaildat2tar), [https://github.com/kaz-utashiro/winmaildat2tar](https://github.com/kaz-utashiro/winmaildat2tar)
[Convert::TNEF](https://metacpan.org/pod/Convert%3A%3ATNEF), [Archive::Tar](https://metacpan.org/pod/Archive%3A%3ATar), [Archive::Ar](https://metacpan.org/pod/Archive%3A%3AAr), [Archive::Zip](https://metacpan.org/pod/Archive%3A%3AZip)
# AUTHOR
Kazumasa Utashiro
# LICENSE
Copyright 2020-2022 Kazumasa Utashiro.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.