Skip to content

disembl/email-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

email-parser

A small email parser in Ruby, completed for a 30 minute coding challenge.

To use, simply run:

ruby parser.rb filename flag

filename is just a file of raw email data

flag options are:

-t <- prints the recipient (to)
-f <- prints the sender (from)
-d <- prints the date (date)
-b <- prints the message body (body)
-s <- prints the message subject (subject)
-a <- prints everything (all)

About

A small email parser in Ruby, completed for a 30 minute coding challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages