Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 519 Bytes

imap_folders_size

List all IMAP folders with size in number of messages and size in bytes

To use, followthe instructions hereafter:

# Create Python virtual environment
$ python3 -m venv ~/.venvs/imap
# Activate this environment
$ . ~/.venvs/imap/bin/activate
# Install Python packages requirements
$ pip3 install -r requirements.txt
# Optionally update pip3
$ python3 -m pip install --upgrade pip
# Run the program using the proper email account
$ [email protected] ./imap_folders_size.py