Mac Categories

MPK 1.2


MPK MPK - Free and simple MIME packaging utility

System Requirememts
Mac OS X
Download Details
Company Antoni Sawicki
Version 1.2
Post Date May 08, 2009
License GPL
File Size 33 KB
There are no screenshots

MPK 1.2


MPK - Free and simple MIME packaging utility
MPK is a simple MIME packaging utility. Unlike mpack and mmencode from metamail it allows you to encode multiple attachments in to a single mail message.

You specify attachment filenames on the command line and optionaly (with -m) provide a text message on the standard input (use the < operator to get it from a file). A base64 encoded multipart message stream is produced to the standard output.

Please note: mpk is purely a back-end tool. You can use it simply by running: mpk *.jpg | sendmail recipient@domain.com. To be able to specify a subject etc. you will need to produce a full SMTP header yourself and send it all together to your local MTA (eg. sendmail).