mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / imapquota.mdwn
1 [[imapquota.py]] is a [[Python]] script that checks the space
2 remaining in an [IMAP][] mail account using [imaplib][].
3
4     $ imapquota -s imap.mail.drexel.edu xyz12@drexel.edu
5     Password:
6     Used 92693 of 102400 KB
7     90.5 percent
8
9 [IMAP]: http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol
10 [imaplib]: http://docs.python.org/library/imaplib.html
11
12 [[!tag tags/bash]]
13 [[!tag tags/programming]]