├── .gitignore ├── LICENSE ├── README.md ├── email-manage-free.py └── email-manage-pro.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvojcik/iredmail-cli/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvojcik/iredmail-cli/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvojcik/iredmail-cli/HEAD/README.md -------------------------------------------------------------------------------- /email-manage-free.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvojcik/iredmail-cli/HEAD/email-manage-free.py -------------------------------------------------------------------------------- /email-manage-pro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvojcik/iredmail-cli/HEAD/email-manage-pro.py --------------------------------------------------------------------------------