- Inheritance
-
< Object
Classes for MIME message handling. Should be put somewhere else! Tried
using the ‘tmail’ module but found that I needed something
lighter in weight.
Classes & Modules
Constants
Name |
|
Description |
MultipartContentType |
= 'multipart/\w+' |
|
Attributes
Name |
Visibility |
R/W |
Description |
headers |
public |
R |
|
parts |
public |
R |
|
Methods
Class
Visibility |
Signature |
public |
new () |
public |
parse (head, str) |
Instance
Class Method Detail
new()
parse(head, str)
Instance Method Detail
add_attachment(attach)
add_part(content)
boundary()
close()
content_str()
has_parts?()
headers_str()
parse(head, str)
root()
to_s()