Method: Message#plain_text_content_from_message
- Defined in:
- lib/helpers/mail2wiki-helper.rb
#plain_text_content_from_message(id) ⇒ Object
26 27 28 |
# File 'lib/helpers/mail2wiki-helper.rb', line 26 def ( id ) @imap.fetch( id, 'BODY[1]' ).first.attr['BODY[1]'].from_quoted_printable end |