Class: TMail::Mail

Inherits:
Object
  • Object
show all
Defined in:
lib/mapi/convert/note-tmail.rb

Overview

there is some Msg specific stuff in here.

Instance Method Summary collapse

Instance Method Details

#quoted_body=(str) ⇒ Object



11
12
13
14
# File 'lib/mapi/convert/note-tmail.rb', line 11

def quoted_body= str
	body_port.wopen { |f| f.write str }
	str
end