Skip to content
README.md 334 B
Newer Older
Michael Krause's avatar
Michael Krause committed
#### What
Analyze imap mailbox folder sizes.

Michael Krause's avatar
Michael Krause committed
Careful though, this script will fetch **all** of your emails to work on servers not supporting the QUOTA feature.

Michael Krause's avatar
Michael Krause committed
#### Setup

```
mkvirtualenv -p $(which python3) imapsize
pip install -r requirements.txt
```

#### How

```
workon imapsize
python imapsize.py mail.mpib-berlin.mpg.de
```