mail_room
Forward mail from gmail IMAP to a callback URL or job worker, simply
Install
- All systems
-
curl cmd.cat/mail_room.sh
- Debian
-
apt-get install ruby-mail-room
- Ubuntu
-
apt-get install ruby-mail-room
- Arch Linux
-
pacman -S gitlab
- Kali Linux
-
apt-get install ruby-mail-room
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-mail-room
- Raspbian
-
apt-get install ruby-mail-room
- Dockerfile
- dockerfile.run/mail_room
ruby-mail-room
Forward mail from gmail IMAP to a callback URL or job worker, simply
mail_room is a configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received. Examples of delivery methods include: POST to a delivery URL (Postback) Queue a job to Sidekiq or Que for later processing (Sidekiq or Que) Log the message or open with LetterOpener (Logger or LetterOpener)
gitlab
git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. Unlike the official package from GitLab Inc., this package does not use omnibus.