Show an email

GET /hyperkitty/api/list/[email protected]/email/6YIJKPUDEUMLZXLJCLMEEILHD6F2FBZ7/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/6YIJKPUDEUMLZXLJCLMEEILHD6F2FBZ7/",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/",
    "message_id": "[email protected]",
    "message_id_hash": "6YIJKPUDEUMLZXLJCLMEEILHD6F2FBZ7",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/6YIJKPUDEUMLZXLJCLMEEILHD6F2FBZ7/",
    "sender": {
        "address": "bill (a) brconnect.com",
        "mailman_id": "2072c2d854754f0894f4b8053f17fa7b",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/2072c2d854754f0894f4b8053f17fa7b/emails/"
    },
    "sender_name": "Bill Reed",
    "subject": "[pacsat-dev] Pacsat ver 0.1e update",
    "date": "2023-08-05T14:00:31Z",
    "parent": null,
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "I upgraded my pacsat test hardware to software version 0.1d.  It didn't \nrun.  I discovered that the software was hanging up when it tried to \ninitialize the i2c temp sensor.  That is new in 0.1d.  In \ntroubleshooting with Chris and Burns we discovered that the calls to the \ni2c initialization code were misplaced.  That was fixed and uploaded to \ngithub as version 0.1e.\n\nVersion 0.1e runs on my test hardware but gives an i2c error message \nevery time it attempts to read the temp.  This could be a hardware fault \non my test hardware.  I have checked the temp sensor and all pins seem \nto be correctly connected and connectivity of the SDL and SCA lines with \nthe TMS570 board is OK.  I will be connecting the temp sensor to a \nraspberry pi and running tests on that component.\n\nIn order to continue to use the test hardware I have commented out \nline191 in TelemAndControlTask.c which simply reports an error by \ncalling debug_print().  Entering 'get temp' on the pacsat console still \nshows the error message.\n\nI'm having too much fun!!\n\nBill\n\n",
    "attachments": []
}