Show an email

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

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/PSXA4RH4J4ZWVUSZINFF2RVRO6CZTCD6/",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/",
    "message_id": "CAGD5MUGO_+9S1aMOc8tYhGSF7aPE81fn2cU6dzrt60BLJuGbBg@mail.gmail.com",
    "message_id_hash": "PSXA4RH4J4ZWVUSZINFF2RVRO6CZTCD6",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/PSXA4RH4J4ZWVUSZINFF2RVRO6CZTCD6/",
    "sender": {
        "address": "zryder94 (a) gmail.com",
        "mailman_id": "6e1fbabbea4b435c8d11571bfdfe2daa",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/6e1fbabbea4b435c8d11571bfdfe2daa/emails/"
    },
    "sender_name": "Mike Thompson",
    "subject": "[amsat-bb] FalconSat 3 iGate using rPi and pymultimonaprs?",
    "date": "2017-10-03T16:37:38Z",
    "parent": null,
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "I am running a terrestrial APRS iGate from my house using a Comet GP-15\ntri-band vertical.\nRF is fed into an RTL-SDR, connected to my raspberry pi. I am currently\nusing pymultimonaprs to make this all happen, and in Marco Kubon's tutorial\n(http://www.kubonweb.de/?tag=rtl-sdr) he says it's possible to catch the\nISS APRS frames by changing the RTL section of the config file.\nDoes anyone know if I can add in a 3rd frequency to capture FalconSat3\npackets?\nDoes this look reasonable?\n\n proc_src = subprocess.Popen(\n                                        ['rtl_fm', '-f',\nstr(int(self.config['rtl']['freq'] * 1e6)), '-f', '145825000', '-f',\n'435103000', '-s', '22050',\n                                        '-p%s' %\nstr(self.config['rtl']['ppm']), '-g', str(self.config['rtl']['gain']),\n'-l', '10',\n                                        '-E', 'offset' if\nself.config['rtl'].get('offset_tuning', False) else 'none',\n                                        '-d',\nstr(self.config['rtl'].get('device_index', 0)), '-'],\n                                        stdout=subprocess.PIPE,\nstderr=open('/dev/null')\n\nThanks!\n",
    "attachments": []
}