Searches for long e-mails in GMail though IMAP.
Go to file
Ricardo Henrique Gracini Guiraldelli 88d40171ed Merge branch 'lucasdemarchi-master' 2015-03-07 17:45:03 +01:00
README Rename program to "Big e-Mails Hunter" 2011-02-07 23:31:13 -02:00
beh.py Merge branch 'master' of https://github.com/lucasdemarchi/beh into lucasdemarchi-master 2015-03-07 17:44:42 +01:00

README

The "Big e-Mails Hunter" application connects to your IMAP account and
searches for e-mails larger than a specified size (in megabytes). It is an
(geek) alternative to http://www.findbigmail.com/ .

The script is written in Python using, solely, the standard language library
[http://docs.python.org/library/] and the IMAP standard
[http://tools.ietf.org/html/rfc3501].

Of course this script can be improved... and you are invited to do it!
(I almost forgot: it is BSD licensed.)