Show an email

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

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/Q7BEOH2NFNN2SIIG63IKIKFAM7W2ZZTN/",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/",
    "message_id": "CADq4U7+NtBFsS8fR5sS3VVN-Lgazh1EJkm2Y_2MMmYOKUhs+Vw@mail.gmail.com",
    "message_id_hash": "Q7BEOH2NFNN2SIIG63IKIKFAM7W2ZZTN",
    "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] Re: Filesystem code",
    "date": "2023-04-07T16:41:44Z",
    "parent": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/Q5FTZD3TW3356XQ5VH6ADUVVWM3MLTSQ/",
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "I should say that I rewrote the mram and nonvol code quite a bit to\nimprove the abstraction.  All the code dealing directly with the MRAMs\nis in the mram.c file, all the mram test interfaces now use the mram\nnumber, not the SPI device, the partitions are handled in the mram.c\nfile, and I renamed the type enums because the statistics code\nshouldn't care about where the data is stored.\n\nThe mram test code now runs on the filesystem partition, so if you run\nthat test you need to unmount the filesystem first and format it\nafter.\n\nIt's not perfect, but I think it's better than it was.\n\n-corey\n\nOn Fri, Apr 7, 2023 at 11:30 AM Corey Minyard <[email protected]> wrote:\n>\n> I have the filesystem code mostly ready.  I changed the configuration\n> to use 256 byte block.  It's available in the filesystem branch.\n>\n> So I will need a launchpad and a board with MRAM.  My address is:\n>\n> 7406 Wheatfield Rd, Garland, TX 75044\n>\n> Chris, you can test it if you like, too.  I haven't written any tests\n> for anything yet, that needs to be added.\n>\n> There is code to automatically mount the filesystem on startup and\n> format the filesystem if it detects corruption.\n>\n> There are three new console commands:  mount fs, unmount fs, and format fs.\n>\n> The commands are the normal POSIX commands with \"red_\" prefixed,\n> red_open(), red_close(), read_read(), etc.\n>\n> I need to write a README about how this is all set up.\n>\n> -corey\n",
    "attachments": []
}