All Projects → lolo101 → Msgviewer

lolo101 / Msgviewer

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.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Msgviewer

gromox
Groupware server backend for the grommunio Distribution, supporting MAPI/HTTP, RPC/HTTP, IMAP, POP3 protocols, PHP-MAPI bindings, and import from PST/OST/MSG/TNEF, EML/ICAL/VCF, KDB
Stars: ✭ 163 (+167.21%)
Mutual labels:  mail, outlook
Mail Parser
Tokenizer for raw mails
Stars: ✭ 240 (+293.44%)
Mutual labels:  mail, outlook
Org Msg
OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
Stars: ✭ 153 (+150.82%)
Mutual labels:  mail, outlook
Mfcmapi
MFCMAPI
Stars: ✭ 501 (+721.31%)
Mutual labels:  mail, outlook
Postfwd Anti Geoip Spam Plugin
Postfwd plugin for blocking international spam botnets based on geographical location of IP addresses used to login to postfix via sasl.
Stars: ✭ 40 (-34.43%)
Mutual labels:  mail
Sro
Friendly Correios SRO API wrapper and command-line utility
Stars: ✭ 7 (-88.52%)
Mutual labels:  mail
Pydnsbl
Async dnsbl spam lists checker based on asyncio/aiodns.
Stars: ✭ 18 (-70.49%)
Mutual labels:  mail
Simple Java Mail
Simple API, Complex Emails (JavaMail smtp wrapper)
Stars: ✭ 821 (+1245.9%)
Mutual labels:  outlook
Mail4delphi
Mail4Delphi uses the Indy component to send the email.
Stars: ✭ 60 (-1.64%)
Mutual labels:  mail
Applescripts
My collection of AppleScripts created/acquired over the years. This repo is designed to provide useful AppleScripts for others and as a general resource for AppleScript education.
Stars: ✭ 56 (-8.2%)
Mutual labels:  mail
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+1503.28%)
Mutual labels:  outlook
Laravel Mail Preview
A mail driver to quickly preview mail
Stars: ✭ 851 (+1295.08%)
Mutual labels:  mail
Ost2pst
OST2PST - converts Outlook OST files to PST format
Stars: ✭ 46 (-24.59%)
Mutual labels:  outlook
Mailslurper
Local, web-based mail server application. Slurp mails into oblivion!
Stars: ✭ 920 (+1408.2%)
Mutual labels:  mail
Mailchimp Boilerplate
MailChimp repeatable blocks boilerplate
Stars: ✭ 56 (-8.2%)
Mutual labels:  mail
Node Dkim Key
DKIM (DomainKeys Identified Mail) Key
Stars: ✭ 5 (-91.8%)
Mutual labels:  mail
Scheduler
Automates completion and emailing of .xlsx time sheet.
Stars: ✭ 34 (-44.26%)
Mutual labels:  outlook
Mailer
A lightweight PHP SMTP mail sender
Stars: ✭ 53 (-13.11%)
Mutual labels:  mail
Sendria
Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 30 (-50.82%)
Mutual labels:  mail
Docker Mailserver
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
Stars: ✭ 8,115 (+13203.28%)
Mutual labels:  mail

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 Maven and 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:

mvn package

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

You can now run the project with:

cd MSGViewer/target
java -jar msgviewer.jar

GUI

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

java -jar msgviewer.jar

Command Line

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

java -jar msgviewer.jar -h

to display command line help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].