pymail

Command-line email client

Stars
12

pymail

Send and receive email from the command line.

Note: Gmail is the currently supported email provider

Setup

Run install.sh in the root repository directory

$ ./install.sh

Configuration

Location: ~/.pymail

{
  "sender": {
    "auth": {
      "user": "[email protected]",
      "pass": "password"
    }
  },
  "addressBook": [
    { "name": "Person1", "email": "[email protected]" },
    { "name": "Person2", "email": "[email protected]" }
  ]
}

Significant directories

  • Inbox: ~/pymail/
  • Inbox archive: ~/pymail/archive/
  • Outbox: ~/pymail/outbox/
  • Outbox sent: ~/pymail/outbox/sent/

Usage

List addressbook contents

$ pymail addressbook

Send and receive email

$ pymail