Remote Control via Email

Controlling a remote machine through email — commands are parsed from a mailbox and dispatched to a client agent, with results returned by mail; a study in building an RPC channel over an unconventional transport.

An email-driven remote-control channel: mailbox polling, command parsing, and a client agent executing on the target machine.