Skip to content

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

License

Notifications You must be signed in to change notification settings

obourdon/imap_folders_size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ LOGNAME=myemail-without-the@free.fr ./imap_folders_size.py

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages