Class: ExtendedEmailReplyParser::Parsers::HtmlMails

Inherits:
Base
  • Object
show all
Defined in:
lib/extended_email_reply_parser/parsers/html_mails.rb

Instance Attribute Summary

Attributes inherited from Base

#text

Instance Method Summary collapse

Methods inherited from Base

add_quote_header_regex, #except_in_visible_block_quotes, #hide_everything_after, #initialize, quote_header_regexes, #remove_empty_lines_between_block_quote_lines, subclasses

Constructor Details

This class inherits a constructor from ExtendedEmailReplyParser::Parsers::Base

Instance Method Details

#parseObject



4
5
6
7
8
# File 'lib/extended_email_reply_parser/parsers/html_mails.rb', line 4

def parse
  except_in_visible_block_quotes do
    hide_everything_after ["<div name=\"quote\""]
  end
end