gadenbuie / msglooker

A Shiny App to View And Export Outlook Messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msglooker

A small Shiny app to break an Outlook message out of its proprietary format and into an HTML document.

Installation

You can install the released version of msglooker from GitHub.

# install.packages("devtools")
devtools::install_github("gadenbuie/msglooker")

How To Use

library(msglooker)

## Run the Shiny app
msg_look_app()

## Or convert a .msg into an .html
msg2html("email.msg", "email.html")

Thanks

Built using the msgxtractor package by Bob Rudis and the base64enc package by Simon Urbanek.

About

A Shiny App to View And Export Outlook Messages

License:Other


Languages

Language:R 70.2%Language:CSS 14.1%Language:JavaScript 12.6%Language:HTML 3.1%