GETPART is a www4mail command for selecting one or more parts of a split document that should be returned to you. Example: GETPART 3, 4 7-9 The above command would return only parts 3 4 7, 8, and 9 of the file or document after splitting. Note that the default is to send you all parts of a split file or document. When a mail message is larger than the specicifed value of GETSIZE or 307200, it is automatically cut into several mails each not larger than the specified value (or 307200). GETPART can be used in conjunction with GETSIZE to return a section of a large file. Note that the file is split and each part is MIME or UUENCODED encoded separately before mailing. The following commands are recommended for recombining split sections of a binary file after decoding and saving each part as a separate binary file. MS-DOS or WINDOWS or SIMILAR operating system(s): copy /b file_xxx.001+file_xx.002+...+file_xxx.014 file.xxx Linux or other Unix or similar operating system(s): cat file_xxx.001 file_xxx.002 ... file_xxx.014 > file.xxx Other operating system(s): You can use a binary copy program or a binary editor to join the separate parts. SEE ALSO help getsize help mime help split help xuuencode IMPORTANT If you have difficulties with MIME encoding of split sections, please try requesting for UUENCODED sections. Most operating systems provide a means of combining files in binary mode.