Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::BodyTypeMessageクラス

class Net::IMAP::BodyTypeMessage

クラスの継承リスト: Net::IMAP::BodyTypeMessage < Struct < Enumerable < Object < Kernel < BasicObject

Abstract

Net::IMAP::BodyTypeMessage represents MESSAGE/RFC822 body

structures of messages.

インスタンスメソッド

body

Returns an object giving the body structure.

And Net::IMAP::BodyTypeMessage has all methods of Net::IMAP::BodyTypeText.

content_id
description
disposition
encoding
envelope

Returns a Net::IMAP::Envelope giving the envelope structure.

extension
language
lines

Returns the size of the body in text lines.

And Net::IMAP::BodyTypeText has all methods of Net::IMAP::BodyTypeBasic.

md5
media_subtype

obsolete. use #subtype instead.

media_type
multipart?

Returns false.

param
size
subtype

Methods

Classes