Send and receive email from the command line.
Note: Gmail is the currently supported email provider
Run install.sh in the root repository directory
$ ./install.sh
Location: ~/.pymail
{
"sender": {
"auth": {
"user": "user@gmail.com",
"pass": "password"
}
},
"addressBook": [
{ "name": "Person1", "email": "person1@email.com" },
{ "name": "Person2", "email": "person2@email.com" }
]
}- Inbox:
~/pymail/ - Inbox archive:
~/pymail/archive/ - Outbox:
~/pymail/outbox/ - Outbox sent:
~/pymail/outbox/sent/
$ pymail addressbook
$ pymail