Class

SOAP::MIMEMessage

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

Visibility Signature
public add_attachment (attach)
public add_part (content)
public boundary ()
public close ()
public content_str ()
public has_parts? ()
public headers_str ()
public parse (head, str)
public root ()
public to_s ()

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()