Skip to content

Temp-Mail-API/Ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

temp-mail

Ruby client for temp-mail.org

Usage

Get available domain names

require 'temp/mail'

client = Temp::Mail::Client.new
p client.available_domains

Get incoming e-mails

require 'temp/mail'

client = Temp::Mail::Client.new
p client.incoming_emails('monkey9000@flurred.com')

Here is Temp Mail API specification. It describe all fields of e-mail objects in incoming list.

Contributing

  1. Fork it ( https://github.com/Temp-Mail-API/Ruby/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages