Giter Club home page Giter Club logo

alp's Introduction

Alp, a text-mode email client

Alp is a text-mode email client. It is written in Ruby and it uses the standard Ruby Curses API for text rendering. Alp works on mailboxes on the local filesystem for speed. Use offlineimap, for example, to synchronize your local mailbox with an IMAP server.

Installation

You need Ruby and RubyGems to run Alp. You can either use your operating system specific Ruby package or install rbenv on your machine:

https://github.com/sstephenson/rbenv#installation

To install offlineimap:

$ yum install offlineimap

Example offlineimap configuration file looks like this:

$ cat $HOME/.offlineimaprc 
[general]
accounts = Personal

[Account Personal]
localrepository = localhost
remoterepository = remote

[Repository localhost]
type = Maildir
localfolders = ~/Mail/Personal

[Repository remote]
remotehost = mail.example.com
remoteuser = penberg
ssl = yes
type = IMAP
realdelete = no

To install msmtp:

$ yum install msmtp

Example msmtp configuration file looks like this:

$ cat $HOME/.msmtprc 
account default
host smtp.gmail.com
port 587
tls on
tls_trust_file /etc/pki/tls/cert.pem
auth on
user [email protected]
from [email protected]

To install required gems:

$ bundle install

To fetch email from IMAP server:

$ offlineimap

To launch the email client:

$ ./bin/alp Personal

To send email:

$ cat mail | msmtp -t

Screenshots

alt text

License

Copyright © 2012-2014 Pekka Enberg

Alp is distributed under the MIT license.

alp's People

Contributors

penberg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alp's Issues

Use offlineimap configuration

Alp has hard-coded mailbox naming convention which only works on my machine. We should parse offlineimap configuration files to make alp work out-of-the-box.

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.