Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bakkdoor/cryptmail
Simple encryption mail-robot written in Ruby
https://github.com/bakkdoor/cryptmail
Last synced: 1 day ago
JSON representation
Simple encryption mail-robot written in Ruby
- Host: GitHub
- URL: https://github.com/bakkdoor/cryptmail
- Owner: bakkdoor
- License: gpl-3.0
- Created: 2014-01-31T13:55:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T13:55:28.000Z (almost 11 years ago)
- Last Synced: 2023-04-11T18:18:12.035Z (over 1 year ago)
- Language: Ruby
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
--------------------------------------------------------
cryptmail - Simple encryption mail-robot written in Ruby
(C) 2009 Christopher Bertels ([email protected])
--------------------------------------------------------cryptmail is a simple encryption (GnuPG) encryption mail-robot.
It is written in Ruby and licensed under the terms of the GNU GPL v3.
For more information have a look at the LICENSE file.-------------
INSTALLATION:
-------------To install & use cryptmail you need the Ruby language installed:
e.g. on Debian based Systems:$ apt-get install ruby
You'll also need some third-party libraries, available through RubyGems,
Ruby's packaging system:$ apt-get install rubygems
Install the TMail gem:
$ gem install tmail
Now you can run cryptmail:
$ ruby /path/to/cryptmail/bin/cryptmail
Also, make sure, you've configured the config file (config.yaml)
in cryptmails base directory (in our example: /path/to/cryptmail/config.yaml).