Aplicacion que monitorea una inbox de outlook/hotmail a traves de IMAP y cuando detecta un email con cierto subject y viniendo de una coleccion de direcciones de email conocidas, ejecuta una accion, por ejemplo: encender el server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
rodley82 13ddf7f301 Initial commit from rails new 4 years ago
app Initial commit from rails new 4 years ago
bin Initial commit from rails new 4 years ago
config Initial commit from rails new 4 years ago
db Initial commit from rails new 4 years ago
lib Initial commit from rails new 4 years ago
log Initial commit from rails new 4 years ago
public Initial commit from rails new 4 years ago
storage Initial commit from rails new 4 years ago
test Initial commit from rails new 4 years ago
tmp Initial commit from rails new 4 years ago
vendor Initial commit from rails new 4 years ago
.gitattributes Initial commit from rails new 4 years ago
.gitignore Initial commit from rails new 4 years ago
.ruby-version Initial commit from rails new 4 years ago
Gemfile Initial commit from rails new 4 years ago
Gemfile.lock Initial commit from rails new 4 years ago
README.md Initial commit from rails new 4 years ago
Rakefile Initial commit from rails new 4 years ago
config.ru Initial commit from rails new 4 years ago

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...