Show an email

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

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/EMKZRWJBX45PYWFYMRB234MH2Y46D4JZ/",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/",
    "message_id": "CADq4U7KfSjsmmiokh5ruOMH_sYQtGeig_i38=FbwrRp18MYdrg@mail.gmail.com",
    "message_id_hash": "EMKZRWJBX45PYWFYMRB234MH2Y46D4JZ",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/EMKZRWJBX45PYWFYMRB234MH2Y46D4JZ/",
    "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] AX.25 code",
    "date": "2023-05-05T01:16:43Z",
    "parent": null,
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "My code for AX.25 is part of the gensio library.  The individual files are at:\n\nhttps://github.com/cminyard/gensio/blob/master/lib/gensio_ax25.c\n\nhttps://github.com/cminyard/gensio/blob/master/lib/gensio_ax25_addr.c\n\nThe gensio library is a whole framework for all kinds of stream and\npacket I/O.  But you should be able to pull out the middle of the file\nthat has the state machine, pretty much unmodified, and use it.\n\nOne thing that might be more interesting is I documented a bunch of\nbugs in the spec in the comments at the top of the gensio_ax25.c file.\n\nAnyway, it's available if you want it.  I'd be willing to split out\nthe state machine if you wanted something that was individually\nmaintainable.\n\n-corey\n",
    "attachments": []
}