Show an email

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

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/O3UQNICLIXTYGQ7GZ6JVJ2W7XP4RZXUW/",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/",
    "message_id": "[email protected]",
    "message_id_hash": "O3UQNICLIXTYGQ7GZ6JVJ2W7XP4RZXUW",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/O3UQNICLIXTYGQ7GZ6JVJ2W7XP4RZXUW/",
    "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 for pacsat",
    "date": "2022-11-10T01:14:08Z",
    "parent": null,
    "children": [
        "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/G7ACXS3JMUMBZRDISKI63J25DTHP3YEB/"
    ],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "I've started a google doc with questions about requirements and some\ninfo.  These are things to thing about.  You should be able to comment\non the file.\n\nhttps://docs.google.com/document/d/1zwUKF2Fvk-0GLdPCOtbPxN6IyA6w_4HPR1ILC6wLCpo/edit?usp=sharing\n\nI'll also paste it in here, maybe that's easier to work with.\n\nFilesystem for Pacsat\n\nDoes it need to be hierarchical?\n\nRobust in the event of failures and errors\n* Does it need data integrity (as an option?) or just metadata integrity?\n* File system checking?\n* Journaling?\n* Any sort of atomicity requirement?\n* Checksums on data/metadata?\n* Memory scrubbing?\n\nPerformance requirements?\n\nAny security/authentication requirements?\n\nBlock oriented?  Are there any non-block oriented filesystems?\n\nPerhaps a database would be a better choice?\n\n\nSome existing filesystems:\n\nhttps://github.com/littlefs-project/littlefs\n\nhttps://github.com/joembedded/JesFs\n\nhttps://github.com/NVSL/linux-nova\n\n",
    "attachments": []
}