I wanted a simple mail client that would handle all the mail I receive from various accounts and ran across Sup. Impressivly simple and very nicely done in a console application.
Here are the steps I took to get Sup both reading mail in my Gmail account and sending mail out via my Gmail account on my Arch workstation;
- Installed Yaourt
- Installed Ruby and Rubygems via Yaourt
- Installed VI via Yaourt
- yaourt -Sy vim vim-colorstamplerpack
- Installed sSMTP via Yaort
- Setup sSMTP following this Wiki Entry
- Installed Chronic (a date parser, dependency of Sup) via the Ruby Gems tool
- Downloaded the latest Tarball of Sup, unpacked it into /tmp and installed it via the Gems
- My ~/.sup/sources.yaml file looks like this;
steven ~/.sup $ cat sources.yaml
---
- !masanjin.net,2006-10-01/Redwood/IMAP
uri: imaps://imap.gmail.com:993
username: myaccount@gmail.com
password: mygmailpassword
cur_offset: 12117761440000842
usual: true
archived: false
id: 1
labels:
- gmail
- !masanjin.net,2006-10-01/Redwood/SentLoader
cur_offset: 555
- !masanjin.net,2006-10-01/Redwood/DraftLoader
cur_offset: 0
I found this guide very helpful for Sup
Enjoy!
ps; Man does posting from this HTML interface suck rocks. Gotta get some sorta MS Live Writer going.