Method: Mandrill::Messages#parse
- Defined in:
- lib/mandrill/api.rb
#parse(raw_message) ⇒ Hash
Parse the full MIME document for an email message, returning the content of the message broken into its constituent pieces
1081 1082 1083 1084 |
# File 'lib/mandrill/api.rb', line 1081 def parse() _params = {:raw_message => } return @master.call 'messages/parse', _params end |