python-mailcow icon indicating copy to clipboard operation
python-mailcow copied to clipboard

Python wrapper interacting with MailCow API

Results 4 python-mailcow issues
Sort by recently updated
recently updated
newest added

Ubuntu: 20.04 Python: 3.8 Version: fresh git+https://github.com./derJD/python-mailcow.git (python-mailcow-1.0.5.dev4+g802abec) Imho I was trying: `mailcow domain get --all --fields 'domain_name'` expecting to receive a list with all domain names only. The result...

Currently, `ssl_verify` and `timeout` are being read only from the `globals` constants. Read them from the config file, using `globals` if the config file does not include the setting. When...

A little correction to the copy-paste error on each example of functions in __init_.py

mailcow alias get --all Traceback (most recent call last): File "/home/phil/mailcowpython/bin/mailcow", line 8, in sys.exit(main()) File "/home/phil/mailcowpython/lib/python3.9/site-packages/mailcow/cli.py", line 78, in main tables = moo.as_table(vertical=args.vertical) File "/home/phil/mailcowpython/lib/python3.9/site-packages/mailcow/__init__.py", line 251, in as_table...