Tag: MUTT The ultimate email client

  • MUTT – encrypting password with GNUpg

    To encrypt password with mutt, we will be using GNUpg, install it : For Debian based : $ sudo apt-get install gnupg gnupg-agent For RPM based : $ sudo yum install gnupg gnupg-agent after installing it you need to generate an encryption key by using following. gpg –gen-key Select appropriate options. Enter you name, email…

  • MUTT – The Ultimate Mailing Client

    Mutt is a small but very powerful text-based mail client for Unix operating systems. The current stable public release version is 1.4.2.3; the current development release version is 1.5.21. For more information, refer : http://mutt.org First of all, Download Needed files. Next, Installing Mutt. for Debian based : $ sudo apt-get install mutt urlview for…