Skip to content

Instantly share code, notes, and snippets.

@hqhoang
hqhoang / osticket-imap-monitor
Last active May 15, 2019 15:31
OSTicket IMAP monitor with IDLE
Modified the imap-monitor script from https://gist.github.com/shimofuri/4348943 for Python3,
not using eventlet, just IMAPClient and requests (installed with pip)
This version is specifically for OSTicket, it grabs the email as-is and post to OSTicket,
so that tickets can be generated from emails ASAP.