nugu 0.2 ALPHA released
nugu 0.2 ALPHA has been released. In this release, documentation is added in Unix man page form. Also this release checks that Python version 2.2 or greater is being used.
Yummy.
nugu 0.2 ALPHA has been released. In this release, documentation is added in Unix man page form. Also this release checks that Python version 2.2 or greater is being used.
nugu 0.1 ALPHA is released!
imap_query = (UNSEEN UNDELETED)
imap_query = (OR FROM notorious@big.com FROM tupac@forlife.com UNSEEN UNDELETED)
UNSEEN
orpop_query = <header> <value> ... <header> <value>
<header>
is an email header field such as From
, To
, or Subject
and <value>
is a target value to search for.pop_query = From maryj@blige.com To acid-jazz@ucsd.edu Subject "blinging yo"
pop_query = UNSEEN
Debating whether to make the added support for POP3, knowing full well how ubiquitous it is. Problem with that is the fact that POP3 servers AFAIK do not support server-side search which is what IMAP has. Damned. Also need to figure out a licensing scheme for
nugu
which will probably be GPL.
nugu
is a utility that scans an IMAP mail account for new messages (or by some other search criteria) that are then relayed in abbreviated form to your cell phone.
nugu
is written in Python and is intended to be run periodically via a cron job on a Unix system. It is still being developed but 90% of the functionality is there. So now it's all about slogging through the remaining 10% ...