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

class Net::IMAP::BodyTypeText

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

Abstract

Net::IMAP::BodyTypeText represents TEXT body structures of messages.

インスタンスメソッド

content_id
description
disposition
encoding
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