munpack(1)


NAME

   munpack - unpack messages in MIME or split-uuencode format

SYNOPSIS

   munpack [ -f ] [ -q ] [ -t ] [ -C directory ] [ filename ...  ]

DESCRIPTION

   The  munpack program reads each RFC-822 message filename and writes all
   non-text MIME parts or split-uuencoded files as files.  If no  filename
   argument is given, munpack reads from standard input.

   If  the message suggests a file name to use for the imbedded part, that
   name is cleaned of potential problem characters and used for the output
   file.   If the suggested filename includes subdirectories, they will be
   created as necessary.  If the message does not suggest a file name, the
   names "part1", "part2", etc are used in sequence.

   If  the  imbedded  part  was  preceded  with  textual information, that
   information is also written to a file.  The file is named the  same  as
   the imbedded part, with any filename extension replaced with ".desc".

OPTIONS

   -f     Force  overwriting  of  existing files.  If a message suggests a
          file name of an existing file, the  file  will  be  overwritten.
          Without  this  flag,  munpack  appends ".1", ".2", etc to find a
          nonexistent file.

   -q     Be quiet.  Suppresses messages about saving partial messages and
          about messages with no interesting information.

   -t     Also  write  the text MIME parts of multipart messages as files.
          By default, text parts that do not have a filename parameter  do
          not  get unpacked.  This option effectively disables the ".desc"
          file feature for MIME messages.

   -C directory
          Change the current directory to  directory  before  reading  any
          files.  This is useful when invoking munpack from a mail or news
          reader.

DECODING MIME

   To decode a MIME message, first save it to a text file.   If  possible,
   save  it with all headers included.  Munpack can decode some MIME files
   when the headers are missing  or  incomplete,  other  files  it  cannot
   decode  without  having  the  information  in the headers.  In general,
   messages which have a statement at the beginning that they are in  MIME
   format  can  be  decoded without the headers.  Messages which have been
   split into multiple parts generally require all headers in order to  be
   reassembled and decoded.

   Some  LAN-based mail systems and some mail providers (including America
   Online, as of the writing of this document) place the mail  headers  at
   the  bottom  of  the message, instead of at the top of the message.  If
   you are having problems decoding a MIME message on such a  system,  you
   need  to convert the mail back into the standard format by removing the
   system's nonstandard headers and moving the standard  Internet  headers
   at the top of the message (separated from the message body with a blank
   line).

   There must be exactly one message per file.  Munpack cannot  deal  with
   multiple  messages in a single file, to decode things correctly it must
   know when one message ends and the next one begins.

   To decode a message, run the command:

          munpack file

   where "file" is the name of the file containing the message.  More than
   one  filename  may be specified, munpack will try to decode the message
   in each file.  For more information on ways to  run  munpack,  see  the
   section "OPTIONS" above.

ENVIRONMENT

   TMPDIR Directory to store temporary files.  Default is /var/tmp.

FILES

   $TMPDIR/m-prts-$USER/
          Directory used to store partial messages awaiting reassembly.

                                                                MUNPACK(1)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.