Skip to content

mwalker/smail-mime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for smail-mime

SMail::MIME is an extention of the SMail gem to handle MIME encoded email. It is based on Perl's Email::MIME.

It implements the minimal functions to enable the easy creation or parsing of a MIME email message that conforms to the relevant RFCs.

It is still a work in progress and the interface may change.

Download & Install

sudo gem install mwalker-smail-mime --source http:https://gems.github.com

Synopsis

email = SMail::MIME.new(text)

from_header = email.header("From")
received = email.headers("Received")

email.header_set("From", "[email protected]")

old_body = email.body
email.body = "Hello World!\nMatthew"

print email.to_s

Contributors

SMail::MIME is maintained by Matthew Walker [email protected]

Contributors include:

Pete Yandell

Thanks to the Perl Email Project's Email::MIME

About

A simple MIME email parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages