Module Premailer::Adapter::Hpricot
In: lib/premailer/adapter/hpricot.rb

Hpricot adapter

Methods

Public Instance methods

Merge CSS into the HTML document. @return [String] HTML.

Converts the HTML document to a format suitable for plain-text e-mail.

If present, uses the <body> element as its base; otherwise uses the whole document.

@return [String] Plain text.

Gets the original HTML as a string. @return [String] HTML.

[Validate]