Ruby client for temp-mail.ru
require 'temp/mail'
client = Temp::Mail::Client.new
p client.available_domains
require 'temp/mail'
client = Temp::Mail::Client.new
p client.incoming_emails('[email protected]')
Here is Temp Mail API specification. It describe all fields of e-mail objects in incoming list.
- Fork it ( https://github.com/maxd/temp-mail/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request