Program emaildecode convert the email body from quoted-printable to plain
text.
Usage,
emaildecode <file>
The emaildecode accept single file as input, read its content, decode the
body based on Content-Transfer-Encoding, and then print each body to
standard output.