method
post
rails latest stable - Class:
ActionMailbox::Relayer
post(source)private
No documentation available.
# File actionmailbox/lib/action_mailbox/relayer.rb, line 54
def post(source)
client.post uri, source,
"Content-Type" => CONTENT_TYPE,
"User-Agent" => USER_AGENT,
"Authorization" => "Basic #{Base64.strict_encode64(username + ":" + password)}"
end