Command-line program using Testmail.app API to see inbox more readably.
Install packages by pip.
$ pip install -r requirements.txtEdit the json file which contains api key and namespace of your Testmail.app account.
{
"myAccount": {
"apiKey" : "your api key",
"namespace" : "your namespace"
}
}# No tag
$ python testmail-helper.py
# With tag
$ python testmail-helper.py --tag your_tagINBOX:
----------------------------------
From: dynle
Subject: Example
Time: 2023-00-00 00:00:00
Testmail.app Tag: example
Content:
sample text
----------------------------------
...