Skip to content

typomedia/pruneimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pruneimap - Remove empty imap folders

Go Reference Go Report Card

pruneimap is a command line tool to remove empty folders from an IMAP server.

Usage

pruneimap [OPTIONS]

Options

-s, --server  string   IMAP server address
-p, --port    int      IMAP server port (default 993)
-u, --user    string   IMAP user name
-w, --pass    string   IMAP user password
-d, --dry               dry run
-h, --help              print help information

Example

pruneimap --server imap.example.com --user [email protected] --pass secret --dry

Help

pruneimap -h

Build

make build

Copyright © 2023 Typomedia Foundation. All rights reserved.

About

Remove empty imap folders

Resources

License

Stars

Watchers

Forks

Packages

No packages published