Skip to content

gadenbuie/msglooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published