Skip to content

maxd/temp-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

temp-mail

Ruby client for temp-mail.ru

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('[email protected]')

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

Contributing

  1. Fork it ( https://github.com/maxd/temp-mail/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

Ruby client for temp-mail.ru

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages