README.md

    CircleCI Build Status Codeship Status for lolo101/MsgViewer

    CodeScene general

    msgviewer

    This project is a fork of https://sourceforge.net/projects/msgviewer

    It has been Mavenized, and support for .eml to .msg has been added.

    Build

    In order to build this project, make sure to have JDK 11+ installed, then clone the project sources:

    git clone https://github.com/lolo101/MsgViewer.git

    cd to the sources directory:

    cd MsgViewer

    At last, run the Maven build:

    ./mvnw package

    The build will generate a number of files. The main file is a ‘uber-jar’ placed under MSGViewer/target directory.

    GUI

    You can run the application’s Graphic User Interface by calling :

    cd MSGViewer/target
    java -jar msgviewer.jar
    

    Command Line

    The application may also be used on the command line. Just type :

    cd MSGViewer/target
    java -jar msgviewer.jar -h
    

    to display command line help.

    Описание

    MsgViewer is email-viewer utility for .msg e-mail messages, implemented in pure Java. MsgViewer works on Windows/Linux/Mac Platforms. Also provides a java api to read mail messges (msg files) programmatically. https://github.com/lolo101/MsgViewer

    Конвейеры
    0 успешных
    0 с ошибкой