Git Product home page Git Product logo

cryptmailstore's Introduction

Name

cryptMailStore

Description

Programm allows the enryption of email in imap mailboxes with GPG.

Its similar to the https://github.com/n0g/arcane project but is written in Perl.

The reason for this project is, I like Perl more than Python and the arcane project did not create PGP encrypted emails which are readable by the android email program r2mail2. cryptMailStore creates pgp mime encrypted and signed messages readable by r2mail2.

Warning

Please be careful when you encrypt emails with cryptMailStore because the unencrypted emails will be deleted from the imap server. Therefore, if you loose your PGP secret key, or you choose the wrong keyid to encrypt with, you loose all access to your emails.

Best practise is to try this software with a submailbox on your imap server with a copy of some of your emails. If everything works fine, use it on your real mailstore.

Still this Software is provided as is without any warranty. I am not repsonsible if your emails are lost or not accessible anymore !

Requirements

Debian

apt-get install libnet-imap-client-perl
apt-get install libmoosex-app-perl
apt-get install libmail-gnupg-perl
apt-get install libterm-progressbar-perl
apt-get install libdatetime-perl

CPAN

cpan -i MooseX::App
cpan -i Net::IMAP::Client
cpan -i Mail::GnuPG
cpan -i MIME::Parser
cpan -i Term::ProgressBar
cpan -i DateTime

Example Usage

 git clone https://github.com/byterazor/cryptMailStore.git
 cd cryptMailStore
 ./cryptMailStore encrypt -server imap.server.de -user username -mailbox INBOX -ssl -sign -unseen --keyid [email protected]

Todo

  • improve documentation
  • create CPAN Module
  • add decryption command
  • add recrypt command
  • add message selection by subject

cryptmailstore's People

Contributors

byterazor avatar

Stargazers

Jason Todd avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.