Don't treat application/octet-stream with type=tar special.
[mmh] / man / mhstore.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH MHSTORE %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 mhstore \- store contents of MIME messages into files
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B mhstore
11 .RI [ +folder ]
12 .RI [ msgs ]
13 .RB [ \-file
14 .IR file ]
15 .RB [ \-part
16 .IR number ]
17 \&...
18 .RB [ \-type
19 .IR content ]
20 \&...
21 .RB [ \-auto " | " \-noauto ]
22 .RB [ \-version ]
23 .RB [ \-help ]
24 .ad
25 .SH DESCRIPTION
26 The
27 .B mhstore
28 command allows you to store the contents of a
29 collection of MIME (multi-media) messages into files or other
30 messages.
31 .PP
32 .B mhstore
33 manipulates multi-media messages as specified in
34 RFC\-2045 thru RFC\-2049.
35 .PP
36 By default,
37 .B mhstore
38 will store all the parts of each message.
39 Each part will be store in a separate file.  The header fields of
40 the message are not stored.  By using the
41 .B \-part
42 and
43 .B \-type
44 switches, you may limit the scope of
45 .B mhstore
46 to particular
47 subparts (of a multipart content) and/or particular content types.
48 .PP
49 The option
50 .B \-file
51 .I file
52 directs
53 .B mhstore
54 to use the specified
55 file as the source message, rather than a message from a folder.
56 If you specify this file as \*(lq-\*(rq, then
57 .B mhstore
58 will
59 accept the source message on the standard input.  Note that the
60 file, or input from standard input should be a validly formatted
61 message, just like any other
62 .B nmh
63 message.  It should
64 .B NOT
65 be in mail drop format (to convert a file in mail drop format to
66 a folder of
67 .B nmh
68 messages, see
69 .BR inc (1)).
70 .PP
71 A part specification consists of a series of numbers separated by
72 dots.  For example, in a multipart content containing three parts,
73 these would be named as 1, 2, and 3, respectively.  If part 2 was
74 also a multipart content containing two parts, these would be named
75 as 2.1 and 2.2, respectively.  Note that the
76 .B \-part
77 switch is
78 effective for only messages containing a multipart content.  If a
79 message has some other kind of content, or if the part is itself
80 another multipart content, the
81 .B \-part
82 switch will not prevent
83 the content from being acted upon.
84 .PP
85 A content specification consists of a content type and a subtype.
86 The initial list of \*(lqstandard\*(rq content types and subtypes
87 can be found in RFC\-2046.
88 .PP
89 A list of commonly used contents is briefly reproduced here:
90 .PP
91 .RS 5
92 .nf
93 .ta \w'application  'u
94 Type    Subtypes
95 ----    --------
96 text    plain, enriched
97 multipart       mixed, alternative, digest, parallel
98 message rfc822, partial, external-body
99 application     octet-stream, postscript
100 image   jpeg, gif, png
101 audio   basic
102 video   mpeg
103 .fi
104 .RE
105 .PP
106 A legal MIME message must contain a subtype specification.
107 .PP
108 To specify a content, regardless of its subtype, just use the name
109 of the content, e.g., \*(lqaudio\*(rq.  To specify a specific
110 subtype, separate the two with a slash, e.g., \*(lqaudio/basic\*(rq.
111 Note that regardless of the values given to the
112 .B \-type
113 switch,
114 a multipart content (of any subtype listed above) is always acted
115 upon.  Further note that if the
116 .B \-type
117 switch is used, and it is
118 desirable to act on a message/external-body content, then the
119 .B \-type
120 switch must be used twice: once for message/external-body
121 and once for the content externally referenced.
122 .SS "Storing the Contents"
123 The
124 .B mhstore
125 will store the contents of the named messages in
126 \*(lqnative\*(rq (decoded) format.  Two things must be determined:
127 the directory to store the content, and the filenames.  Files are
128 written in the directory given by the \*(lqnmh-storage\*(rq profile
129 entry, e.g.,
130 .PP
131 .RS 5
132 nmh-storage: /tmp
133 .RE
134 .PP
135 If this entry isn't present,
136 the current working directory is used.
137 .PP
138 If the
139 .B \-auto
140 switch is given, then
141 .B mhstore
142 will check if
143 the message contains information indicating the filename that should
144 be used to store the content.  This information should be specified
145 as the attribute \*(lqname=filename\*(rq in the \*(lqContent-Type\*(rq header
146 for the content you are storing.  For security reasons, this filename
147 will be ignored if it begins with the character '/', '.', '|', or '!',
148 or if it contains the character '%'.  For the sake of security,
149 this switch is not the default, and it is recommended that you do
150 NOT put the
151 .B \-auto
152 switch in your
153 .I \&.mmh/profile
154 file.
155 .PP
156 If the
157 .B \-auto
158 switch is not given (or is being ignored for security
159 reasons) then
160 .B mhstore
161 will look in the user's profile for a
162 \*(lqformatting string\*(rq to determine how the different contents
163 should be stored.  First,
164 .B mhstore
165 will look for an entry of
166 the form:
167 .PP
168 .RS 5
169 mhstore-store-<type>/<subtype>
170 .RE
171 .PP
172 to determine the formatting string.  If this isn't found,
173 .B mhstore
174 will look for an entry of the form:
175 .PP
176 .RS 5
177 mhstore-store-<type>
178 .RE
179 .PP
180 to determine the formatting string.
181 .PP
182 If the formatting string starts with a \*(lq+\*(rq character, then
183 content is stored in the named folder.  A formatting string consisting
184 solely of a \*(lq+\*(rq character is interpreted to be the current
185 folder.
186 .PP
187 If the formatting string consists solely of a \*(lq-\*(rq character,
188 then the content is sent to the standard output.
189 .PP
190 If the formatting string starts with a '|', then the display string
191 will represent a command for
192 .B mhstore
193 to execute which should
194 ultimately store the content.  The content will be passed to the
195 standard input of the command.  Before the command is executed,
196 .B mhstore
197 will change to the appropriate directory, and any
198 escapes (given below) in the display string will be expanded.
199 .PP
200 Otherwise the formatting string will represent a pathname in which
201 to store the content.  If the formatting string starts with a '/',
202 then the content will be stored in the full path given, else the
203 file name will be relative to the value of \*(lqnmh-storage\*(rq or
204 the current working directory.  Any escapes (given below) will be
205 expanded, except for the a-escape.  Note that if \*(lqnmh-storage\*(rq
206 is not an absolute path, it will be relative to the folder that
207 contains the message(s).
208 .PP
209 A command or pathname formatting string may contain the following
210 escapes.  If the content isn't part of a multipart (of any subtype
211 listed above) content, the p-escapes are ignored.
212 .PP
213 .RS 5
214 .nf
215 .ta \w'%P  'u
216 %a      Parameters from Content-type  (only valid with command)
217 %m      Insert message number
218 %P      Insert part number with leading dot
219 %p      Insert part number without leading dot
220 %t      Insert content type
221 %s      Insert content subtype
222 %%      Insert character %
223 .fi
224 .RE
225 .PP
226 If no formatting string is found,
227 .B mhstore
228 will check to see if the content is a message.  If
229 so,
230 .B mhstore
231 will use the value \*(lq+\*(rq.  As a last resort,
232 .B mhstore
233 will use the value \*(lq%m%P.%s\*(rq.
234 .PP
235 Example profile entries might be:
236 .PP
237 .RS 5
238 .nf
239 mhstore-store-text: %m%P.txt
240 mhstore-store-text: +inbox
241 mhstore-store-message/partial: +
242 mhstore-store-audio/basic: | raw2audio -e ulaw -s 8000 -c 1 > %m%P.au
243 mhstore-store-image/jpeg: %m%P.jpg
244 mhstore-store-application/PostScript: %m%P.ps
245 .fi
246 .RE
247 .PP
248 .SS "Reassembling Messages of Type message/partial"
249 .B mhstore
250 is also able to reassemble messages that have been
251 split into multiple messages of type \*(lqmessage/partial\*(rq.
252 .PP
253 When asked to store a content containing a partial message,
254 .B mhstore
255 will try to locate all of the portions and combine
256 them accordingly.  The default is to store the combined parts as
257 a new message in the current folder, although this can be changed
258 using formatting strings as discussed above.  Thus, if someone has
259 sent you a message in several parts (such as the output from
260 .BR sendfiles ),
261 you can easily reassemble them all into a single
262 message in the following fashion:
263 .PP
264 .RS 5
265 .nf
266 % mhlist 5-8
267  msg part  type/subtype             size description
268    5       message/partial           47K part 1 of 4
269    6       message/partial           47K part 2 of 4
270    7       message/partial           47K part 3 of 4
271    8       message/partial           18K part 4 of 4
272 % mhstore 5-8
273 reassembling partials 5,6,7,8 to folder inbox as message 9
274 % mhlist 9
275  msg part  type/subtype             size description
276    9       application/octet-stream 118K
277              (extract with uncompress | tar xvpf -)
278              type=tar
279              conversions=compress
280 .fi
281 .RE
282 .PP
283 This will store exactly one message, containing the sum of the
284 parts.  It doesn't matter whether the partials are specified in
285 order, since
286 .B mhstore
287 will sort the partials, so that they
288 are combined in the correct order.  But if
289 .B mhstore
290 can not
291 locate every partial necessary to reassemble the message, it will
292 not store anything.
293 .RE
294 .SS "External Access"
295 For contents of type message/external-body,
296 \fImhstore\fR supports these access-types:
297 .PP
298 .IP \(bu 4
299 afs
300 .IP \(bu 4
301 anon-ftp
302 .IP \(bu 4
303 ftp
304 .IP \(bu 4
305 local-file
306 .IP \(bu 4
307 mail-server
308 .PP
309 For the \*(lqanon-ftp\*(rq and \*(lqftp\*(rq access types,
310 .B mhstore
311 will look for the \*(lqnmh-access-ftp\*(rq
312 profile entry, e.g.,
313 .PP
314 .RS 5
315 nmh-access-ftp: myftp.sh
316 .RE
317 .PP
318 to determine the pathname of a program to perform the FTP retrieval.
319 This program is invoked with these arguments:
320 .PP
321 .RS 5
322 .nf
323 domain name of FTP-site
324 username
325 password
326 remote directory
327 remote filename
328 local filename
329 \*(lqascii\*(rq or \*(lqbinary\*(rq
330 .fi
331 .RE
332 .PP
333 The program should terminate with an exit status of zero if the
334 retrieval is successful, and a non-zero exit status otherwise.
335 .SS "User Environment"
336 Because the display environment in which
337 .B mhstore
338 operates may vary for
339 different machines,
340 .B mhstore
341 will look for the environment variable
342 .BR $MHSTORE .
343 If present, this specifies the name of an additional
344 user profile which should be read.  Hence, when a user logs in on a
345 particular machine, this environment variable should be set to
346 refer to a file containing definitions useful for that machine.
347 Finally,
348 .B mhstore
349 will attempt to consult one other additional
350 user profile, e.g.,
351 .PP
352 .RS 5
353 %etcdir%/mhn.defaults
354 .RE
355 .PP
356 which is created automatically during
357 .B nmh
358 installation.
359
360 .SH FILES
361 .fc ^ ~
362 .nf
363 .ta \w'%etcdir%/ExtraBigFileName  'u
364 ^$HOME/.mmh/profile~^The user profile
365 ^$MHSTORE~^Additional profile entries
366 ^%etcdir%/mhn.defaults~^System default MIME profile entries
367 .fi
368
369 .SH "PROFILE COMPONENTS"
370 .fc ^ ~
371 .nf
372 .ta 2.4i
373 .ta \w'ExtraBigProfileName  'u
374 ^Path:~^To determine the user's mail storage
375 ^Current\-Folder:~^To find the default current folder
376 ^nmh-access-ftp:~^Program to retrieve contents via FTP
377 ^nmh-storage~^Directory to store contents
378 ^mhstore-store-<type>*~^Template for storing contents
379 .fi
380
381 .SH "SEE ALSO"
382 mhbuild(1), mhlist(1), mhshow(1), sendfiles(1)
383
384 .SH DEFAULTS
385 .nf
386 .RB ` +folder "' defaults to the current folder"
387 .RB ` msgs "' defaults to cur"
388 .RB ` \-noauto '
389
390 .SH CONTEXT
391 If a folder is given, it will become the current folder.  The last
392 message selected will become the current message.
393
394 .SH BUGS
395 Partial messages contained within a multipart content are not reassembled.