Show an email

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

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/Q5FTZD3TW3356XQ5VH6ADUVVWM3MLTSQ/",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/",
    "message_id": "CADq4U7L9NttdBCN04m50kdKhSnfdNy4_Q7mYus8+XeLyHPTZGA@mail.gmail.com",
    "message_id_hash": "Q5FTZD3TW3356XQ5VH6ADUVVWM3MLTSQ",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/Q5FTZD3TW3356XQ5VH6ADUVVWM3MLTSQ/",
    "sender": {
        "address": "minyard (a) acm.org",
        "mailman_id": "59a713764a2e4ccabdcfd85f5b213a94",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/59a713764a2e4ccabdcfd85f5b213a94/emails/"
    },
    "sender_name": "Corey Minyard",
    "subject": "[pacsat-dev] Filesystem code",
    "date": "2023-04-07T16:30:33Z",
    "parent": null,
    "children": [
        "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/Q7BEOH2NFNN2SIIG63IKIKFAM7W2ZZTN/"
    ],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "I have the filesystem code mostly ready.  I changed the configuration\nto use 256 byte block.  It's available in the filesystem branch.\n\nSo I will need a launchpad and a board with MRAM.  My address is:\n\n7406 Wheatfield Rd, Garland, TX 75044\n\nChris, you can test it if you like, too.  I haven't written any tests\nfor anything yet, that needs to be added.\n\nThere is code to automatically mount the filesystem on startup and\nformat the filesystem if it detects corruption.\n\nThere are three new console commands:  mount fs, unmount fs, and format fs.\n\nThe commands are the normal POSIX commands with \"red_\" prefixed,\nred_open(), red_close(), read_read(), etc.\n\nI need to write a README about how this is all set up.\n\n-corey\n",
    "attachments": []
}