Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

Uuencode and Uudecode in Mail

REVIEW

Before the development of the MIME standard a common way to include attachments within an email message was to transform 8bit data format into a 7bit US-ASCII text format using the uuencode command.

To decode the attachment you need to use the uudecode command. This command can be applied to the whole mail message and it will find the relevant sections and extract the encoded attachments into the files they specify. One way to effect this is to save the mail message to a file (say message.uu), then do:

  $ uuencode message.uu

Warning: You may want to do this in a temporary directory to deal with the potential of uuencode overwritting pre-existing files.


Support further development by purchasing the PDF version of the book.
Other online resources include the Data Science Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © Togaware Pty Ltd. . Creative Commons ShareAlike V4.