Show an email

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

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/KVO5QA4UNY3TEYKSGTRVX6T4YTEOTXGB/?format=api",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/?format=api",
    "message_id": "[email protected]",
    "message_id_hash": "KVO5QA4UNY3TEYKSGTRVX6T4YTEOTXGB",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/KVO5QA4UNY3TEYKSGTRVX6T4YTEOTXGB/?format=api",
    "sender": {
        "address": "bstrick (a) N5BRG.COM",
        "mailman_id": "953542c988dd4c549175bb02a8a6a1ed",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/953542c988dd4c549175bb02a8a6a1ed/emails/?format=api"
    },
    "sender_name": "Bob Stricklin",
    "subject": "[pacsat-dev] Re: Digipeater",
    "date": "2024-03-21T16:00:42Z",
    "parent": null,
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "This all sounds very cool.\r\n\r\nI will do some testing.\r\n\r\nBob\r\n\r\nOn Mar 21, 2024, at 10:55 AM, Chris Thompson via pacsat-dev <[email protected]> wrote:\r\n\r\n\r\nI have pushed version X0.2c to main.  This includes the Digipeater.\r\n\r\nYou can check the status of the digipeater with:\r\nget status\r\n\r\nYou can turn it on and off from the console with:\r\nopen digi\r\nshut digi\r\n\r\nYou can send a ground command from the version 0.46f of pacsat ground, which can be downloaded here:\r\nhttps://www.g0kla.com/pacsat/\r\n\r\nThe digipeater requires the via callsign to equal the callsign as setup in the code.  To simplify that I now print the callsigns at boot into the console.\r\n\r\nI tested this with UISS, but would appreciate other tests.\r\n\r\nThe digi is on or off for all receiver channels.  We probably want to be able to turn it on for just one of them, so I have reserved 4 bytes in MRAM to hold some mode bits for each receiver channel.  We can then configure a channel to be command only, or to optionally support broadcast, uplink or digi packets.  The bytes are there but the rest of the code and commands needs to be written.  Given I inserted new bytes you will need to run pre flight init or maybe even init new proc.\r\n\r\nWith that said, I won't be able to make the meeting tonight due to a clash with another meeting.  Send questions or comments here via email.  We can also discuss next time.\r\n\r\n73\r\nChris\r\n\r\n--\r\nChris E. Thompson\r\[email protected]<mailto:[email protected]>\r\[email protected]<mailto:[email protected]>\r\n\r\n-----------------------------------------------------------\r\n\r\npacsat-dev mailing list -- [email protected]\r\nView archives of this mailing list at https://mailman.amsat.org/hyperkitty/list/[email protected]\r\nTo unsubscribe send an email to [email protected]\r\nManage all of your AMSAT-NA mailing list preferences at https://mailman.amsat.org\r\n\n\n",
    "attachments": [
        {
            "email": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/KVO5QA4UNY3TEYKSGTRVX6T4YTEOTXGB/?format=api",
            "counter": 2,
            "name": "attachment.html",
            "content_type": "text/html",
            "encoding": "utf-8",
            "size": 4092,
            "download": "https://mailman.amsat.org/hyperkitty/list/[email protected]/message/KVO5QA4UNY3TEYKSGTRVX6T4YTEOTXGB/attachment/2/attachment.html"
        }
    ]
}