Skip to content

cpackham/imapdu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NAME

imapdu - prints a per folder summary of disk usage on an IMAP server.

SYNOPSIS

imapdu [options] server

OPTIONS

-h, --help show help message and exit
--tls Use a secure connection (SSL)
--port PORT Port to connect to (default: 143 or 993)
--user USER IMAP username
--csv Produce CSV output
--human-readable Print sizes in human readable format
--no-human-readable

INSTALLATION

Unix/Linux:

sudo python3 setup.py install

Unix/Linux (single user):

python3 setup.py install --user --install-scripts ~/bin

Other:

python3 setup.py install

About

Disk usage calculator for IMAP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages