Computer Science
showpartial(1) showpartial(1)
NAME
showpartial - Fetch and display the body of a mail message
that is included by reference
SYNOPSIS
showpartial file id partnum totalnum
DESCRIPTION
The showpartial program will squirrel away the body of a
MIME-format message that is of type "message/partial" for
later use. When it is called on the last piece, it will
put the pieces together and call metamail to display the
full message. It is intended to be called by metamail via
a mailcap entry like the following:
message/partial; showpartial %s %{id} %{number} %{total}
The parts are squirrelled away on /tmp, which means that
/tmp can fill up if you never get the remaining parts.
When the message is finally displayed, via metamail, the
parts are all discarded, and the user is asked whether or
not to delete the file containing the entire message.
SEE ALSO
metamail(1)
COPYRIGHT
Copyright (c) 1991 Bell Communications Research, Inc.
(Bellcore)
Permission to use, copy, modify, and distribute this mate-
rial for any purpose and without fee is hereby granted,
provided that the above copyright notice and this permis-
sion notice appear in all copies, and that the name of
Bellcore not be used in advertising or publicity pertain-
ing to this material without the specific, prior written
permission of an authorized representative of Bellcore.
BELLCORE MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR
SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE. IT IS PRO-
VIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
AUTHOR
Nathaniel S. Borenstein, Bellcore
Release 1 1
Back to the index