pymailq icon indicating copy to clipboard operation
pymailq copied to clipboard

Simple mails queue management

Results 7 pymailq issues
Sort by recently updated
recently updated
newest added

``` # pqshell Loading mails queue content to store Traceback (most recent call last): File "/usr/local/bin/pqshell", line 4, in __import__('pkg_resources').run_script('pymailq==0.9.0', 'pqshell') File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 654, in run_script self.require(requires)[0].run_script(script_name, ns) File...

attempted to use pyqmail only to discover that the qid regex check was failing to parse our logs due to 17 character qid. we apparently send a shit ton of...

It would be useful to add proper logging to the whole pymailq project. This will simplify the tracking of operations and the debugging. A fine control of debug level may...

Pymailq objects lack of proper `__str__` and `__repr__` methods. See also: https://stackoverflow.com/questions/1436703/difference-between-str-and-repr-in-python

Actual selection sub-commands only take a single value. It would be useful to select on multiple values with an 'OR' condition. Example: > select senders user-1 user-2 > select status...

enhancement

The select command actually supports filtering on few known fields (sender, status, etc.). It would be great to be able to filter on any field present in mail headers.

enhancement

It would be nice to allow interaction to remote host with a configurable command. An option --remote could be user to pass the user@host (for ssh at least).

enhancement