Project

geekmail

0.0
No commit activity in last 3 years
No release in over 3 years
This is meant to be used with Geektool to display the number of emails in your inbox that you need to handle
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.5.1
>= 0
 Project Readme

geekmail¶ ↑

Small ruby script that checks the count of emails in your IMAP inbox.

To install, please run

gem install geekmail

followed by adding a geek shell script like:

echo "`geekmail` unhandled emails"

The script needs a configuration for your email server. Please add a ~/.geekmail.conf file (with correct permissions) that looks something like this:

config: host: imap.gmail.com port: 993 username: YOUR_EMAIL password: YOUR_PASSWORD

Troubleshooting tip: As geektools does not have the same value for $PATH as your shell, you might need to add some extra paths to your geektool shell command. In my case I also had to export the GEM_PATH. I ended up with the following command:

export GEM_PATH=/usr/local/Cellar/gems/1.8;
export PATH=$PATH:/usr/local/bin:/Users/seb/.gem/ruby/1.8/bin;
echo "`geekmail` unhandled emails"

Contributing to geekmail¶ ↑

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Commit and push until you are happy with your contribution

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2010 Sebastian. See LICENSE.txt for further details.