#ifndef RCSLOG
# $Log: EnclosureDB,v $
# Revision 1.34  1998/04/08 19:48:47  ankan
# Added netscape as a browser for HTML enclosures and got rid of the 1.31.1 branch. This (1.34) is now the latest.
#
# Revision 1.31.1.3  1997/05/27  02:23:53  neumann
# Added Types from SMTP gateway, and Office 97 types
#
# Revision 1.31.1.2  1997/03/28  19:52:46  neumann
# Fix typo (or bad copy) in SMTP synonym for IGES (had uu instead of quote)
#
# Revision 1.31.1.1  1997/03/24  03:33:55  neumann
# Added SMTP synonyms to the original version of the DB file,
# to lay the groundwork for migration.  (Note that this version
# does not yet redefine the primary SMTP headers - it defines the
# new/correct headers as synonyms.  The previous version will
# actually become the final version of the DB file.)
#
# Revision 1.31  1996/12/24  18:06:06  neumann
# Add description of customer arc of OID - this allows
# customers to assign their own object identifiers.
#
# Revision 1.30  1996/11/26  15:57:03  neumann
# Added new types from TeamLinks 2.7, made sure extensions are all
# present.
#
# Revision 1.29  1996/07/30  20:50:51  neumann
# Added a boodle of PC formats
#
#
# Revision 1.28  1996/04/03  21:45:14  armstead
# Add/modify entries for PBM, MimeAudio, TextIso8859-1, and XWD.
#
# Revision 1.27  1995/11/17  14:38:08  armstead
# Inserted required field seperator in HarvardGraphicsStyle TYPE entry.
#
# Revision 1.26  1995/11/03  18:00:47  armstead
# Corrected OIDs and MNEMONICs for TYPES added by Per's MIME changes.
#
#
# Revision 1.24  1995/10/27  15:13:24  dahl
# Change the TNEF OID (but may have to change it again).
#
# Revision 1.23  1995/10/20  14:30:24  dahl
# Added an entry for TNEF.
#
# Revision 1.22  1995/10/13  19:35:16  armstead
# Merge of Per's MIME modifications and r1.21.
#
# Revision 1.21  1995/08/22  15:24:12  bantis
# Populated with suffixes from TL V2.5 tlformat.ini.
#
# Revision 1.20  1995/05/11  19:18:42  zman
# Added TeamLinks Address Template and TeamLinks Query File
#
# Revision 1.19  1995/03/18  17:50:28  armstead
# This nullifies r1.18; the bogus OID added in the revision was
# deemed to be an unacceptable risk.
#
# Revision 1.17  1995/02/06  22:12:26  zman
# Added tags for TeamLinks PAB and TeamLinks script
#
# Revision 1.16  1995/01/06  22:01:53  mansur
# dmwu ipr 933 - change Windows Bitmap tag from BMP to BITMAP - to match
# bodypart register (KOALA::EME$LIB:[MTA]IPMS-BODYPART-REGISTER.TXT)
#
# Revision 1.15  1994/10/18  19:54:59  bbaker
# Added new view view for IA5Text at command line.
#
# Revision 1.14  1994/06/08  15:56:12  bbaker
# Added uuencode to EncapsPostscript and KeywordCOM
#
# Revision 1.13  1994/06/08  14:10:01  bbaker
# Added SMPT header information that was missing from the following:
# KeywordCOM, EncapsPostscript, DistributionList and MicrosoftPowerPoint4.0
# The code requires that SMTP head information be there or the type is not
# properly defined, causing problems when used.
#
# Revision 1.12  1994/06/07  15:33:05  bbaker
# Shortened LotusNotes type name
#
# Revision 1.11  1994/06/07  13:00:08  bbaker
# Added LotusNotes type for IPR 608
#
# Revision 1.10  1994/02/23  19:57:09  cheryl
# WINWORD3, WINWORDDOT3, RTF3 updated to correct WINWORD6, WINWORDDOT6, RTF6
#
# Revision 1.9  1994/02/20  19:07:21  cheryl
# ipr 321 & 390 - enable all DEC types, fix oids, add new types, modif preferred types, etc
#
# Revision 1.8  1994/01/21  10:26:21  armstead
# Cgd. ifdef RCSLOG to ifndef RCSLOG so docpp can remove RCS log entries.
#
# Revision 1.7  94/01/10  02:19:53  cheryl
# updated with ipms_bodypart_register.txt from MIG - complete overhaul
# 
# Revision 1.6  1993/11/23  23:49:03  cheryl
# Added types for IFT testing of tagged bodyparts - not the final version
#
# Revision 1.5  1993/10/21  20:39:54  schulert
# add dxvdoc for postscript on ALPHA_OSF
#
# Revision 1.4  1993/05/21  23:22:57  cheryl
# EXTERNALLY_DEF ( no params ) for GIF, X Bitmap comment, and WordPerfect example
#
# Revision 1.3  1993/04/21  15:17:07  holohan
# Alpha osf port
#
# Revision 1.2  1993/03/26  18:56:57  schulert
# add Log
#
#endif
## /usr/kits/MAILworks/Enclosures/DB  Version 1.0
## MAILworks Enclosure ( also known as Bodypart, Attachment, or File ) Type
## Definitions, with viewers, editors, converters, importers, and exporters

##
## SECTION I: EDITORS & VIEWERS FOR VARIOUS TYPES BUILT INTO MAILWORKS
## -------------------------------------------------------------------------
##
## Editors and viewers may have additional attributes declared for them
## that control
##
## - whether they can be used with X only, on terminals only, or both
## - whether they are the default viewer/editor in the command line version
## - whether they are to be invoked immediately without user action (this
##   applies to both CL and X versions)
##
## To specify X only, use the word "X".  To specify terminal only, specify
## "TTY".  If you specify neither, then the viewer/editor being defined is
## assumed to be usable in either context.
##
## To specify that a viewer/editor should be the default in the CL version,
## use the word "DEFAULT".
##
## To specify that a viewer/editor should be invoked without asking the user
## (in the CL version) or should be invoked immediately upon reading a message
## (in the X version) use the word "IMMEDIATE".  You cannot specify both
## "IMMEDIATE" and "DEFAULT".

EDITOR xvi PlainText
	xterm -e vi $i

VIEWER xvi PlainText
	xterm -e vi $i

DEFAULT TTY VIEWER more PlainText
	more $i

TTY VIEWER cat PlainText
	cat $i

TTY VIEWER vi PlainText
	vi $i

DEFAULT TTY EDITOR vi PlainText
	vi $i

TTY EDITOR cat PlainText
	cat >$i

IMMEDIATE TTY VIEWER cat Signature
	cat $i

DEFAULT TTY VIEWER more IA5Text
	more $i

## The "Forwarded Message" type in MAILworks has the special property that
## it's exported form is the standard ASCII RFC-822 representation.
## Therefore you can declare external viewers and editors for this type
## using plaintext tools such as vi and more.

DEFAULT TTY VIEWER more "Forwarded Message"
	more $i

DEFAULT TTY EDITOR vi "Forwarded Message"
	vi $i

## Note that you can use the built-in plaintext viewer in MAILworks to view
## forwarded messages, in addition to the built-in message viewer.  Normally
## forwarded messages have no immediate viewer, so that you must select a
## viewer from the menu in order to see the message.  You may make an external
## viewer be "immediate" as described above (e.g. replace "DEFAULT" with
## "IMMEDIATE" on the more or vi viewers defined just above).  If you want
## one of the internal viewers to be immediate, you can do that as well.
## Two additional features make this possible:
##
## - you can override the properties of a previously defined viewer such
##   as an internal one.  You do this by simply giving the definition again,
##   except that you omit the external command when you override it.  Using
##   this feature, you could get the internal message viewer to be immediate
##   by saying:
##
##   IMMEDIATE X VIEWER "MAILworks Message Viewer" "Forwarded Message"
##
## - you can specify a viewer for one type as the default or immediate viewer
##   for a _different_ type.  In this case, a conversion will be applied 
##   prior to invoking the viewer.  This can be used for both built-in and 
##   external viewers, but it cannot be used for editors, since conversions 
##   are not currently supported in connection with editors.
##   For example, if you want forwarded messages to always be displayed 
##   immediately using the built-in text viewer, you would use the following:
##
##   IMMEDIATE X VIEWER FOR "Forwarded Message" "MAILworks Text" PlainText
##
## When working with viewer and editor definitions, remember that a viewer or
## editor is a _pair_ of type-name and viewer-name (or editor-name).  This
## means that a viewer for two different types can have the same viewer-name,
## but they are seen by MAILworks as distinct and unrelated viewers.  A 
## specific viewer can only be specified by giving both the type-name and 
## the viewer-name.

## Viewers for reports and receipts.  There are no built-in converters for
## these, but their exported form is text, so we just define cat for them
##
IMMEDIATE TTY VIEWER cat "Delivery Report"
	cat $i
IMMEDIATE TTY VIEWER cat "Receipt Acknowledgement"
	cat $i


##
## SECTION II: TYPE & PTYPE DEFINITIONS FOR EXTENSIBLE BODYPART TYPES
## -----------------------------------------------------------------------
##
## Type definitions ( TYPE and PTYPE keywords ) are in alphabetical order
## for ease of use.  Some types are more applicable to Motif users and some
## are more applicable to DEC MAILworks pc client users ( DEC MAILworks for
## MSDOS, Teamlinks(TM) for Windows, and Teamlinks(TM) for Macintosh(R) ).
##
## The following is the syntax of what follows the TYPE keyword:
##   Type   Default Data  SMTP     Needs      X.400      File    Magic
##   Name   Object Id     Header   Encoding   IPM Type   Suffix  Number
##
## The following is the syntax of what follows the PTYPE keyword ( only
## use if the type requires X.400 Externally Defined Bodypart parameters ):
##  Type    Default Data  Parameter  SMTP     Needs     X.400     File    Magic
##  Name    Object Id     Object Id  Header   Encoding  IPM Type  Suffix  Number
##
## All optional fields can be entered as "-" to get their default value
## ( or left out completely to default all remaining fields in the
## definition ).  The optional fields and their defaults are:
##      Needs Encoding: T
##      X.400IPM Type:  EXTERNALLY_DEF
##      File Suffix:    none
##      Magic Number:   none
##
## The DATA_OID_SYNONYMS keyword must follow the type definition it refers 
## to.  Such synonyms may be necessary for interoperability with other mail 
## systems ( eg. Poste, Teamlinks(TM), DEC MAILworks for VMS server, etc. ).
##
## The MNEMONIC keyword must also follow the type definition it refers to.
## It is only used by the pc clients and must match the type found in the 
## pc client bodypart table.
## 
## The NEEDS_TEXT_PROCESSING must also follow the type definition it refers
## to.  The flag is only used by the pc clients.  If present, it will 
## result in the MAILworks compatibility server adding <CR><LF>s to the end 
## of each line of bodypart data before passing the data to the pc client 
## application.  If this flag isn't present for a given type, the bodypart
## data is considered binary data so no <CR><LF>s will be inserted.  Please
## see the applicable word processor documentation to help you decide whether
## to set this falg or not.
##
## To enable or disable the types available at your site, you need to
## uncomment ( remove the "#" from ) or comment out ( add a "#" to the
## beginning of ) the lines associated with each type.  This includes
## the TYPE or PTYPE definition, DATA_OID_SYNONYMS, MNEMONIC,
## NEEDS_TEXT_PROCESSING, etc.  All lines beginning with "##" ( two pound
## signs ) are comment lines and should be left alone.
##
## NOTE:
##	Do to the fact that multiple object identifiers for a given bodypart
##	type may have been registered by various mail products, it is sometimes
##	hard to achieve complete interoperability with other mail systems
##	( eg. Poste, Teamlinks(TM), DEC MAILworks for VMS server, as well as
##	all non-Digital products ).
##
##	This database has taken a first step towards better interoperability
##	by allowing the definition of multiple object identifiers for each
##	bodypart type.
##
##	In addition, the Digital preferred Data Object Identifier and the
##	Digital preferred Mnemonic for each type are included as defaults in
##	this database.  Where applicable, other known mnemonics have been noted.
##
##	To achieve interoperability with other mail products, you need to
##	make sure all of the mail products agree on the definition of a given
##	bodypart type.  This almost always means the Data Object Identifier
##	must match.  For pc clients, this may also mean the Mnemonic must match.
##	Re-configuring a bodypart table of one or more mail products may be
##	necessary to achieve such interoperability.  For reference, an
##	explanation of how the DEC MAILworks for OSF server processes
##	bodyparts is included here:
##
##	    When sending a message from a pc client ( Teamlinks(TM), DEC
##	    MAILworks for MS-DOS ), the type definition found in the pc client
##	    bodypart table must match the type definition found in this
##	    database.  The server first searches for a match on the Default
##	    Data Object Id.  If that fails, the DATA_OID_SYNONYMs are searched.
##	    The MNEMONIC is searched last.
##
##	    Upon delivering a message, only the object id found in the bodypart
##	    is matched against this database since the MNEMONIC isn't stored
##	    with the bodypart.
##
##	    When a pc client reads a message, the server passes the Default
##	    Data Object Id and the MNEMONIC to the client to be matched against
##	    the pc client bodypart table.
##
##	    When a Poste client reads a message, the server passes the Default
##	    Data Object Id to the client.  Therefore, the Poste enclosures
##	    database must have this object id registered.  Note that synonyms
##	    are not allowed by Poste.
##
## Digital has created a branch of the tree of Object Identifiers for use
## by customers to identify types that have not been registered by Digital.
## The stem of this branch is 2B0C028773050A.  The first 127 customer-
## registered types can be created by appending 2 hex digits in the range
## 00 through 7F to the stem listed above.  Be aware that the rules
## for constructing ASN.1 Object Identifiers are complex, and cannot
## be described simply here.  Do not attempt to assign types beyond 127
## unless you understand those rules.
##
## Please see the DEC MAILworks Administration Guide for further details
## and explanations.
##

## TeamLinks script
TYPE TLSCRIPT 2B0C02877305018172 "TeamLinks Script" - - .TLS

## TeamLinks PAB
TYPE TLPAB 2B0C02877305018170 "Digital TeamLinks Personal Address Book" - - .DAT
MNEMONIC TLPAB

## TeamLinks Address Template
TYPE TLADDRTMPL 2B0C02877305018173 "Digital TeamLinks Address Template" - - .DAT
MNEMONIC TLADDRTMPL

## TeamLinks Query File
TYPE TLQUERY 2B0C02877305018171 "Digital TeamLinks Query File" - - .TLQ
MNEMONIC TLQUERY

## 20/20 Spreadsheet
TYPE 20/20Spreadsheet 2B0C02877305016D "20/20Spreadsheet uuencode" - - .S20
MNEMONIC S2020
SMTP_SYNONYMS "uuencode 20/20Spreadsheet"

## Adobe Illustrator Document
TYPE AdobeIllustrator 2B0C02877305018149 "AdobeIllustrator uuencode" - - .AI
MNEMONIC EPSP
SMTP_SYNONYMS "uuencode AdobeIllustrator"

## Abobe Illustrator File
TYPE AdobeIllustratorFile 2B0C0287730501831B "AdobeIllustratorFile uuencode" - - .AI
MNEMONIC AI
SMTP_SYNONYMS "uuencode AdobeIllustratorFile"

TYPE AdobePhotoshop 2B0C02877305018228 "AdobePhotoshop uuencode"
MNEMONIC PhotoShop
SMTP_SYNONYMS "uuencode AdobePhotoshop"

## Adobe Photoshop Bitmap
TYPE AdobePhotoshopBitmap 2B0C02877305018326 "AdobePhotoshopBitmap uuencode" - - .PSD
MNEMONIC PSD
SMTP_SYNONYMS "uuencode AdobePhotoshopBitmap"

TYPE AdobePortableDoc 2B0C02877305018177 "AdobePortableDoc uuencode" - - .PDF
MNEMONIC PDF
SMTP_SYNONYMS "uuencode AdobePortableDoc"

## AIFF Format Sound
TYPE AIFFFormatSound 2B0C02877305018331 "uuencode AIFFFormatSound" - - .AIF
MNEMONIC AIFF

## ALL-IN-1 Personal Dictionary
TYPE ALL-IN-1Dictionary 2B0C028773050137 "ALL-IN-1Dictionary" F - .LGP
MNEMONIC DICTIONARY
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT ALL-IN-1Dictionary"

##  Animated Cursor
TYPE  AnimatedCursor 2B0C0287730501831A "AnimatedCursor uuencode" - - .ANI
MNEMONIC ANI
SMTP_SYNONYMS "uuencode AnimatedCursor"

## Application Registration File
TYPE AppRegistration 2B0C02877305018268 "AppRegistration uuencode" - - .REG
MNEMONIC REG
SMTP_SYNONYMS "uuencode AppRegistration"

## ARC Compressed Archive
TYPE ARCArchive 2B0C0287730501824E "ARCArchive uuencode" - - .ARC
MNEMONIC ARC
SMTP_SYNONYMS "uuencode ARCArchive"

TYPE ARJArchive 2B0C0287730501821E "ARJArchive uuencode" 
MNEMONIC ARJ
SMTP_SYNONYMS "uuencode ARJArchive"

## Arts & Letters Format
TYPE Arts&Letters 2B0C02877305018125 "Arts&Letters uuencode"
MNEMONIC ALF
SMTP_SYNONYMS "uuencode Arts&Letters"

## AttachMate Quick Start File
TYPE AttachMateQuickStart 2B0C02877305018252 "AttachMateQuickStart uuencode" - - .QEP
MNEMONIC QEP
SMTP_SYNONYMS "uuencode AttachMateQuickStart"

## AttachMate Irma Session File
TYPE AttachMateIrmaSession 2B0C02877305018253 "AttachMateIrmaSession uuencode" - - .SES
MNEMONIC SES
SMTP_SYNONYMS "uuencode AttachMateIrmaSession"

## AttachMate Irma Configuration file
TYPE AttachMateIrmaConfig 2B0C02877305018254 "AttachMateIrmaConfig uuencode" - - .EMU
MNEMONIC EMU
SMTP_SYNONYMS "uuencode AttachMateIrmaConfig"

## AttachMate KEA! 340 Session Layout File
TYPE KEASessionLayout 2B0C02877305018255 "KEASessionLayout uuencode" - - .KT1
MNEMONIC KT1
SMTP_SYNONYMS "uuencode KEASessionLayout"

## AttachMate KEA! 340 Session File
TYPE KEASession 2B0C02877305018256 "KEASession uuencode" - - .KTC
MNEMONIC KTC
SMTP_SYNONYMS "uuencode KEASession"

## AttachMate KEA! 340 Macro
TYPE KEAMacro 2B0C02877305018257 "KEAMacro uuencode" - - .KTM
MNEMONIC KTM
SMTP_SYNONYMS "uuencode KEAMacro"

TYPE AtomicMail 2B0C02877305018212 "AtomicMail uuencode"
MNEMONIC AtomicMail
SMTP_SYNONYMS "uuencode AtomicMail"

## Sun AU Format Sound
TYPE SunAUFormat 2B0C02877305018332 "uuencode SunAUFormat" - - .AU
MNEMONIC AU

TYPE AutoCad 2B0C0287730501821F "AutoCad uuencode" - - .DXF
MNEMONIC AutoCad
SMTP_SYNONYMS "uuencode AutoCad"

## Is the following really different from the above?
# AutoDesk AutoCAD File
TYPE AutoDeskAutoCad 2B0C02877305018235 "AutoDeskAutoCad uuencode" - - .DXF
MNEMONIC DXF
SMTP_SYNONYMS "uuencode AutoDeskAutoCad"
#PegasusType=Autocad-drawing

## MS-DOS Batch File
TYPE MSDOSBatch 2B0C02877305018262 "MSDOSBatch" F - .BAT
MNEMONIC BAT
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT MSDOSBatch"

TYPE Big5Chinese 2B0C02877305018163 "Big5Chinese uuencode"
MNEMONIC BIG5
SMTP_SYNONYMS "uuencode Big5Chinese"
NEEDS_TEXT_PROCESSING

TYPE Canvas 2B0C02877305018220 "Canvas uuencode"
MNEMONIC CANVAS
SMTP_SYNONYMS "uuencode Canvas"

TYPE ClarisWorks 2B0C02877305018221 "ClarisWorks uuencode"
MNEMONIC Claris
SMTP_SYNONYMS "uuencode ClarisWorks"

## CMUWMRaster
#TYPE CMUWMRaster  2A864886F70F0311 "CMUWMRaster uuencode" T
#VIEWER xloadimage CMUWMRaster
#       xloadimage -quiet $i
#CONVERTER CMUWMRaster MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "uuencode CMUWMRaster"

## Computer Graphics Metafile
TYPE CGM 2B0C028773050130 "CGM uuencode" - - .CGM
DATA_OID_SYNONYMS 2A864886F70F0331
MNEMONIC CGM
SMTP_SYNONYMS "uuencode CGM"

## OS/2 Metafile
TYPE OS/2Metafile 2B0C0287730501831C "OS/2Metafile uuencode" - - .MET
MNEMONIC MET
SMTP_SYNONYMS "uuencode OS/2Metafile"

## Comma Separated Values
TYPE CommaSeparatedValues 2B0C028773050132 "CommaSeparatedValues" F - .CSV
MNEMONIC CSV
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT CommaSeparatedValues"

## A compressed text type, mainly for demo purposes.  Illustrates
## import and export without "flattening".  Exercise for the reader:
## explain why there is no VIEWER needed.  Another exercise for the
## reader: make a compressed text type in which the _external_ files
## are compressed and the _internal_ ones are clear.  Use a magic
## number for these.
#TYPE CompressedText 2A864886F70F0308 "COMPRESS uuencode" T
#IMPORTER
#	compress -f <$i >$o
#EXPORTER
#	uncmprs $i $o
#EDITOR xvi CompressedText
#	xterm -e vi $i
#CONVERTER CompressedText PlainText
#	mv $i $o

## Windows Configuration Settings
TYPE WindowsINI 2B0C02877305018263 "WindowsINI" F - .INI
MNEMONIC INI
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT WindowsINI"

## Control Panel Extension
TYPE ControlPanelExtension 2B0C0287730501825F "ControlPanelExtension uuencode" - - .CPL
MNEMONIC CPL
SMTP_SYNONYMS "uuencode ControlPanelExtension"

## Convergent Technologies DEFComm Format
TYPE ConvergentTechDEFComm 2B0C028773050116 " uuencode" - - .DEF
MNEMONIC CD

## Corel Draw
TYPE CorelDraw 2B0C028773050171 "CorelDraw uuencode" - - .CDW
MNEMONIC CDW
SMTP_SYNONYMS "uuencode CorelDraw"

## Corel PerfectFit QuickArt NameSpace
TYPE CorelPerfectFit 2B0C02877305018325 "uuencode CorelPerfectFit" - - .QAD
MNEMONIC QAD

## Corel Photo-Paint Bitmap
TYPE CorelPhotoPaint 2B0C02877305018327 "uuencode CorelPhotoPaint" - - .CPT
MNEMONIC CPT

## Corel Presentations 7 Master
TYPE CorelPres7Master 2B0C02877305018320 "CorelPres7Master uuencode" - - .MST
MNEMONIC MST
SMTP_SYNONYMS "uuencode CorelPres7Master"

## Corel Presentations 7 Quick File Runtime
TYPE CorelPres7Quick 2B0C02877305018322 "CorelPres7Quick uuencode" - - .PQF
MNEMONIC PQF
SMTP_SYNONYMS "uuencode CorelPres7Quick"

## Corel Presentations 7 Runtime
TYPE CorelPres7Run 2B0C02877305018323 "CorelPres7Run uuencode" - - .PQW
MNEMONIC PQW
SMTP_SYNONYMS "uuencode CorelPres7Run"

## Corel Presentations 7 Palette
TYPE CorelPres7Palette 2B0C02877305018324 "CorelPres7Palette uuencode" - - .PRC
MNEMONIC PRC
SMTP_SYNONYMS "uuencode CorelPres7Palette"

## Corel Presentations Show
TYPE CorelPresentation 2B0C0287730501827F "CorelPresentation uuencode" - - .SHW
MNEMONIC SHW
SMTP_SYNONYMS "uuencode CorelPresentation"

## Corel Quattro Pro 5.0 Notebook
TYPE QuattroPro5.0 2B0C02877305018306 "QuattroPro5.0 uuencode" - - .WB1
MNEMONIC WB1
SMTP_SYNONYMS "uuencode QuattroPro5.0"

## Corel Quattro Pro 6.0 Notebook
TYPE QuattroPro6.0 2B0C02877305018307 "QuattroPro6.0 uuencode" - - .WB2
MNEMONIC WB2
SMTP_SYNONYMS "uuencode QuattroPro6.0"

## Corel Quattro Pro 7 Notebook
TYPE QuattroPro7.0 2B0C0287730501831E "QuattroPro7.0 uuencode" - - .WB3
MNEMONIC WB3
#PegasusType=QuattroPro7
SMTP_SYNONYMS "uuencode QuattroPro7.0"

## Corel Corel Envoy 7 Document
TYPE CorelEnvoy 2B0C0287730501831F "CorelEnvoy uuencode" - - .EVY
MNEMONIC EVY
SMTP_SYNONYMS "uuencode CorelEnvoy"

## Quattro Pro for DOS Notebook
TYPE QuattroProDOS 2B0C0287730501830A "QuattroProDOS uuencode" - - .WQ1
MNEMONIC WQ1
SMTP_SYNONYMS "uuencode QuattroProDOS"

## Quattro Pro 5.0 for DOS Notebook
TYPE QuattroProDOS5.0 2B0C0287730501830B "QuattroProDOS5.0 uuencode" - - .WQ2
MNEMONIC WQ2
SMTP_SYNONYMS "uuencode QuattroProDOS5.0"

## CPT Comm Format
TYPE CPTComm 2B0C028773050121 "CPTComm uuencode"
MNEMONIC PF
SMTP_SYNONYMS "uuencode CPTComm"

## Data General CDS
TYPE DataGeneralCDS 2B0C02877305011A "DataGeneralCDS uuencode"
MNEMONIC DG
SMTP_SYNONYMS "uuencode DataGeneralCDS"

## Data General CEOwrite
TYPE DataGeneralCEOwrite 2B0C028773050118 "DataGeneralCEOwrite uuencode" - - .CEO
MNEMONIC CW
SMTP_SYNONYMS "uuencode DataGeneralCEOwrite"

## Data Interchange Format
TYPE DataInterchangeFormat 2B0C028773050138 "DataInterchangeFormat uuencode" - - .DIF
MNEMONIC DIF
SMTP_SYNONYMS "uuencode DataInterchangeFormat"

## CDA Document Interchange format
TYPE DDIF 2B0C8773010301 "DDIF uuencode" - - .DDF
MNEMONIC DDIF
SMTP_SYNONYMS "uuencode DDIF"

## CDA Generic Text format
TYPE CDAText  2B0C8773010304 "TEXT CDAText" F - .TXT
MNEMONIC CDAText
NEEDS_TEXT_PROCESSING

## CD Audio Track
TYPE CDAudio 2B0C0287730501826f "CDAudio uuencode" - - .CDA
MNEMONIC CDA
SMTP_SYNONYMS "uuencode CDAudio"

TYPE DECHANZI 2B0C02877305018165 "DECHANZI uuencode"
MNEMONIC DECHANZI
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode DECHANZI"

TYPE DECHANYUCH 2B0C02877305018162 "DECHANYUCH uuencode"
MNEMONIC DECHANYU
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode DECHANYUCH"

TYPE DECHANYUKO 2B0C02877305018166 "DECHANYUKO uuencode"
MNEMONIC DECKOREAN
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode DECHANYUKO"

## DECKANJI
TYPE DECKANJI 2B0C02877305012A "DECKANJI uuencode"
MNEMONIC DK
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode DECKANJI"

## DEF/Document Designer
TYPE DEF/DocumentDesigner 2B0C028773050172 "DEF/DocumentDesigner uuencode" - - .DEF
MNEMONIC DEF
SMTP_SYNONYMS "uuencode DEF/DocumentDesigner"

## Digital CDA Analysis File
TYPE DigitalCDAAnalysis 2B0C02877305012F "DigitalCDAAnalysis" F - .ANL
MNEMONIC "CDA ANALYSIS"
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT DigitalCDAAnalysis"

## Distribution List
TYPE DistributionList 2B0C028773050139 "DistributionList" F - .DIS
MNEMONIC "DISTRIB LIST"
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT DistributionList"

## Data Object Transport Syntax
TYPE DOTS 2B0C8773010302 "DOTS uuencode" - - .DTS
MNEMONIC DOTS
SMTP_SYNONYMS "uuencode DOTS"

## CDA Tabulated Data Interchange format
TYPE DTIF 2B0C8773010303 "DTIF uuencode" - - .DTF
MNEMONIC DTIF
SMTP_SYNONYMS "uuencode DTIF"

## WPSPLUS interchange format
TYPE DX 2B0C8773010308 "DX uuencode" - - .DX
MNEMONIC DX
SMTP_SYNONYMS "uuencode DX"

## DECTEXT editor
TYPE DECTEXT 2B0C02877305018205 "uuencode DECTEXT" - - .TXT
MNEMONIC DECTEXT

## DXCalendar-Format
TYPE DXCalendar 2B0C02877305018122 "DXCalendar uuencode"
MNEMONIC DWC
SMTP_SYNONYMS "uuencode DXCalendar"

## DXPaint-Format
TYPE DXPaint 2B0C02877305018137 "DXPaint uuencode"
MNEMONIC DWP
SMTP_SYNONYMS "uuencode DXPaint"

## EBCDIC
TYPE EBCDIC 2B0C028773050173 "EBCDIC uuencode" - - .EBC
MNEMONIC EBCDIC
SMTP_SYNONYMS "uuencode EBCDIC"

## Enable
TYPE Enable 2B0C028773050174 "Enable uuencode" - - .WPF
MNEMONIC ENABLE
SMTP_SYNONYMS "uuencode Enable"

## Encapsulated PostScript - ??? TEXT OR UUENCODE ???
TYPE EncapsPostscript 2B0C02877305013A "EncapsPostscript uuencode" - - .EPS
MNEMONIC EPS
SMTP_SYNONYMS "uuencode EncapsPostscript"

## EPSF Format
#TYPE EPSF 2A864886F70F0330 "EPSF" F - 
##
## All this appears to do is a showpage if necessary, but that's needed 
## for printing.
#CONVERTER EPSF Postscript
#       /usr/ioffice/bin/eps-to-ps $i $o

TYPE EUCTW 2B0C02877305018164 "EUCTW uuencode"
MNEMONIC eucTW
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode EUCTW"

TYPE EUCKR 2B0C02877305018167 "EUCKR uuencode"
MNEMONIC eucKR
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode EUCKR"

## Extended EUCJP Text body part
TYPE EUCJP 2B0C0287730501813A "EUCJP uuencode"
MNEMONIC EUCJP
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode EUCJP"

## Exec MemoMaker
TYPE ExecMemoMaker 2B0C02877305018115 "ExecMemoMaker uuencode" - - .MEM
MNEMONIC MEMOMAKER
SMTP_SYNONYMS "uuencode ExecMemoMaker"

## Executable File
TYPE ExecutableFile 2B0C02877305013B "ExecutableFile uuencode" - - .EXE
MNEMONIC EXE
SMTP_SYNONYMS "uuencode ExecutableFile"

TYPE ExternalMimeBody 2b0c02877305018214 "ExternalMimeBody uuencode"
MNEMONIC ExtMimeBody
DEFAULT X VIEWER "MAILworks Message Viewer" ExternalMimeBody
SMTP_SYNONYMS "uuencode ExternalMimeBody"

## Faces ( as well as other images ) are understood by xloadimage and
## the internal MAILworks Image viewer.
#TYPE Faces  2A864886F70F030A "Faces uuencode" T
#VIEWER xloadimage Faces
#       xloadimage -quiet $i
#CONVERTER Faces MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "uuencode Faces"

## Fax Viewer Document
TYPE FaxViewer 2B0C0287730501826C "FaxViewer uuencode" - - .AWD
MNEMONIC AWD
SMTP_SYNONYMS "uuencode FaxViewer"

## Fax Viewer Document DCX
TYPE FaxViewerDCX 2B0C0287730501826E "FaxViewerDCX uuencode" - - .DCX
MNEMONIC DCX
SMTP_SYNONYMS "uuencode FaxViewerDCX"

## FBM
#TYPE FBM  2A864886F70F0312 "FBM uuencode" T
#VIEWER xloadimage FBM
#       xloadimage -quiet $i
#CONVERTER FBM MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "uuencode FBM"

## FileMaker Pro
TYPE FileMakerPro 2B0C02877305018222 "FileMakerPro uuencode"
MNEMONIC FMP
SMTP_SYNONYMS "uuencode FileMakerPro"

## Font File
TYPE Font 2B0C02877305018270 "Font uuencode" - - .FON
MNEMONIC FON
SMTP_SYNONYMS "uuencode Font"

## If you have frame 3.0, uncomment the following 11 lines
#TYPE Frame3.0 2A864886F70F0333 "Frame3.0 mif" F - - "<MakerFile 3.0F>"
#IMPORTER
#        frameDocToMif $i $o
#EXPORTER
#        frameMifToDoc $i $o
#VIEWER Frame Frame3.0
#        frameView $i
#EDITOR Frame Frame3.0
#        frameEdit $i
#CONVERTER Frame3.0 PlainText
#        frameDocToText $i $o

## Frame V2.0
#TYPE Frame2.0 2A864886F70F0314 "Frame uuencode" T - - .MIF

## Frame V1.0
#TYPE Frame1.0 2A864886F70F0328 "Frame1.0 uuencode" T - - .MIF

## Framemaker for Windows
TYPE FramemakerWin 2B0C028773050175 "FramemakerWin uuencode" - - .MIF
MNEMONIC FRAMEMAKER
SMTP_SYNONYMS "uuencode FramemakerWin"

## Adobe FrameMaker book
TYPE AdobeFrameMakerbook 2B0C0287730501832C "uuencode AdobeFrameMakerbook" - - .BK
MNEMONIC BOOK

## Adobe FrameMaker Interchange Format
TYPE AdobeFrameMakerInterchange 2B0C0287730501832D "uuencode AdobeFrameMakerInterchange" - - .MIF
MNEMONIC MIF

## Framework III, IV
TYPE Framework 2B0C028773050176 "Framework uuencode" - - .FW3
MNEMONIC FRAMEWORK
SMTP_SYNONYMS "uuencode Framework"

TYPE FreeHand 2B0C02877305018223 "FreeHand uuencode"
MNEMONIC FreeHand
SMTP_SYNONYMS "uuencode FreeHand"

## Fullwrite
TYPE Fullwrite 2B0C028773050177 "Fullwrite uuencode" - - .FUL
MNEMONIC FULLWRITE
SMTP_SYNONYMS "uuencode Fullwrite"

## Fax Type
TYPE "G3 Fax" 2A864886F70F0302 "FAX-G3 uuencode" T G3_FAX
SMTP_SYNONYMS "uuencode FAX-G3"
CONVERTER "G3 Fax" MAILworksImage
	mv $i $o
VIEWER xloadimage "G3 Fax"
	xloadimage -quiet $i
VIEWER xlFax "G3 Fax"
	xloadimage -quiet -xzoom 50 $i

## CompuServe Graphics Interchange Format
TYPE GIF 2B0C028773050142 "GIF uuencode" T EXTERNALLY_DEF .GIF GI
DATA_OID_SYNONYMS 2A864886F70F0306
MNEMONIC GIF
SMTP_SYNONYMS "uuencode GIF"
CONVERTER GIF MAILworksImage
	mv $i $o
VIEWER xloadimage GIF
	xloadimage -quiet $i
	
## CompuServe Portable Network Graphics
TYPE CompuServePNG 2B0C02877305018238 "CompuServePNG uuencode" - - .PNG
MNEMONIC PNG
#PegasusType=CompuServePNG
SMTP_SYNONYMS "uuencode CompuServePNG"

TYPE GNUzip 2B0C02877305018219 "GNUzip uuencode" - - .GZ
MNEMONIC Gzip
SMTP_SYNONYMS "uuencode GNUzip"

## Harvard Graphics-Format
TYPE HarvardGraphics 2B0C0287730501812A "HarvardGraphics uuencode"
MNEMONIC HG
SMTP_SYNONYMS "uuencode HarvardGraphics"

TYPE HarvardGraphicsPresentation 2B0C02877305018154 "HarvardGraphicsPresentation uuencode" - - .PRS
MNEMONIC HGWPRS
SMTP_SYNONYMS "uuencode HarvardGraphicsPresentation"

TYPE HarvardGraphicsStyle 2B0C02877305018155 "HarvardGraphicsStyle uuencode" - - .STY
MNEMONIC HGWSTY
SMTP_SYNONYMS "uuencode HarvardGraphicsStyle"

TYPE HarvardGraphicsPalette 2B0C02877305018156 "HarvardGraphicsPalette uuencode" - - .PL
MNEMONIC HGWPL
SMTP_SYNONYMS "uuencode HarvardGraphicsPalette"

TYPE HarvardGraphicsChart3.0 2B0C02877305018157 "HarvardGraphicsChart3.0 uuencode" - - .CH3
MNEMONIC HGCH3
SMTP_SYNONYMS "uuencode HarvardGraphicsChart3.0"

TYPE HarvardGraphicsShow3.0 2B0C02877305018158 "HarvardGraphicsShow3.0 uuencode" - - .SH3
MNEMONIC HGSH3
SMTP_SYNONYMS "uuencode HarvardGraphicsShow3.0"

TYPE HarvardGraphicsPalette3.0 2B0C02877305018159 "HarvardGraphicsPalette3.0 uuencode" - - .PL3
MNEMONIC HGPL3
SMTP_SYNONYMS "uuencode HarvardGraphicsPalette3.0"

## HP AdvanceWrite Plus
TYPE HPAdvanceWritePlus 2B0C028773050178 "HPAdvanceWritePlus uuencode" - - .ADV
MNEMONIC ADVANCE
SMTP_SYNONYMS "uuencode HPAdvanceWritePlus"
## NOTE: An HA mnemonic also exists which can replace ADVANCE if necessary.
##	 Please see the comments at the beginning of this section for
##	 interoperability suggestions.

## HP Printer Control Language
TYPE HPPCL 2B0C028773050179 "HP-PCL uuencode" T - .PCL
DATA_OID_SYNONYMS 2A864886F70F0325
MNEMONIC PCL
SMTP_SYNONYMS "uuencode HP-PCL"

## Hewlett-Packard Graphics Language
TYPE HPGL 2B0C02877305018236 "HPGL uuencode" - - .HPG
MNEMONIC HPGL
#PegasusType=HPGL
SMTP_SYNONYMS "uuencode HPGL"

## HP PaintJet
#TYPE HPPaintJet 2A864886F70F032F "HPPaintJet uuencode" T - 
#SMTP_SYNONYMS "uuencode HPPaintJet"

## Honeywell Bull DSA101
TYPE HoneywellBullDSA101 2B0C028773050119 "HoneywellBullDSA101 uuencode"
MNEMONIC D1
SMTP_SYNONYMS "uuencode HoneywellBullDSA101"

## Hummingbird eXceed session File
TYPE HummingbirdeXceed 2B0C02877305018261 "HummingbirdeXceed uuencode" - - .XS
MNEMONIC XS
SMTP_SYNONYMS "uuencode HummingbirdeXceed"

## Hypertext Markup Language (WWW)
TYPE HTML 2B0C02877305018202 "HTML uuencode" - - .HTM
MNEMONIC HTML
EDITOR netscape HTML
        netscape $i
VIEWER netscape HTML
        netscape $i
SMTP_SYNONYMS "uuencode HTML"

## Hypercard Stack
TYPE HypercardStack 2B0C0287730501814F "HypercardStack uuencode"
MNEMONIC STAK
SMTP_SYNONYMS "uuencode HypercardStack"

TYPE IBMBinaryFile 2B0C0287730501816F "IBMBinaryFile uuencode"
MNEMONIC FCS$MSDOS
SMTP_SYNONYMS "uuencode IBMBinaryFile"

## IBM DCA Final Format Text
TYPE IBMDCAFinalFormat 2B0C028773050102 "IBMDCAFinalFormat uuencode" - - .FFT
MNEMONIC IF
SMTP_SYNONYMS "uuencode IBMDCAFinalFormat"

## IBM DCA Revisable Format Text
TYPE IBMDCARevisableFormat 2B0C028773050101 "IBMDCARevisableFormat uuencode" - - .RFT
MNEMONIC DC
SMTP_SYNONYMS "uuencode IBMDCARevisableFormat"

## IBM DisplayWrite 2/3/4
TYPE IBMDisplayWrite 2B0C028773050103 "IBMDisplayWrite uuencode" - - .DOC
MNEMONIC IP
SMTP_SYNONYMS "uuencode IBMDisplayWrite"

## IBM Writing Assistant
TYPE IBMWritingAssistant 2B0C02877305017A "IBMWritingAssistant uuencode" - - .DOC
MNEMONIC ASSIST
SMTP_SYNONYMS "uuencode IBMWritingAssistant"

## Icon-Edit [OS/2]-Format
TYPE Icon-EditOS/2 2B0C02877305018127 "Icon-EditOS/2 uuencode"
MNEMONIC ICONPM
SMTP_SYNONYMS "uuencode Icon-EditOS/2"

## IGES - Initial Graphics Exchange Specification
TYPE IGES 2B0C02877305018237 "IGES" - - .IGS
MNEMONIC IGES
SMTP_SYNONYMS "uuencode IGES"
#PegasusType=IGS

## Improv-Format
TYPE Improv 2B0C0287730501812D "Improv uuencode"
MNEMONIC IMPROV
SMTP_SYNONYMS "uuencode Improv"

## Interleaf A35
#TYPE InterleafA35 2A864886F70F0329 "InterleafA35 uuencode" T - 
#SMTP_SYNONYMS "uuencode InterleafA35"

## Interleaf A40
#TYPE InterleafA40 2A864886F70F032A "InterleafA40 uuencode" T - 
#SMTP_SYNONYMS "uuencode InterleafA40"

## Interleaf CX40
#TYPE InterleafCX40 2A864886F70F032B "InterleafCX40 uuencode" T - 
#SMTP_SYNONYMS "uuencode InterleafCX40"

## Interleaf Publisher [ASCII Markup]
TYPE InterleafPublisher 2B0C02877305017B "InterleafPublisher" F - .ILF
MNEMONIC ILF
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT InterleafPublisher"

## IslandDraw and all of it's converters if desired
#TYPE IslandDraw 2A864886F70F0327 "IslandDraw uuencode" T - .vec "*;"
#VIEWER IslandDraw IslandDraw
#       /usr/ioffice/bin/IslandDraw $i
#EDITOR IslandDraw IslandDraw
#       EditIDraw $i
#CONVERTER IslandDraw Postscript
#       IDraw2PS $i $o
##
#CONVERTER Postscript IslandDraw
#       /usr/ioffice/bin/ps-to-vec.wrap $i $o
#CONVERTER CGM IslandDraw
#       /usr/ioffice/bin/cgmtovec $i $o
#CONVERTER HPPCL IslandDraw
#       /usr/ioffice/bin/cgmtovec $i $o
#SMTP_SYNONYMS "uuencode IslandDraw"

## IslandWrite and all of it's converters if desired
#TYPE IslandWrite 2A864886F70F0326 "IslandWrite uuencode" T - .doc "108 pgscriptver"
#SMTP_SYNONYMS "uuencode IslandWrite"
#VIEWER IslandWrite IslandWrite
#       /usr/ioffice/bin/IslandWrite $i
#EDITOR IslandWrite IslandWrite
#       EditIWrite $i
#CONVERTER IslandWrite Postscript
#       IWrite2PS $i $o
#CONVERTER Frame2.0 IslandWrite
#       /usr/ioffice/bin/Frame.i $i $o
#CONVERTER Frame1.0 IslandWrite
#       /usr/ioffice/bin/Frame.i $i $o
#CONVERTER InterleafA35 IslandWrite
#       /usr/ioffice/bin/Interleaf.i $i $o
#CONVERTER InterleafA40 IslandWrite
#       /usr/ioffice/bin/Interleaf.i $i $o
#CONVERTER InterleafCX40 IslandWrite
#       /usr/ioffice/bin/Interleaf.i $i $o
#CONVERTER MicrosoftWordPC IslandWrite
#       /usr/ioffice/bin/MicroWord.i $i $o
#CONVERTER WordPerfect4.2 IslandWrite
#       /usr/ioffice/bin/WordPerfect4.i $i $o
#CONVERTER WordPerfect5.0 IslandWrite
#       /usr/ioffice/bin/WordPerfect5.i $i $o
##
#CONVERTER IslandWrite Frame1.0
#       /usr/ioffice/bin/Frame.o $i $o
#CONVERTER IslandWrite Frame2.0
#       /usr/ioffice/bin/Frame2.o $i $o
#CONVERTER IslandWrite InterleafA35
#       /usr/ioffice/bin/InterleafA35.o $i $o
#CONVERTER IslandWrite InterleafA40
#       /usr/ioffice/bin/InterleafA40.o $i $o
#CONVERTER IslandWrite InterleafCX40
#       /usr/ioffice/bin/InterleafCX40.o $i $o
#CONVERTER IslandWrite MicrosoftWordPC 
#       /usr/ioffice/bin/MicroWord.o $i $o
#CONVERTER WordPerfect4.2 IslandWrite
#       /usr/ioffice/bin/WordPerfect4.o $i $o

## JetForm Data File
TYPE JetFormData 2B0C02877305018132 "JetFormData uuencode" - - .DAT
MNEMONIC JFDAT
SMTP_SYNONYMS "uuencode JetFormData"

## JetForm Form Definition File
TYPE JetFormFormDefinition 2B0C02877305018131 "JetFormFormDefinition uuencode" - - .MDF
MNEMONIC JFMDF
SMTP_SYNONYMS "uuencode JetFormFormDefinition"

## JetForm Response File
TYPE JetFormResponse 2B0C02877305018134 "JetFormResponse uuencode" - - .RSP
MNEMONIC JFRSP
SMTP_SYNONYMS "uuencode JetFormResponse"

## JetForm Signature Authorization File
TYPE JetFormSignature 2B0C02877305018133 "JetFormSignature uuencode" - - .SAF
MNEMONIC JFSAF
SMTP_SYNONYMS "uuencode JetFormSignature"

## JPEG Graphics
TYPE JPEGGraphics 2B0C02877305017C "JPEGGraphics uuencode" - - .JPG
MNEMONIC JPEG
SMTP_SYNONYMS "uuencode JPEGGraphics"

TYPE JustSystemWindows 2B0C0287730501815E "JustSystemWindows uuencode"
MNEMONIC JAW
SMTP_SYNONYMS "uuencode JustSystemWindows"

## JUSTSYSTEM Ichitaro for Windows V6 document
TYPE JUSTSYSTEMIchitaro 2B0C02877305018206 "uuencode JUSTSYSTEMIchitaro" - - .JBW
MNEMONIC JBW

## Keyword COM.FILE [KSIF]
TYPE KeywordCOM 2B0C028773050117 "KeywordCOM uuencode"
MNEMONIC CF
SMTP_SYNONYMS "uuencode KeywordCOM"

TYPE LempelZiv 2B0C0287730501821C "LempelZiv uuencode"
MNEMONIC LZ
SMTP_SYNONYMS "uuencode LempelZiv"

TYPE LHArch 2B0C02877305018224 "LHArch uuencode"
MNEMONIC LHA
SMTP_SYNONYMS "uuencode LHArch"

## Log File
TYPE Log 2B0C02877305018264 "Log" F - .LOG
MNEMONIC LOG
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT Log"

## Lotus Approach Data and View File
TYPE LotusApproach 2B0C0287730501826B "LotusApproach uuencode" - - .APT
MNEMONIC APT
SMTP_SYNONYMS "uuencode LotusApproach"

## Lotus 1-2-3 Release 1A Spreadsheet
TYPE Lotus1-2-3SpreadRel1A 2B0C028773050155 "Lotus1-2-3SpreadRel1A uuencode" - - .WKS
MNEMONIC WKS
SMTP_SYNONYMS "uuencode Lotus1-2-3SpreadRel1A"

## Lotus 1-2-3 Release 2 Spreadsheet
TYPE Lotus1-2-3SpreadRel2 2B0C028773050153 "Lotus1-2-3SpreadRel2 uuencode" - - .WK1
MNEMONIC WK1
SMTP_SYNONYMS "uuencode Lotus1-2-3SpreadRel2"

## Lotus 1-2-3 Spreadsheet format
TYPE Lotus1-2-3Spread 2B0C02877305011B "Lotus1-2-3Spread uuencode" - - .WKS
DATA_OID_SYNONYMS 2B0C02877305018150
SMTP_SYNONYMS "uuencode Lotus1-2-3Spread"
#I think the following is a mistake - it duplicates the OID of WinWord V1 template
#DATA_OID_SYNONYMS 2B0C028773050150

MNEMONIC LO
## NOTE: A "LOTUS 1-2-3" mnemonic also exists which can replace LO if
##       necessary.  Please see the comments at the beginning of this section
##	 for interoperability suggestions.

TYPE Lotus1-2-3Chart 2B0C02877305018225 "Lotus1-2-3Chart uuencode"
MNEMONIC L123C
SMTP_SYNONYMS "uuencode Lotus1-2-3Chart"

## Lotus 1-2-3 Rel 3/Rel 1 for Windows Spreadsheet
TYPE Lotus1-2-3WinSpreadRel3/1 2B0C028773050154 "Lotus1-2-3WinSpreadRel3/1 uuencode" - - .WK3
MNEMONIC WK3
SMTP_SYNONYMS "uuencode Lotus1-2-3WinSpreadRel3/1"

## Lotus 1-2-3 for Windows Release 4 Spreadsheet
TYPE Lotus1-2-3WinSpreadRel4 2B0C02877305016E "Lotus1-2-3WinSpreadRel4 uuencode" - - .WK4
MNEMONIC WK4
SMTP_SYNONYMS "uuencode Lotus1-2-3WinSpreadRel4"

## Lotus 1-2-3 Release 2 WYSIWYG File
TYPE Lotus1-2-3WYSIWYGRel2 2B0C028773050141 "Lotus1-2-3WYSIWYGRel2 uuencode" - - .FMT
MNEMONIC FMT
SMTP_SYNONYMS "uuencode Lotus1-2-3WYSIWYGRel2"

## Lotus 1-2-3 WYSIWYG File
TYPE Lotus1-2-3WYSIWYG 2B0C028773050140 "Lotus1-2-3WYSIWYG uuencode" - - .FM3
MNEMONIC FM3
SMTP_SYNONYMS "uuencode Lotus1-2-3WYSIWYG"

## Lotus 1-2-3 Release 5 SmartMaster
TYPE Lotus1-2-3SmartMaster 2B0C02877305018318 "Lotus1-2-3SmartMaster uuencode" - - .WT4
MNEMONIC WT4
SMTP_SYNONYMS "uuencode Lotus1-2-3SmartMaster"

## Lotus 1-2-3 97 Workbook
TYPE Lotus97WorkBook 2B0C02877305018329 "uuencode Lotus97WorkBook" - - .123
MNEMONIC 123

## Lotus 1-2-3 97 SmartMaster
TYPE Lotus97SmartMaster 2B0C0287730501832A "uuencode Lotus97SmartMaster" - - .12M
MNEMONIC 12M

## Lotus Allways Format File
TYPE LotusAllwaysFormatFile 2B0C02877305018119 "LotusAllwaysFormatFile uuencode" - - .ALL
MNEMONIC ALL
SMTP_SYNONYMS "uuencode LotusAllwaysFormatFile"

## Lotus Ami Pro Document
TYPE LotusAmiProDoc 2B0C02877305012B "LotusAmiProDoc uuencode" - - .SAM
MNEMONIC AMIPRODOC
SMTP_SYNONYMS "uuencode LotusAmiProDoc"

## Lotus Ami Pro Macro File
TYPE LotusAmiProMacro 2B0C02877305012C "LotusAmiProMacro uuencode" - - .SMM
MNEMONIC AMIPROMACRO
SMTP_SYNONYMS "uuencode LotusAmiProMacro"

## Lotus Ami Pro Style Sheet
TYPE LotusAmiProStyle 2B0C02877305012D "LotusAmiProStyle uuencode" - - .STY
MNEMONIC AMIPROSTYLE
SMTP_SYNONYMS "uuencode LotusAmiProStyle"

## Lotus Word Pro Document
TYPE LotusWordPro 2B0C02877305018232 "LotusWordPro uuencode" - - .LWP
MNEMONIC LWP
#PegasusType=LotusWordPro
SMTP_SYNONYMS "uuencode LotusWordPro"

## Lotus Word Pro Smart Master
TYPE LotusWordProMst 2B0C02877305018233 "LotusWordProMst uuencode" - - .MWP
MNEMONIC MWP
#PegasusType=LotusWordProMaster
SMTP_SYNONYMS "uuencode LotusWordProMst"

TYPE LotusApproach2.1 2B0C02877305018174 "LotusApproach2.1 uuencode" - - .VEW
MNEMONIC VEW
SMTP_SYNONYMS "uuencode LotusApproach2.1"

TYPE LotusApproach3.0 2B0C02877305018175 "LotusApproach3.0 uuencode" - - .APR
MNEMONIC APR
SMTP_SYNONYMS "uuencode LotusApproach3.0"

## Lotus Approach SmartMaster
TYPE LotusApproachSmartMaster 2B0C02877305018319 "LotusApproachSmartMaster uuencode" - - .MPR
MNEMONIC MPR
SMTP_SYNONYMS "uuencode LotusApproachSmartMaster"

## Lotus Freelance Graphics Master
TYPE LotusFreelanceMaster 2B0C02877305013C "LotusFreelanceMaster uuencode" - - .MAS
MNEMONIC FLMASTER
SMTP_SYNONYMS "uuencode LotusFreelanceMaster"

## Lotus Freelance Graphics Symbol Set
TYPE LotusFreelanceSymbol 2B0C02877305013F "LotusFreelanceSymbol uuencode" - - .SYM
MNEMONIC FLSYMBOL
SMTP_SYNONYMS "uuencode LotusFreelanceSymbol"

## Lotus Freelance Graphics for OS/2
TYPE LotusFreelanceOS/2 2B0C02877305013D "LotusFreelanceOS/2 uuencode" - - .PRS
MNEMONIC FLPRESENTOS2
SMTP_SYNONYMS "uuencode LotusFreelanceOS/2"

## Lotus Freelance Graphics for Windows
TYPE LotusFreelanceWin 2B0C02877305013E "LotusFreelanceWin uuencode" - - .PRE
MNEMONIC FLPRESENTWIN
SMTP_SYNONYMS "uuencode LotusFreelanceWin"

## Lotus Freelance 96 SmartMaster Look
TYPE LotusFreelance96Look 2B0C02877305018310 "LotusFreelance96Look uuencode" - - .MAS
MNEMONIC MAS
SMTP_SYNONYMS "uuencode LotusFreelance96Look"

## Lotus Freelance 96 SmartMaster Content
TYPE LotusFreelance96Content 2B0C02877305018311 "LotusFreelance96Content uuencode" - - .SMC
MNEMONIC SMC
SMTP_SYNONYMS "uuencode LotusFreelance96Content"

## Lotus Freelance 96 Diagram
TYPE LotusFreelance96Diagram 2B0C02877305018312 "LotusFreelance96Diagram uuencode" - - .DGM
MNEMONIC DGM
SMTP_SYNONYMS "uuencode LotusFreelance96Diagram"

## Lotus Freelance 96 SmartMaster Palette
TYPE Freelance96Palette 2B0C02877305018313 "Freelance96Palette uuencode" - - .PAL
MNEMONIC PAL
SMTP_SYNONYMS "uuencode Freelance96Palette"

## Lotus Freelance 96 Presentation
TYPE Freelance96Present 2B0C02877305018314 "Freelance96Present uuencode" - - .PRZ
MNEMONIC PRZ
SMTP_SYNONYMS "uuencode Freelance96Present"

## Lotus Freelance 96 Clip Art
TYPE Freelance96ClipArt 2B0C02877305018315 "Freelance96ClipArt uuencode" - - .SYM
MNEMONIC SYM
SMTP_SYNONYMS "uuencode Freelance96ClipArt"

## Lotus Manuscript
TYPE LotusManuscript 2B0C02877305017D "LotusManuscript uuencode" - - .DOC
MNEMONIC MANUSCRIPT
SMTP_SYNONYMS "uuencode LotusManuscript"

## Lotus Notes Database
TYPE LotusNotesDatabase 2B0C02877305018272 "LotusNotesDatabase uuencode" - - .NS2
MNEMONIC NS2
SMTP_SYNONYMS "uuencode LotusNotesDatabase"

##  Lotus Notes Template Application File
TYPE LotusNotesTemplateApp 2B0C02877305018273 "LotusNotesTemplateApp uuencode" - - .NTF
MNEMONIC NTF
SMTP_SYNONYMS "uuencode LotusNotesTemplateApp"

## Lotus Organizer Relase 1.0 File
TYPE LotusOrganizer 2B0C02877305018176 "LotusOrganizer uuencode" - - .ORG
MNEMONIC ORG
SMTP_SYNONYMS "uuencode LotusOrganizer"

## Lotus Organizer Relase 2.0 File
TYPE LotusOrganizer2 2B0C02877305018231 "LotusOrganizer2 uuencode" - - .OR2
MNEMONIC OR2
#PegasusType=LotusOrganizer2
SMTP_SYNONYMS "uuencode LotusOrganizer2"

## Lotus Organizer 97 File
TYPE LotusOrganizer97 2B0C0287730501832B "uuencode LotusOrganizer97" - - .OR3
MNEMONIC OR3

## Lotus ScreenCam Movie
TYPE LotusScreenCam 2B0C0287730501827C "LotusScreenCam uuencode" - - .SCM
MNEMONIC SCM
SMTP_SYNONYMS "uuencode LotusScreenCam"

## LotusScript File- Compiled
TYPE LotusScriptCompiled 2B0C02877305018316 "LotusScriptCompiled uuencode" - - .LSO
MNEMONIC LSO
SMTP_SYNONYMS "uuencode LotusScriptCompiled"

## LotusScript External File - Uncompiled
TYPE LotusScriptUnCompiled 2B0C02877305018317 "LotusScriptUnCompiled uuencode" - - .LSS
MNEMONIC LSS
SMTP_SYNONYMS "uuencode LotusScriptUnCompiled"

## Lotus SmartIcons File
TYPE LotusSmartIcons 2B0C0287730501827E "LotusSmartIcons uuencode" - - .SMI
MNEMONIC SMI
SMTP_SYNONYMS "uuencode LotusSmartIcons"

## Lotus SmartText
TYPE LotusSmartText 2B0C02877305018300 "LotusSmartText uuencode" - - .STX
MNEMONIC STX
SMTP_SYNONYMS "uuencode LotusSmartText"

## Lotus Symphony Document
TYPE LotusSymphony 2B0C02877305018116 "LotusSymphony uuencode" - - .WRK
MNEMONIC WRK
SMTP_SYNONYMS "uuencode LotusSymphony"

## Lotus Symphony 2.0 Document
TYPE LotusSymphony2.0 2B0C0287730501830C "LotusSymphony2.0 uuencode" - - .WR1
MNEMONIC WR1
SMTP_SYNONYMS "uuencode LotusSymphony2.0"

## Lotus Notes V3.0 Encapsupated Database
TYPE LotusNotes3.0EncapsulatedDB 2B0C02877305018153 "LotusNotes3.0EncapsulatedDB uuencode" - - .NSF
MNEMONIC NSF
SMTP_SYNONYMS "uuencode LotusNotes3.0EncapsulatedDB"

## LZH Compressed Archive
TYPE LZHArchive 2B0C02877305018265 "LZHArchive uuencode" - - .LZH
MNEMONIC LZH
SMTP_SYNONYMS "uuencode LZHArchive"

## MacBinary encoded form of a Macintosh(R) file
TYPE MacBinary 2B0C0287730501813F "MacBinary uuencode" - - .MB2
MNEMONIC MacBinary
SMTP_SYNONYMS "uuencode MacBinary"

## MacDraw
TYPE MacDraw 2B0C0287730501814A "MacDraw uuencode"
MNEMONIC PCTM
SMTP_SYNONYMS "uuencode MacDraw"

## Macintosh(R) Application
TYPE MacintoshAppl 2B0C0287730501814E "MacintoshAppl uuencode"
MNEMONIC APPL
SMTP_SYNONYMS "uuencode MacintoshAppl"

## MacPaint
TYPE MacPaint  2B0C02877305018140 "MacPaint uuencode" T
DATA_OID_SYNONYMS 2A864886F70F030B
MNEMONIC PNTG
VIEWER xloadimage MacPaint
       xloadimage -quiet $i
CONVERTER MacPaint MAILworksImage
       mv $i $o
SMTP_SYNONYMS "uuencode MacPaint"
 
## MAC QuickDraw
TYPE MACQuickDraw 2B0C028773050146 "MACQuickDraw uuencode" - - .PIC
MNEMONIC PICT
SMTP_SYNONYMS "uuencode MACQuickDraw"

TYPE MacText 2b0c02877305018226 "MacText uuencode"
MNEMONIC MacText
SMTP_SYNONYMS "uuencode MacText"

## MacWrite II
TYPE MacWriteII 2B0C02877305017F "MacWriteII uuencode" - - .DOC
MNEMONIC MACWRITEII
SMTP_SYNONYMS "uuencode MacWriteII"

## MacWrite
TYPE MacWrite 2B0C02877305017E "MacWrite uuencode" - - .DOC
MNEMONIC MACWRITE
SMTP_SYNONYMS "uuencode MacWrite"

## MacWrite PRO
TYPE MacWritePRO 2B0C0287730501822F "MacWritePRO uuencode" - - .DOC
MNEMONIC MACWRITEPRO
#PegasusType=MacWritePro
SMTP_SYNONYMS "uuencode MacWritePRO"

## MAPI Form file
TYPE MAPIFORM 2B0C02877305018345 "uuencode MAPIFORM" - - .MSG
MNEMONIC MAPIFORM

## MASS-11
TYPE MASS-11 2B0C028773050104 "MASS-11 uuencode" - - .M11
DATA_OID_SYNONYMS 2B0C028773050169
MNEMONIC M1
SMTP_SYNONYMS "uuencode MASS-11"
## NOTE: A MASS11 mnemonic also exists which can replace M1 if necessary.
##	 Please see the comments at the beginning of this section for
##	 interoperability suggestions.

TYPE MCS 2B0C02877305018151 "MCS"
MNEMONIC MCS
SMTP_SYNONYMS "uuencode MCS"

## McAfee VirusScan
TYPE McAfeeVirusScan 2B0C0287730501826A "McAfeeVirusScan uuencode" - - .VSC
MNEMONIC VSC
SMTP_SYNONYMS "uuencode McAfeeVirusScan"

## McIDAS
#TYPE McIDAS  2A864886F70F0313 "McIDAS uuencode" T
#VIEWER xloadimage McIDAS
#       xloadimage -quiet $i
#CONVERTER McIDAS MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "uuencode McIDAS"

TYPE MessageRouterText 2B0C02877305018152 "MessageRouterText uuencode"
MNEMONIC MRT
SMTP_SYNONYMS "uuencode MessageRouterText"

# Micrografx Designer
TYPE MicrografxDesigner 2B0C0287730501823D "MicrografxDesigner uuencode" - - .DRW
MNEMONIC DRW
SMTP_SYNONYMS "uuencode MicrografxDesigner"

TYPE MicrosoftAccess 2B0C0287730501817C "MicrosoftAccess uuencode" - - .MDB
MNEMONIC MDB
SMTP_SYNONYMS "uuencode MicrosoftAccess"

TYPE MicrosoftAccess2.0 2B0C02877305018179 "MicrosoftAccess2.0 uuencode" - - .MDB
MNEMONIC MSACCESS2
SMTP_SYNONYMS "uuencode MicrosoftAccess2.0"

## Microsoft Access Database Wizard Template
TYPE MSAccessDBWizardTemplate 2B0C02877305018336 "uuencode MSAccessDBWizardTemplate" - - .MDZ
MNEMONIC MDZ

## Microsoft Excel V2.1 Chart
TYPE MicrosoftExcel2.1Chart 2B0C02877305015A "MicrosoftExcel2.1Chart uuencode" - - .XLC
MNEMONIC XLC2
SMTP_SYNONYMS "uuencode MicrosoftExcel2.1Chart"

## Microsoft Excel V2.1 Macro
TYPE MicrosoftExcel2.1Macro 2B0C02877305015E "MicrosoftExcel2.1Macro uuencode" - - .XLM
MNEMONIC XLM2
SMTP_SYNONYMS "uuencode MicrosoftExcel2.1Macro"

## Microsoft Excel V2.1 Spreadsheet
TYPE MicrosoftExcel2.1Spread 2B0C028773050161 "MicrosoftExcel2.1Spread uuencode" - - .XLS
MNEMONIC XLS2
SMTP_SYNONYMS "uuencode MicrosoftExcel2.1Spread"

## Microsoft Excel V2.1 Workspace
TYPE MicrosoftExcel2.1Workspace 2B0C028773050166 "MicrosoftExcel2.1Workspace uuencode" - - .XLW
MNEMONIC XLW2
SMTP_SYNONYMS "uuencode MicrosoftExcel2.1Workspace"

## Microsoft Excel V3.0 Add In Macro
TYPE MicrosoftExcel3.0AddInMacro 2B0C028773050157 "MicrosoftExcel3.0AddInMacro uuencode" - - .XLA
MNEMONIC XLA3
SMTP_SYNONYMS "uuencode MicrosoftExcel3.0AddInMacro"

## Microsoft Excel V3.0 Chart
TYPE MicrosoftExcel3.0Chart 2B0C02877305015B "MicrosoftExcel3.0Chart uuencode" - - .XLC
MNEMONIC XLC3
SMTP_SYNONYMS "uuencode MicrosoftExcel3.0Chart"

## Microsoft Excel V3.0 Macro
TYPE MicrosoftExcel3.0Macro 2B0C02877305015F "MicrosoftExcel3.0Macro uuencode" - - .XLM
MNEMONIC XLM3
SMTP_SYNONYMS "uuencode MicrosoftExcel3.0Macro"

## Microsoft Excel V3.0 Spreadsheet
TYPE MicrosoftExcel3.0Spread 2B0C028773050162 "MicrosoftExcel3.0Spread uuencode" - - .XLS
MNEMONIC XLS3
SMTP_SYNONYMS "uuencode MicrosoftExcel3.0Spread"

## Microsoft Excel V3.0 Template
TYPE MicrosoftExcel3.0Templ 2B0C028773050164 "MicrosoftExcel3.0Templ uuencode" - - .XLT
MNEMONIC XLT3
SMTP_SYNONYMS "uuencode MicrosoftExcel3.0Templ"

## Microsoft Excel V3.0 Workspace
TYPE MicrosoftExcel3.0Workspace 2B0C028773050167 "MicrosoftExcel3.0Workspace uuencode" - - .XLW
MNEMONIC XLW3
SMTP_SYNONYMS "uuencode MicrosoftExcel3.0Workspace"

## Microsoft Excel V4.0 Add In Macro
TYPE MicrosoftExcel4.0AddInMacro 2B0C028773050158 "MicrosoftExcel4.0AddInMacro uuencode" - - .XLA
MNEMONIC XLA4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0AddInMacro"
	    
## Microsoft Excel V4.0 C Add In Macro
TYPE MicrosoftExcel4.0CAddInMacro 2B0C02877305015D "MicrosoftExcel4.0CAddInMacro uuencode" - - .XLL
MNEMONIC XLL4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0CAddInMacro"
	    
## Microsoft Excel V4.0 Chart
TYPE MicrosoftExcel4.0Chart 2B0C02877305015C "MicrosoftExcel4.0Chart uuencode" - - .XLC
MNEMONIC XLC4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0Chart"

## Microsoft Excel V4.0 Macro
TYPE MicrosoftExcel4.0Macro 2B0C028773050160 "MicrosoftExcel4.0Macro uuencode" - - .XLM
MNEMONIC XLM4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0Macro"

## Microsoft Excel V4.0 Spreadsheet
TYPE MicrosoftExcel4.0Spread 2B0C028773050163 "MicrosoftExcel4.0Spread uuencode" - - .XLS
MNEMONIC XLS4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0Spread"

## Microsoft Excel V4.0 Template
TYPE MicrosoftExcel4.0Templ 2B0C028773050165 "MicrosoftExcel4.0Templ uuencode" - - .XLT
MNEMONIC XLT4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0Templ"

## Microsoft Excel V4.0 Tool Bar
TYPE MicrosoftExcel4.0ToolBar 2B0C028773050159 "MicrosoftExcel4.0ToolBar uuencode" - - .XLB
MNEMONIC XLB4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0ToolBar"

## Microsoft Excel V4.0 Workbook
TYPE MicrosoftExcel4.0Workbook 2B0C028773050168 "MicrosoftExcel4.0Workbook uuencode" - - .XLW
MNEMONIC XLW4
SMTP_SYNONYMS "uuencode MicrosoftExcel4.0Workbook"

# Note that the following V5 formats are also used by V7
## Microsoft Excel V5.0 Add In Macro
TYPE MicrosoftExcel5.0AddInMacro 2B0C0287730501811A "MicrosoftExcel5.0AddInMacro uuencode" - - .XLA
MNEMONIC XLA5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0AddInMacro"

## Microsoft Excel V5.0 C Add In Macro
TYPE MicrosoftExcel5.0CAddInMacro 2B0C0287730501811D "MicrosoftExcel5.0CAddInMacro uuencode" - - .XLL
MNEMONIC XLL5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0CAddInMacro"

## Microsoft Excel V5.0 Chart
TYPE MicrosoftExcel5.0Chart 2B0C0287730501811C "MicrosoftExcel5.0Chart uuencode" - - .XLC
MNEMONIC XLC5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0Chart"

## Microsoft Excel V5.0 Macro
TYPE MicrosoftExcel5.0Macro 2B0C0287730501811E "MicrosoftExcel5.0Macro uuencode" - - .XLM
MNEMONIC XLM5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0Macro"

## Microsoft Excel V5.0 Spreadsheet
TYPE MicrosoftExcel5.0Spread 2B0C0287730501811F "MicrosoftExcel5.0Spread uuencode" - - .XLS
MNEMONIC XLS5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0Spread"

## Microsoft Excel V5.0 Template
TYPE MicrosoftExcel5.0Templ 2B0C02877305018120 "MicrosoftExcel5.0Templ uuencode" - - .XLT
MNEMONIC XLT5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0Templ"

## Microsoft Excel V5.0 Tool Bar
TYPE MicrosoftExcel5.0ToolBar 2B0C0287730501811B "MicrosoftExcel5.0ToolBar uuencode" - - .XLB
MNEMONIC XLB5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0ToolBar"

## Microsoft Excel V5.0 Workbook or Workspace
TYPE MicrosoftExcel5.0Workbook 2B0C02877305018121 "MicrosoftExcel5.0Workbook uuencode" - - .XLW
MNEMONIC XLW5
SMTP_SYNONYMS "uuencode MicrosoftExcel5.0Workbook"

TYPE MicrosoftExcelChi5.0Spread 2B0C0287730501816C "MicrosoftExcelChi5.0Spread uuencode"
MNEMONIC CTXLS5
SMTP_SYNONYMS "uuencode MicrosoftExcelChi5.0Spread"

TYPE MicrosoftExcelChiSim5.0Spread 2B0C0287730501816D "MicrosoftExcelChiSim5.0Spread uuencode"
MNEMONIC CSXLS
SMTP_SYNONYMS "uuencode MicrosoftExcelChiSim5.0Spread"

TYPE MicrosoftExcelKor5.0Spread 2B0C0287730501816E "MicrosoftExcelKor5.0Spread uuencode"
MNEMONIC KRXLS5
SMTP_SYNONYMS "uuencode MicrosoftExcelKor5.0Spread"

## Microsoft Excel Dialog
TYPE MicrosoftExcelDialog 2B0C0287730501830E "MicrosoftExcelDialog uuencode" - - .XLD
MNEMONIC XLD
SMTP_SYNONYMS "uuencode MicrosoftExcelDialog"

##  Microsoft Excel VBA Module
TYPE MicrosoftExcelVBA 2B0C0287730501830F "MicrosoftExcelVBA uuencode" - - .XLV
MNEMONIC XLV
SMTP_SYNONYMS "uuencode MicrosoftExcelVBA"

## Microsoft Excel Add-In
TYPE MicrosoftExcelAddIn 2B0C0287730501833C "uuencode MicrosoftExcelAddIn" - - .XLA
MNEMONIC XLA

## Microsoft Excel Toolbar
TYPE MicrosoftExcelToolbar 2B0C0287730501833D "uuencode MicrosoftExcelToolbar" - - .XLB
MNEMONIC XLB

## Microsoft Excel Chart
TYPE MicrosoftExcelChart 2B0C0287730501833E "uuencode MicrosoftExcelChart" - - .XLC
MNEMONIC XLC

## Microsoft Excel Backup File
TYPE MicrosoftExcelBackup 2B0C0287730501833F "uuencode MicrosoftExcelBackup" - - .XLK
MNEMONIC XLK

## Microsoft Excel XLL Add-In
TYPE MicrosoftExcelXLLAddIn 2B0C02877305018340 "uuencode MicrosoftExcelXLLAddIn" - - .XLL
MNEMONIC XLL

## Microsoft Excel Macro
TYPE MicrosoftExcelMacro 2B0C02877305018341 "uuencode MicrosoftExcelMacro" - - .XLM
MNEMONIC XLM

## Microsoft Excel 97 Workbook
TYPE MicrosoftExcel97Workbook 2B0C02877305018342 "uuencode MicrosoftExcel97Workbook" - - .XLS
MNEMONIC XLS

## Microsoft Excel 97 Template
TYPE MicrosoftExcel97Template 2B0C02877305018343 "uuencode MicrosoftExcel97Template" - - .XLT
MNEMONIC XLT

## Microsoft Excel 97 Workspace
TYPE MicrosoftExcel97Workspace 2B0C02877305018344 "uuencode MicrosoftExcel97Workspace" - - .XLW
MNEMONIC XLW

## Microsoft Exchange Shortcut
TYPE ExchangeShortcut 2B0C0287730501825C "ExchangeShortcut uuencode" - - .XNK
MNEMONIC XNK
SMTP_SYNONYMS "uuencode ExchangeShortcut"

##  Microsoft Graph
TYPE  MicrosoftGraph 2B0C02877305018271 "MicrosoftGraph uuencode" - - .GRA
MNEMONIC GRA
SMTP_SYNONYMS "uuencode MicrosoftGraph"

## Microsoft Monster Truck Madness Track
TYPE MicrosoftMonsterTruck 2B0C02877305018334 "uuencode MicrosoftMonsterTruck" - - .POD
MNEMONIC POD

## Microsoft MultiPlan Internal Format
TYPE MicrosoftMultiPlanInternal 2B0C028773050128 "MicrosoftMultiPlanInternal uuencode" - - .MP
MNEMONIC MP
SMTP_SYNONYMS "uuencode MicrosoftMultiPlanInternal"
	      
## Microsoft MultiPlan Symbolic Link Format
TYPE MicrosoftMultiPlanSymbolicLink 2B0C028773050127 "MicrosoftMultiPlanSymbolicLink uuencode" - - .SLK
MNEMONIC SYLK
SMTP_SYNONYMS "uuencode MicrosoftMultiPlanSymbolicLink"

## Microsoft Office Dictionary
TYPE MicrosoftOfficeDict 2B0C0287730501824F "MicrosoftOfficeDict uuencode" - - .DIC
MNEMONIC DIC
SMTP_SYNONYMS "uuencode MicrosoftOfficeDict"

## Microsoft Office Binder
TYPE MicrosoftOfficeBinder 2B0C02877305018274 "MicrosoftOfficeBinder uuencode" - - .OBD
MNEMONIC OBD
SMTP_SYNONYMS "uuencode MicrosoftOfficeBinder"

## Microsoft Office Binder Template
TYPE MicrosoftOfficeBinderTempl 2B0C02877305018275 "MicrosoftOfficeBinderTempl uuencode" - - .OBT
MNEMONIC OBT
SMTP_SYNONYMS "uuencode MicrosoftOfficeBinderTempl"

## Microsoft Office Binder Wizard
TYPE MicrosoftOfficeBinderWiz 2B0C02877305018276 "MicrosoftOfficeBinderWiz uuencode" - - .OBZ
MNEMONIC OBZ
SMTP_SYNONYMS "uuencode MicrosoftOfficeBinderWiz"

## Microsoft Organization Chart
TYPE MicrosoftOrganizationChart 2B0C02877305018335 "uuencode MicrosoftOrganizationChart" - - .OPX
MNEMONIC OPX

## Microsoft Paint
TYPE MicrosoftPaint 2B0C028773050144 "MicrosoftPaint uuencode" - - .MSP
MNEMONIC MSP
SMTP_SYNONYMS "uuencode MicrosoftPaint"

## Microsoft PowerPoint V1.0 Presentation
TYPE MicrosoftPowerPoint1.0 2B0C028773050147 "MicrosoftPowerPoint1.0 uuencode" - - .PPT
MNEMONIC POWERPOINT1
SMTP_SYNONYMS "uuencode MicrosoftPowerPoint1.0"
## NOTE: A PPT1 mnemonic also exists which can replace POWERPOINT1 if
##	 necessary.  Please see the comments at the beginning of this section
##	 for interoperability suggestions.

## Microsoft PowerPoint V2.0 Presentation
TYPE MicrosoftPowerPoint2.0 2B0C028773050148 "MicrosoftPowerPoint2.0 uuencode" - - .PPT
MNEMONIC POWERPOINT2
SMTP_SYNONYMS "uuencode MicrosoftPowerPoint2.0"
## NOTE: A PPT2 mnemonic also exists which can replace POWERPOINT2 if
##	 necessary.  Please see the comments at the beginning of this section
##	 for interoperability suggestions.

## Version 2 of Powerpoint for the Macintosh(R)
TYPE MicrosoftPowerPointMac2.0 2B0C02877305018141 "MicrosoftPowerPointMac2.0 uuencode" - - .PPT
MNEMONIC PowerPoint2Mac
SMTP_SYNONYMS "uuencode MicrosoftPowerPointMac2.0"

## Microsoft PowerPoint V3.0 Presentation
TYPE MicrosoftPowerPoint3.0 2B0C028773050149 "MicrosoftPowerPoint3.0 uuencode" - - .PPT
MNEMONIC POWERPOINT3
SMTP_SYNONYMS "uuencode MicrosoftPowerPoint3.0"
## NOTE: A PPT3 mnemonic also exists which can replace POWERPOINT3 if
##	 necessary.  Please see the comments at the beginning of this section
##	 for interoperability suggestions.

## Version 3 of Powerpoint for the Macintosh(R)
TYPE MicrosoftPowerPointMac3.0 2B0C02877305018161 "MicrosoftPowerPointMac3.0 uuencode" - - .PPT
MNEMONIC PowerPoint3Mac
SMTP_SYNONYMS "uuencode MicrosoftPowerPointMac3.0"

## Microsoft PowerPoint V4.0 Presentation
TYPE MicrosoftPowerPoint4.0 2B0C0287730501813B "MicrosoftPowerPoint4.0 uuencode" - - .PPT
MNEMONIC POWERPOINT4
SMTP_SYNONYMS "uuencode MicrosoftPowerPoint4.0"
## NOTE: A PPT4 mnemonic also exists which can replace POWERPOINT4 if
##	 necessary.  Please see the comments at the beginning of this section
##	 for interoperability suggestions.

## Microsoft PowerPoint V7.0 Presentation
TYPE MicrosoftPowerPoint7 2B0C02877305018234 "MicrosoftPowerPoint7 uuencode" - - .PPT
MNEMONIC POWERPOINT7
SMTP_SYNONYMS "uuencode MicrosoftPowerPoint7"
#PegasusType=PowerPoint

## Microsoft PowerPoint Show
TYPE PowerPointShow 2B0C02877305018267 "PowerPointShow uuencode" - - .PPS
MNEMONIC PPS
SMTP_SYNONYMS "uuencode PowerPointShow"

## Microsoft PowerPoint Template
TYPE MsoftPowerPointTempl 2B0C0287730501824D "MsoftPowerPointTempl uuencode" - - .POT
MNEMONIC POT
SMTP_SYNONYMS "uuencode MsoftPowerPointTempl"

## Microsoft PowerPoint Wizard
TYPE PowerPointWizard 2B0C02877305018278 "PowerPointWizard uuencode" - - .PWZ
MNEMONIC PWZ
SMTP_SYNONYMS "uuencode PowerPointWizard"

## Microsoft PowerPoint Add-in
TYPE MSPowerPointAddIn 2B0C02877305018337 "uuencode MSPowerPointAddIn" - - .PPA
MNEMONIC PPA

## Microsoft PowerPoint 97 Presentation
TYPE MSPowerPoint97 2B0C02877305018338 "uuencode MSPowerPoint97" - - .PPT
MNEMONIC PPT

TYPE MicrosoftProject4.0 2B0C0287730501817B "MicrosoftProject4.0 uuencode" - - .MPP
MNEMONIC MSPROJECT4
SMTP_SYNONYMS "uuencode MicrosoftProject4.0"

TYPE MicrosoftPublisher2.0 2B0C0287730501817A "MicrosoftPublisher2.0 uuencode" - - .MPP
MNEMONIC MSPUBLISHER2
SMTP_SYNONYMS "uuencode MicrosoftPublisher2.0"

## Microsoft Rich Text Format [RFT]
TYPE MicrosoftRichText 2B0C02877305011D "MicrosoftRichText uuencode" - - .RTF
DATA_OID_SYNONYMS 2B0C02877305016A
MNEMONIC RTF1
SMTP_SYNONYMS "uuencode MicrosoftRichText"
## NOTE: An MR mnemonic also exists which can replace RTF1 if necessary.
##	 Please see the comments at the beginning of this section for
##	 interoperability suggestions.

## Microsoft Rich Text Format V2.0 Document
TYPE MicrosoftRichText2.0 2B0C02877305016B "MicrosoftRichText2.0 uuencode" - - .RTF
MNEMONIC RTF2
SMTP_SYNONYMS "uuencode MicrosoftRichText2.0"

TYPE MicrosoftRichTextJap5.0 2B0C0287730501815D "MicrosoftRichTextJap5.0 uuencode"
MNEMONIC RTF5
SMTP_SYNONYMS "uuencode MicrosoftRichTextJap5.0"

## Microsoft Rich Text Format V6.0 Document
TYPE MicrosoftRichText6.0 2B0C02877305016C "MicrosoftRichText6.0 uuencode" - - .RTF
MNEMONIC RTF6
SMTP_SYNONYMS "uuencode MicrosoftRichText6.0"

## Microsoft Rich Text Format Document
TYPE MicrosoftRichTextDoc 2B0C0287730501833B "uuencode MicrosoftRichTextDoc" - - .RTF
MNEMONIC RTF

## Microsoft Schedule+ Configuration
TYPE SchedulePlusConfig 2B0C02877305018305 "SchedulePlusConfig uuencode" - - .VUE
MNEMONIC VUE
SMTP_SYNONYMS "uuencode SchedulePlusConfig"

## Microsoft Schedule+ Personal Schedule
TYPE SchedulePlusPersonal 2B0C0287730501825D "SchedulePlusPersonal uuencode" - - .SCD
MNEMONIC SCD
SMTP_SYNONYMS "uuencode SchedulePlusPersonal"

## Microsoft Schedule+ Exported Schedule
TYPE SchedulePlusPersonal 2B0C0287730501825E "SchedulePlusPersonal uuencode" - - .SC2
MNEMONIC SC2
SMTP_SYNONYMS "uuencode SchedulePlusPersonal"

## Microsoft Windows OLE Object
TYPE MicrosoftWinOLEObject 2B0C02877305018130 "MicrosoftWinOLEObject uuencode" - - .OLE
MNEMONIC OLE
SMTP_SYNONYMS "uuencode MicrosoftWinOLEObject"

## Microsoft Word [MAC V3.02]
TYPE MicrosoftWordMac3.02 2B0C028773050105 "MicrosoftWordMac3.02 uuencode" - - .MCW
MNEMONIC MA
SMTP_SYNONYMS "uuencode MicrosoftWordMac3.02"

## Microsoft Word [MAC thru V1.05]
TYPE MicrosoftWordMacthru1.05 2B0C02877305011C "MicrosoftWordMacthru1.05 uuencode" - - .MCW
MNEMONIC MC
SMTP_SYNONYMS "uuencode MicrosoftWordMacthru1.05"

TYPE MicrosoftWordMac5.1 2B0C02877305018160 "MicrosoftWordMac5.1 uuencode" - - .DOC
MNEMONIC MSWORD5MAC
SMTP_SYNONYMS "uuencode MicrosoftWordMac5.1"

## Microsoft Word [PC]
TYPE MicrosoftWordPC 2B0C028773050107 "MicrosoftWordPC uuencode" - - .DOC
DATA_OID_SYNONYMS 2A864886F70F032E
MNEMONIC MW
SMTP_SYNONYMS "uuencode MicrosoftWordPC"

## Microsoft Word for Windows V1.0 Document
TYPE MicrosoftWordWin1.0Doc 2B0C02877305014D "MicrosoftWordWin1.0Doc uuencode" - - .DOC
MNEMONIC WINWORD1
SMTP_SYNONYMS "uuencode MicrosoftWordWin1.0Doc"

## Microsoft Word for Windows V1.0 Template
TYPE MicrosoftWordWin1.0Templ 2B0C028773050150 "MicrosoftWordWin1.0Templ uuencode" - - .DOT
MNEMONIC WINWORDDOT1
SMTP_SYNONYMS "uuencode MicrosoftWordWin1.0Templ"

## Microsoft Word for Windows V2.0 Document
TYPE MicrosoftWordWin2.0Doc 2B0C02877305014E "MicrosoftWordWin2.0Doc uuencode" - - .DOC
MNEMONIC WINWORD2
SMTP_SYNONYMS "uuencode MicrosoftWordWin2.0Doc"

## Microsoft Word for Windows V2.0 Template
TYPE MicrosoftWordWin2.0Templ 2B0C028773050151 "MicrosoftWordWin2.0Templ uuencode" - - .DOT
MNEMONIC WINWORDDOT2
SMTP_SYNONYMS "uuencode MicrosoftWordWin2.0Templ"

TYPE MicrosoftWordDocJap5.0 2B0C0287730501815B "MicrosoftWordDocJap5.0 uuencode"
MNEMONIC WINWORD5
SMTP_SYNONYMS "uuencode MicrosoftWordDocJap5.0"

TYPE MicrosoftWordTempJap5.0 2B0C0287730501815C "MicrosoftWordTempJap5.0 uuencode"
MNEMONIC WINWORDDOT5
SMTP_SYNONYMS "uuencode MicrosoftWordTempJap5.0"

TYPE MicrosoftWordDocChi5.0 2B0C02877305018169 "MicrosoftWordDocChi5.0 uuencode"
MNEMONIC CTWINWORD5
SMTP_SYNONYMS "uuencode MicrosoftWordDocChi5.0"

TYPE MicrosoftWordDocChiSim5.0 2B0C0287730501816A "MicrosoftWordDocChiSim5.0 uuencode"
MNEMONIC CSWINWORD
SMTP_SYNONYMS "uuencode MicrosoftWordDocChiSim5.0"

TYPE MicrosoftWordDocKorDoc5.0 2B0C0287730501816B "MicrosoftWordDocKorDoc5.0 uuencode"
MNEMONIC KRWINWORD5
SMTP_SYNONYMS "uuencode MicrosoftWordDocKorDoc5.0"

## Microsoft Word for Windows V6.0 Document
TYPE MicrosoftWordWin6.0Doc 2B0C02877305014F "MicrosoftWordWin6.0Doc uuencode" - - .DOC
MNEMONIC WINWORD6
SMTP_SYNONYMS "uuencode MicrosoftWordWin6.0Doc"

## Microsoft Word for Windows V6.0 Template
TYPE MicrosoftWordWin6.0Templ 2B0C028773050152 "MicrosoftWordWin6.0Templ uuencode" - - .DOT
MNEMONIC WINWORDDOT6
SMTP_SYNONYMS "uuencode MicrosoftWordWin6.0Templ"

TYPE MicrosoftWordMac6.0Doc 2B0C02877305018178 "MicrosoftWordMac6.0Doc uuencode" - - .DOC
MNEMONIC MA6
SMTP_SYNONYMS "uuencode MicrosoftWordMac6.0Doc"

## Microsoft Word Wizard
TYPE MicrosoftWordWizard 2B0C0287730501825B "MicrosoftWordWizard uuencode" - - .WIZ
MNEMONIC WIZ
SMTP_SYNONYMS "uuencode MicrosoftWordWizard"

## Microsoft Word Add-in
TYPE MicrosoftWordAddIn 2B0C0287730501830D "MicrosoftWordAddIn uuencode" - - .WLL
MNEMONIC WLL
SMTP_SYNONYMS "uuencode MicrosoftWordAddIn"

## Microsoft Word 97 Document
TYPE MSWord97Doc 2B0C02877305018339 "uuencode MSWord97Doc" - - .DOC
MNEMONIC MSWORD

## Microsoft Word 97 Template
TYPE MSWord97Template 2B0C0287730501833A "uuencode MSWord97Template" - - .DOT
MNEMONIC DOT

## Microsoft Works [Export]
TYPE MicrosoftWorksExport 2B0C02877305018100 "MicrosoftWorksExport uuencode" - - .DOC
MNEMONIC MSWORKS
SMTP_SYNONYMS "uuencode MicrosoftWorksExport"

TYPE MS-Calendar 2B0C02877305018123 "MS-Calendar uuencode"
MNEMONIC MSCAL
SMTP_SYNONYMS "uuencode MS-Calendar"

TYPE MIDI 2B0C02877305018200 "MIDI uuencode" - - .MID
MNEMONIC MIDI
SMTP_SYNONYMS "uuencode MIDI"

## MS-Cardfile-Format
TYPE MS-Cardfile 2B0C0287730501812C "MS-Cardfile uuencode"
MNEMONIC MSCARD
SMTP_SYNONYMS "uuencode MS-Cardfile"

TYPE MIDIRIFF 2B0C02877305018201 "MIDIRIFF uuencode" - - .RMI
MNEMONIC RMID
SMTP_SYNONYMS "uuencode MIDIRIFF"

## MS-Project-Format
TYPE MS-Project 2B0C02877305018124 "MS-Project uuencode" - - .MPP
MNEMONIC MSPROJECT
SMTP_SYNONYMS "uuencode MS-Project"

TYPE MimeAudio 2B0C02877305018211 "MimeAudio uuencode"
MNEMONIC MimeAudio
SMTP_SYNONYMS "uuencode MimeAudio"
#VIEWER audioplay MimeAudio
#        audioplay -filename $i

TYPE MsDoSComFile 2b0c02877305018216 "MsDosComFile uuencode" - - .COM
MNEMONIC MSDosComFile
SMTP_SYNONYMS "uuencode MsDosComFile"

TYPE MsDoSExeFile 2b0c02877305018218 "MsDosExeFile uuencode" - - .EXE
MNEMONIC DOSEXE
SMTP_SYNONYMS "uuencode MsDosExeFile"

TYPE MPEG 2B0C0287730501817F "MPEG uuencode" - - .MPG
MNEMONIC MPEG
SMTP_SYNONYMS "uuencode MPEG"

## MultiMate/MultiMate AdvantageI/II
TYPE MultiMate/MultiMateAdv 2B0C028773050106 "MultiMate/MultiMateAdv uuencode" - - .DOX
MNEMONIC MM
SMTP_SYNONYMS "uuencode MultiMate/MultiMateAdv"

## Navy DIF
TYPE NavyDIF 2B0C028773050120 "NavyDIF uuencode" - - .ND
MNEMONIC ND
SMTP_SYNONYMS "uuencode NavyDIF"

## NBI Async Archive
TYPE NBIAsyncArchive 2B0C02877305011E "NBIAsyncArchive uuencode"
MNEMONIC NA
SMTP_SYNONYMS "uuencode NBIAsyncArchive"

## NBI Legacy
TYPE NBILegacy 2B0C02877305018101 "NBILegacy uuencode" - - .CHP
MNEMONIC LEGACY
SMTP_SYNONYMS "uuencode NBILegac"

## NBI Net Archive Format
TYPE NBINetArchive 2B0C02877305011F "NBINetArchive uuencode"
MNEMONIC NN
SMTP_SYNONYMS "uuencode NBINetArchive"

## OfficePower 6.0 and 7.0
TYPE OfficePower 2B0C0287730501823C "OfficePower uuencode" - - .OP
MNEMONIC OP
SMTP_SYNONYMS "uuencode OfficePower"
#PegasusType=OfficePower

## OfficeWriter
TYPE OfficeWriter 2B0C028773050108 "OfficeWriter uuencode" - - .DOC
MNEMONIC OW
SMTP_SYNONYMS "uuencode OfficeWriter"

## OLE Type Library
TYPE OLETypeLib 2B0C02877305018269 "OLETypeLib uuencode" - - .TLB
MNEMONIC TLB
SMTP_SYNONYMS "uuencode OLETypeLib"

## OnDemand WinINSTALL Script
TYPE WinINSTALLScript 2B0C02877305018266 "WinINSTALLScript uuencode" - - .NAI
MNEMONIC NAI
SMTP_SYNONYMS "uuencode WinINSTALLScript"

## PC Paintbrush
TYPE PCPaintbrush 2B0C028773050145 "PCPaintbrush uuencode" - - .PCX
MNEMONIC PCX
SMTP_SYNONYMS "uuencode PCPaintbrush"

## PFS: First Choice
TYPE PFS:FirstChoice 2B0C02877305018103 "PFS:FirstChoice uuencode" - - .DOC
MNEMONIC PFSFIRST
SMTP_SYNONYMS "uuencode PFS:FirstChoice"

## PFS: WRITE Version C
TYPE PFS:WRITEVersionC 2B0C02877305018104 "PFS:WRITEVersionC uuencode" - - .DOC
MNEMONIC PFSWRITE
SMTP_SYNONYMS "uuencode PFS:WRITEVersionC"

TYPE PageMaker3.01 2B0C028773058169 "PageMaker3.01 uuencode"
MNEMONIC PAGEMAKER3
SMTP_SYNONYMS "uuencode PageMaker3.01"

## PageMaker V4.0
TYPE PageMaker4.0 2B0C02877305018128 "PageMaker4.0 uuencode"
MNEMONIC PAGEMAKER
SMTP_SYNONYMS "uuencode PageMaker4.0"

## PageMaker V5.0
TYPE PageMaker5.0 2B0C02877305018136 "PageMaker5.0 uuencode"
MNEMONIC PAGEMAKER5
SMTP_SYNONYMS "uuencode PageMaker5.0"

## PageMaker for Macintosh(R), V2.0
TYPE PageMakerMac2.0 2B0C02877305018146 "PageMakerMac2.0 uuencode"
MNEMONIC ALB2
SMTP_SYNONYMS "uuencode PageMakerMac2.0"

## PageMaker for Macintosh(R), V3.0
TYPE PageMakerMac3.0 2B0C02877305018147 "PageMakerMac3.0 uuencode"
MNEMONIC ALB3
SMTP_SYNONYMS "uuencode PageMakerMac3.0"

## PageMaker for Macintosh(R), V4.0
TYPE PageMakerMac4.0 2B0C02877305018148 "PageMakerMac4.0 uuencode"
MNEMONIC ALB4
SMTP_SYNONYMS "uuencode PageMakerMac4.0"

## Paradox
TYPE Paradox 2B0C02877305018114 "Paradox uuencode" - - .DB
MNEMONIC PARADOX
SMTP_SYNONYMS "uuencode Paradox"

## PBM
TYPE PBM  2A864886F70F031C "PBM" F - - "P1"
SMTP_SYNONYMS "TEXT PBM"
VIEWER xloadimage PBM
       xloadimage -quiet $i
CONVERTER PBM MAILworksImage
       mv $i $o

## PBMRaw
TYPE PBMRaw  2A864886F70F031F "PBMRaw uuencode" T - - "P4"
SMTP_SYNONYMS "uuencode PBMRaw"
VIEWER xloadimage PBMRaw
       xloadimage -quiet $i
CONVERTER PBMRaw MAILworksImage
       mv $i $o

## PGM
#TYPE PGM  2A864886F70F031D "PGM" F - - "P2"
#SMTP_SYNONYMS "TEXT PGM"
#VIEWER xloadimage PGM
#       xloadimage -quiet $i
#CONVERTER PGM MAILworksImage
#       mv $i $o

## PGMRaw
#TYPE PGMRaw  2A864886F70F0320 "PGMRaw uuencode" T - - "P5"
#SMTP_SYNONYMS "uuencode PGMRaw"
#VIEWER xloadimage PGMRaw
#       xloadimage -quiet $i
#CONVERTER PGMRaw MAILworksImage
#       mv $i $o

## Peachtext 5000
TYPE Peachtext5000 2B0C02877305018102 "Peachtext5000 uuencode" - - .PCH
MNEMONIC PEACHTEXT
SMTP_SYNONYMS "uuencode Peachtext5000"

## PerFORM PRO Data File
TYPE PerFORMPROData 2B0C0287730501813D "PerFORMPROData uuencode" - - .FIL
MNEMONIC PFFIL
SMTP_SYNONYMS "uuencode PerFORMPROData"

## PerFORM PRO Form Definition File
TYPE PerFORMPRODefinition 2B0C0287730501813E "PerFORMPRODefinition uuencode" - - .FRP
MNEMONIC PFFRP
SMTP_SYNONYMS "uuencode PerFORMPRODefinition"

## PerFORM PRO Header File
TYPE PerFORMPROHeader 2B0C0287730501813C "PerFORMPROHeader uuencode" - - .FFL
MNEMONIC PFFFL
SMTP_SYNONYMS "uuencode PerFORMPROHeader"

TYPE Persuation 2B0C028773058227 "Persuation uuencode"
MNEMONIC PERSUATION
SMTP_SYNONYMS "uuencode Persuation"

TYPE PortableBitmap 2b0c02877305018213 "PortableBitmap uuencode"
MNEMONIC PortBitmap
SMTP_SYNONYMS "uuencode PortableBitmap"

## Postscript
TYPE Postscript 2B0C8773010306 Postscript F - .PS "%!"
DATA_OID_SYNONYMS 2A864886F70F030F
SMTP_SYNONYMS "TEXT Postscript"
MNEMONIC PS
NEEDS_TEXT_PROCESSING
CONVERTER Postscript PlainText
	mv $i $o
#ifdef ALPHA_OSF
VIEWER dxvdoc Postscript
	dxvdoc -f ps $i
#endif
#CONVERTER Postscript HPPCL
#       /usr/ioffice/bin/ps-to-pcl $i $o
#CONVERTER Postscript HPPaintJet
#       /usr/ioffice/bin/ps-to-hppj $i $o

## PPM format
#TYPE PPM  2A864886F70F031E "PPM" F - - "P3"
#SMTP_SYNONYMS "TEXT PPM"
#VIEWER xloadimage PPM
#       xloadimage -quiet $i
#CONVERTER PPM MAILworksImage
#       mv $i $o

## PPMRaw
#TYPE PPMRaw  2A864886F70F0321 "PPMRaw uuencode" T - - "P6"
#SMTP_SYNONYMS "uuencode PPMRaw"
#VIEWER xloadimage PPMRaw
#       xloadimage -quiet $i
#CONVERTER PPMRaw MAILworksImage
#       mv $i $o

## Prime Word
TYPE PrimeWord 2B0C028773050122 "PrimeWord uuencode"
MNEMONIC PW
SMTP_SYNONYMS "uuencode PrimeWord"

## Professional Write Plus
TYPE ProfessionalWritePlus 2B0C02877305018106 "ProfessionalWritePlus uuencode" - - .PWP
MNEMONIC PROWRITEPLUS
SMTP_SYNONYMS "uuencode ProfessionalWritePlus"

##Professional Write
TYPE ProfessionalWrite 2B0C02877305018105 "ProfessionalWrite uuencode" - - .PRO
MNEMONIC PROWRITE
SMTP_SYNONYMS "uuencode ProfessionalWrite"

## Q&A Write
TYPE Q&AWrite 2B0C02877305018107 "Q&AWrite uuencode" - - .QAW
MNEMONIC QAWRITE
SMTP_SYNONYMS "uuencode Q&AWrite"

## Quadratron Q-One
TYPE QuadratronQ-One 2B0C028773050109 "QuadratronQ-One uuencode" - - .DOC
MNEMONIC Q1
SMTP_SYNONYMS "uuencode QuadratronQ-One"

## QuarkXPress
TYPE QuarkXPress 2B0C0287730501812E "QuarkXPress uuencode"
MNEMONIC QUARKX
SMTP_SYNONYMS "uuencode QuarkXPress"

## Borland Quattro Pro for Windows Spreadsheet
TYPE QuattroProWin 2B0C02877305018135 "QuattroProWin uuencode" - - .WB1
DATA_OID_SYNONYMS 2B0C0287730501812B
MNEMONIC QUATTRO
SMTP_SYNONYMS "uuencode QuattroProWin"
## NOTE: A Q4PRO mnemonic also exists which can replace QUATTRO if
##	 necessary.  Please see the comments at the beginning of this section
##	 for interoperability suggestions.

## QUED Text Editor for Macintosh(R)
TYPE QUED 2B0C0287730501814B "QUED uuencode"
MNEMONIC QUED
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode QUED"

TYPE QuickenData 2B0C028773058229 "QuickenData uuencode"
MNEMONIC Quicken
SMTP_SYNONYMS "uuencode QuickenData"

TYPE QuickTime 2B0C0287730501817E "QuickTime uuencode" - - .MOV
MNEMONIC MOV
SMTP_SYNONYMS "uuencode QuickTime"

## RGIP
TYPE RGIP 2B0C02877305018239 "RGIP uuencode" - - .RGP
MNEMONIC RGP
#PegasusType=RGIP
SMTP_SYNONYMS "uuencode RGIP"

## Rapid File
TYPE RapidFile 2B0C02877305018108 "RapidFile uuencode" - - .MMO
MNEMONIC RAPID
SMTP_SYNONYMS "uuencode RapidFile"

## Reflex V1.0 Database
TYPE ReflexV1 2B0C0287730501827B "ReflexV1 uuencode" - - .RXD
MNEMONIC RXD
SMTP_SYNONYMS "uuencode ReflexV1"

## Reflex V2.0 Database
TYPE ReflexV2 2B0C02877305018279 "ReflexV2 uuencode" - - .R2D
MNEMONIC R2D
SMTP_SYNONYMS "uuencode ReflexV2"

## SAMNA Word I/II/III/IV
TYPE SAMNAWord 2B0C02877305010A "SAMNAWord uuencode" - - .DOC
MNEMONIC SA
SMTP_SYNONYMS "uuencode SAMNAWord"

## Extended SDECKanji Text bodypart
TYPE SDECKanji 2B0C02877305018138 "SDECKanji uuencode"
MNEMONIC SDK
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode SDECKanji"

## Signature
TYPE Signature 2B0C02877305018109 "Signature uuencode" - - .DOC
MNEMONIC SIGNATURE
SMTP_SYNONYMS "uuencode Signature"

## Extended SJIS Text body part
TYPE SJIS 2B0C02877305018139 "SJIS uuencode"
MNEMONIC SJIS
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode SJIS"

## SmartWare II
TYPE SmartWareII 2B0C028773050123 "SmartWareII uuencode"
MNEMONIC SW
SMTP_SYNONYMS "uuencode SmartWareII"

## SmartWare
TYPE SmartWare 2B0C02877305018113 "SmartWare uuencode" - - .DOC
MNEMONIC SMARTWARE
SMTP_SYNONYMS "uuencode SmartWare"

TYPE SMF 2B0C02877305822A "SMF uuencode"
MNEMONIC SMF
SMTP_SYNONYMS "uuencode SMF"

## SMS Package File
TYPE SMSPackage 2B0C02877305018251 "SMSPackage uuencode" - - .PKG
MNEMONIC PKG
SMTP_SYNONYMS "uuencode SMSPackage"

##
## Some useful bodyparts for Sony
##

##
## Some useful bodyparts for the Sun
##

## Sun ColorRaster
#TYPE SunColorRaster  2A864886F70F0317 "SunColorRaster uuencode" T
#VIEWER xloadimage SunColorRaster
#       xloadimage -quiet $i
#CONVERTER SunColorRaster MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "uuencode SunColorRaster"

## Sun MonoRaster
#TYPE SunMonoRaster  2A864886F70F0316 "SunMonoRaster uuencode" T
#VIEWER xloadimage SunMonoRaster
#       xloadimage -quiet $i
#CONVERTER SunMonoRaster MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "uuencode SunMonoRaster"

TYPE SuperBase 2B0C02877305822B "SuperBase uuencode"
MNEMONIC SuperBase
SMTP_SYNONYMS "uuencode SuperBase"

## Super Calc
TYPE SuperCalc 2B0C02877305018117 "SuperCalc uuencode" - - .CAL
MNEMONIC SUPERCALC
SMTP_SYNONYMS "uuencode SuperCalc"

## Aldus SuperPaint for Macintosh(R)
TYPE SuperPaint 2B0C0287730501814C "SuperPaint uuencode"
MNEMONIC SPNT
SMTP_SYNONYMS "uuencode SuperPaint"

TYPE TACTIS 2B0C02877305018168 "TACTIS uuencode"
MNEMONIC TACTIS
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "uuencode TACTIS"

## Targa Graphics File
TYPE TargaGraphics 2B0C02877305018302 "TargaGraphics uuencode" - - .TGA
MNEMONIC TGA
SMTP_SYNONYMS "uuencode TargaGraphics"

## TAZ Compressed Archive
TYPE TAZArchive 2B0C02877305018258 "TAZArchive uuencode" - - .TAZ
MNEMONIC TAZ
SMTP_SYNONYMS "uuencode TAZArchive"

## Digital Teamlinks Remote Connection Script
TYPE TLRemoteScript 2B0C02877305018303 "TLRemoteScript" F - .TLR
MNEMONIC TLREMOTE
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT TLRemoteScript"

## TeamRoute Header File
TYPE TeamRouteHeader 2B0C02877305018145 "TeamRouteHeader uuencode" - - .TMR
MNEMONIC MSG:TMR
SMTP_SYNONYMS "uuencode TeamRouteHeader"

TYPE TeXdvi 2B0C028773058217 "TeXdvi uuencode"
MNEMONIC TexDvi
SMTP_SYNONYMS "uuencode TeXdvi"

TYPE TeXsource 2B0C0287730501822B "TeXsource uuencode"
MNEMONIC TexSource
SMTP_SYNONYMS "uuencode TeXsource"

##Several forms of ISO text follows
TYPE TextIso8859-1 2B0C02877305018207 "TextIso8859-1 uuencode"
MNEMONIC ISO8859-1
SMTP_SYNONYMS "uuencode TextIso8859-1"
#VIEWER shownonascii TextIso8859-1
#        shownonascii 8859-1 -e richtext -p -o -f $i

TYPE TextIso8859-2 2B0C02877305018208 "TextIso8859-2 uuencode"
MNEMONIC ISO8859-2
SMTP_SYNONYMS "uuencode TextIso8859-2"
TYPE TextIso8859-3 2B0C02877305018209 "TextIso8859-3 uuencode"
MNEMONIC ISO8859-3
SMTP_SYNONYMS "uuencode TextIso8859-3"
TYPE TextIso8859-4 2B0C0287730501820A "TextIso8859-4 uuencode"
MNEMONIC ISO8859-4
SMTP_SYNONYMS "uuencode TextIso8859-4"
TYPE TextIso8859-5 2B0C0287730501820B "TextIso8859-5 uuencode"
MNEMONIC ISO8859-5
SMTP_SYNONYMS "uuencode TextIso8859-5"
TYPE TextIso8859-6 2B0C0287730501820C "TextIso8859-6 uuencode"
MNEMONIC ISO8859-6
SMTP_SYNONYMS "uuencode TextIso8859-6"
TYPE TextIso8859-7 2B0C0287730501820D "TextIso8859-7 uuencode"
MNEMONIC ISO8859-7
SMTP_SYNONYMS "uuencode TextIso8859-7"
TYPE TextIso8859-8 2B0C0287730501820E "TextIso8859-8 uuencode"
MNEMONIC ISO8859-8
SMTP_SYNONYMS "uuencode TextIso8859-8"
TYPE TextIso8859-9 2B0C0287730501820F "TextIso8859-9 uuencode"
MNEMONIC ISO8859-9
SMTP_SYNONYMS "uuencode TextIso8859-9"
TYPE TextIso2022-JP 2B0C02877305018210 "TextIso2022-JP uuencode"
MNEMONIC TextIso2022-JP
SMTP_SYNONYMS "uuencode TextIso2022-JP"

## Tagged Image File
TYPE TIFF 2B0C02877305014A "TIFF uuencode" - - .TIF
DATA_OID_SYNONYMS 2A864886F70F0502
MNEMONIC TIFF
SMTP_SYNONYMS "uuencode TIFF"

## Unlike the other Island tools, IslandPaint provides no
## command-line interface to print or convert anything.  Although
## it can read and save a number of formats, you'll have to do it
## by hand.
##
## There is no IslandPaint type, it uses TIFF as it's native format.
##
#VIEWER IslandPaint TIFF
#       /usr/ioffice/bin/IslandPaint $i
#EDITOR IslandPaint TIFF
#       /usr/ioffice/bin/IslandPaint $i

## Enriched Text File
TYPE EnrichedText 2B0C02877305018301 "EnrichedText" F - .RTX
MNEMONIC TEXT/ENRICHED
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT EnrichedText"

## Plus! Pak Theme File
TYPE ThemeFile 2B0C02877305018259 "ThemeFile uuencode" - - .THEME
MNEMONIC THEME
SMTP_SYNONYMS "uuencode ThemeFile"""

## Think C Source file
TYPE ThinkC 2B0C0287730501814D "ThinkC uuencode" - - .C
MNEMONIC THKC
SMTP_SYNONYMS "uuencode ThinkC"

## Total Word
TYPE TotalWord 2B0C0287730501810A "TotalWord uuencode" - - .DOC
MNEMONIC TOTALWORD
SMTP_SYNONYMS "uuencode TotalWord"

## Transport Neutral Encapsulation Format (TNEF)
TYPE TNEF 2B0C02877305018230 "TransportNeutralEncapsulationFormat uuencode" - - .TNF
MNEMONIC TNEF
SMTP_SYNONYMS "uuencode TransportNeutralEncapsulationFormat"

## True Type Font
TYPE TTF 2B0C02877305822C "TTF uuencode"
MNEMONIC TTF
SMTP_SYNONYMS "uuencode TTF"

## Uniplex II Plus
TYPE UniplexIIPlus 2B0C02877305010B "UniplexIIPlus uuencode" - - .UP
MNEMONIC UP
SMTP_SYNONYMS "uuencode UniplexIIPlus"

## Universal Resource Locator
TYPE URL 2B0C0287730501825A "URL" F - .URL
MNEMONIC URL
NEEDS_TEXT_PROCESSING
SMTP_SYNONYMS "TEXT URL"

TYPE UNIXtar 2B0C02877305821A "UNIXtar uuencode" - - .TAR
MNEMONIC UnixTar
SMTP_SYNONYMS "uuencode UNIXtar"

TYPE UNIXzoo 2B0C02877305821D "UNIXzoo uuencode"
MNEMONIC UnixZoo
SMTP_SYNONYMS "uuencode UNIXzoo"

## UtahRLE
#TYPE UtahRLE  2A864886F70F031A "UtahRLE uuencode" T
#SMTP_SYNONYMS "uuencode UtahRLE"
#VIEWER xloadimage UtahRLE
#       xloadimage -quiet $i
#CONVERTER UtahRLE MAILworksImage
#       mv $i $o

TYPE VideoForWindows 2B0C0287730501817D "VideoForWindows uuencode" - - .AVI
MNEMONIC AVI
SMTP_SYNONYMS "uuencode VideoForWindows"

## Visio Drawing File
TYPE VisioDrawing 2B0C0287730501832E "uuencode VisioDrawing" - - .VSD
MNEMONIC VSD

## Visio Stencil File
TYPE VisioStencil 2B0C0287730501832F "uuencode VisioStencil" - - .VSS
MNEMONIC VSS

## Visio Template File
TYPE VisioTemplate 2B0C02877305018330 "uuencode VisioTemplate" - - .VST
MNEMONIC VST

## Visual Basic
TYPE VisualBasic 2B0C02877305822D "VisualBasic uuencode"
MNEMONIC VB
SMTP_SYNONYMS "uuencode VisualBasic"

## Volkswriter Deluxe
TYPE VolkswriterDeluxe 2B0C0287730501810B "VolkswriterDeluxe uuencode" - - .DOC
MNEMONIC VOLKS
SMTP_SYNONYMS "uuencode VolkswriterDeluxe"

## Voxware Speech File
TYPE VoxwareSpeech 2B0C02877305018304 "VoxwareSpeech uuencode" - - .VOX
MNEMONIC VOX
#PegasusType=VoxwareSpeech
SMTP_SYNONYMS "uuencode VoxwareSpeech"

## WAVE Sound File
TYPE WAVESound 2B0C0287730501812F "WAVESound uuencode" - - .WAV
MNEMONIC WAV
SMTP_SYNONYMS "uuencode WAVESound"

## Wang OIS/VS Comm
TYPE WangOIS/VSComm 2B0C02877305010E "WPGraphics uuencode" - - .WF
MNEMONIC WF
SMTP_SYNONYMS "uuencode WPGraphics"

## Wang PC
TYPE WangPC 2B0C02877305010C "WangPC uuencode" - - .WPC
MNEMONIC WC
SMTP_SYNONYMS "uuencode WangPC"

## Wang SWP
TYPE WangSWP 2B0C0287730501810C "WangSWP uuencode" - - .SWP
MNEMONIC WANGSWP
SMTP_SYNONYMS "uuencode WangSWP"

## Wang WITA
TYPE WangWITA 2B0C028773050115 "WangWITA uuencode" - - .WTA
MNEMONIC WT
SMTP_SYNONYMS "uuencode WangWITA"

## Wang WP Plus
TYPE WangWPPlus 2B0C0287730501810D "WangWPPlus uuencode" - - .WPP
MNEMONIC WANGWPPLUS
SMTP_SYNONYMS "uuencode WangWPPlus"

## Wavelet Bitmap
TYPE WaveletBitmap 2B0C02877305018328 "WaveletBitmap uuencode" - - .WVL
MNEMONIC WVL
SMTP_SYNONYMS "uuencode WaveletBitmap"

## Windows Bitmap
TYPE WinBitmap 2B0C02877305012E "WinBitmap uuencode" - - .BMP
MNEMONIC BITMAP
SMTP_SYNONYMS "uuencode WinBitmap"

## Windows Briefcase
TYPE WindowsBriefcase 2B0C0287730501826D "WindowsBriefcase uuencode" - - .BFC
MNEMONIC BFC
SMTP_SYNONYMS "uuencode WindowsBriefcase"

## Windows Clipboard
TYPE WinClipboard 2B0C028773050131 "WinClipboard uuencode" - - .CLP
MNEMONIC CLP
SMTP_SYNONYMS "uuencode WinClipboard"

## Windows Cursor
TYPE WinCursor 2B0C028773050133 "WinCursor uuencode" - - .CUR
MNEMONIC CURSOR
SMTP_SYNONYMS "uuencode WinCursor"

## Windows Help File
TYPE WindowsHelp 2B0C02877305018204 "WindowsHelp uuencode" - - .HLP
MNEMONIC HLP
SMTP_SYNONYMS "uuencode WindowsHelp"

## Windows Icon
TYPE WinIcon 2B0C028773050143 "WinIcon uuencode" - - .ICO
MNEMONIC ICON
SMTP_SYNONYMS "uuencode WinIcon"

## Windows Metafile
TYPE WinMetafile 2B0C028773050156 "WinMetafile uuencode" - - .WMF
MNEMONIC WMF
SMTP_SYNONYMS "uuencode WinMetafile"

## Windows Program Information File
TYPE WinProgramInfoFile 2B0C02877305014B "WinProgramInfoFile uuencode" - - .PIF
MNEMONIC "WIN PIF"
SMTP_SYNONYMS "uuencode WinProgramInfoFile"

## Windows Recorder File
TYPE WindowsRecorder 2B0C0287730501827A "WindowsRecorder uuencode" - - .REC
MNEMONIC REC
SMTP_SYNONYMS "uuencode WindowsRecorder"

## Windows Password List
TYPE WindowsPasswordFile 2B0C02877305018277 "WindowsPasswordFile uuencode" - - .PWL
MNEMONIC PWL
SMTP_SYNONYMS "uuencode WindowsPasswordFile"

## Windows Screen Saver
TYPE WindowsScreenSaver 2B0C0287730501827D "WindowsScreenSaver uuencode" - - .SCR
MNEMONIC SCR
SMTP_SYNONYMS "uuencode WindowsScreenSaver"

## Windows Setup Information File
TYPE WindowsSetupInf 2B0C02877305018250 "WindowsSetupInf uuencode" - - .INF
MNEMONIC INF
SMTP_SYNONYMS "uuencode WindowsSetupInf"

## Windows Shorcut
TYPE WindowsShorcut 2B0C02877305018260 "WindowsShorcut uuencode" - - .LNK
MNEMONIC LNK
SMTP_SYNONYMS "uuencode WindowsShorcut"

TYPE WinProgramGroup 2B0C028773058215 "WinProgramGroup uuencode"
MNEMONIC WinGroup
SMTP_SYNONYMS "uuencode WinProgramGroup"

## Windows Write Document
TYPE WinWriteDoc 2B0C02877305014C "WinWriteDoc uuencode" - - .WRI
MNEMONIC "WIN WRITE"
SMTP_SYNONYMS "uuencode WinWriteDoc"

## Wingz
TYPE Wingz 2B0C02877305018129 "Wingz uuencode"
DATA_OID_SYNONYMS 2A864886F70F0315
MNEMONIC WINGZ
SMTP_SYNONYMS "uuencode Wingz"

## Micro Systems Engineering WiziDraw
TYPE WiziDraw 2B0C0287730501823A "WiziDraw uuencode" - - .DRW
MNEMONIC WIZIDRAW
SMTP_SYNONYMS "uuencode WiziDraw"
#PegasusType=DRW

## Micro Systems Engineering WiziWord
TYPE WiziWord 2B0C0287730501823B "WiziWord uuencode" - - .WYS
MNEMONIC WIZIWORD
#PegasusType=WYS
SMTP_SYNONYMS "uuencode WiziWord"

## WORD ERA
TYPE WORDERA 2B0C02877305010D "WORDERA uuencode" - - .WE
MNEMONIC WE
SMTP_SYNONYMS "uuencode WORDERA"

## WordMARC
TYPE WordMARC 2B0C028773050124 "WordMARC uuencode" - - .WM
MNEMONIC WM
SMTP_SYNONYMS "uuencode WordMARC"

## WordPerfect Document
TYPE WordPerfect 2B0C028773050129 "WordPerfect uuencode" - - .WPD
DATA_OID_SYNONYMS 2B0C028773050110 2A864886F70F032C 2B0C02877305016F 2B0C02877305010F 2A864886F70F032D 2B0C028773050170 2B0C02877305018118 2B0C0287730501831D
MNEMONIC WPCORP
SMTP_SYNONYMS "uuencode WordPerfect"
## NOTE: Mnemonics WP, WP4, WO, WP5, & WP6 also exist which can replace WPCORP
##	 if necessary.  Please see the comments at the beginning of this
##	 section for interoperability suggestions.

TYPE WordPerfectTemplate 2B0C0287730501815A "WordPerfectTemplate uuencode" - - .WPT
MNEMONIC WPT
SMTP_SYNONYMS "uuencode WordPerfectTemplate"

## WordPerfect Macro Facility
TYPE WordPerfectMacroFac 2B0C02877305018308 "WordPerfectMacroFac uuencode" - - .WCH
MNEMONIC WCH
SMTP_SYNONYMS "uuencode WordPerfectMacroFac"

## WordPerfect Macro
TYPE WordPerfectMacro 2B0C02877305018309 "WordPerfectMacro uuencode" - - .WCM
MNEMONIC WCM
SMTP_SYNONYMS "uuencode WordPerfectMacro"

## WordPerfect for the Macintosh(R), v1
TYPE WordPerfectMac1.0 2B0C02877305018142 "WordPerfectMac1.0 uuencode"
MNEMONIC WP1
SMTP_SYNONYMS "uuencode WordPerfectMac1.0"

## WordPerfect for the Macintosh(R), v2
TYPE WordPerfectMac2.0 2B0C02877305018143 "WordPerfectMac2.0 uuencode"
MNEMONIC WP2
SMTP_SYNONYMS "uuencode WordPerfectMac2.0"

## WordPerfect for the Macintosh(R), v3
TYPE WordPerfectMac3.0 2B0C02877305018144 "WordPerfectMac3.0 uuencode" - - .WP3
MNEMONIC WP3
SMTP_SYNONYMS "uuencode WordPerfectMac3.0"

## WordStar 2000 Document
TYPE WordStar2000 2B0C028773050114 "WordStar2000 uuencode" - - .WS2
MNEMONIC WS2000
SMTP_SYNONYMS "uuencode WordStar2000"

## WordStar for Windows
TYPE WordStarWin 2B0C02877305018110 "WordStarWin uuencode" - - .WS
MNEMONIC WSWIN
SMTP_SYNONYMS "uuencode WordStarWin"

## WordStar
TYPE WordStar 2B0C028773050111 "WordStar uuencode" - - .DOC
MNEMONIC WS
SMTP_SYNONYMS "uuencode WordStar"

## WordStar, v4.0
TYPE WordStar4.0 2B0C028773050112 "WordStar4.0 uuencode"
MNEMONIC WS4
SMTP_SYNONYMS "uuencode WordStar4.0"

## Wordstar, V5.0
TYPE WordStar5.0 2B0C028773050113 "WordStar5.0 uuencode"
MNEMONIC WS5
SMTP_SYNONYMS "uuencode WordStar5.0"

## WP Graphics
TYPE WPGraphics 2B0C0287730501810E " uuencode" - - .WPG
MNEMONIC WPG

## WPSPLUS
TYPE WPSPLUS 2B0C8773010307 "WPSPLUS uuencode" - - .WPL
MNEMONIC WPSPLUS
SMTP_SYNONYMS "uuencode WPSPLUS"

## Write Now [MAC]
TYPE WriteNowMac 2B0C0287730501810F "WriteNowMac uuencode" - - .NOW
MNEMONIC WRITENOW
SMTP_SYNONYMS "uuencode WriteNowMac"

## X Windows PixMap
TYPE XWindowsPixMap 2B0C0287730501823E "XWindowsPixMap uuencode" - - .XPM
MNEMONIC XPM
#PegasusType=XWindowsPixMap
SMTP_SYNONYMS "uuencode XWindowsPixMap"

## X Bitmap Type
## NOTE: this type does not need encoding because it is represented in ascii
##       The Magic number is omitted and defaults to none.
TYPE "X Bitmap" 2B0C02877305018126 "XBM"       F         -        .xbm
DATA_OID_SYNONYMS 2A864886F70F0307
MNEMONIC ICONX
SMTP_SYNONYMS "TEXT XBM"
CONVERTER "X Bitmap" MAILworksImage
	mv $i $o
VIEWER xloadimage "X Bitmap"
	xloadimage -quiet $i
VIEWER bitmap "X Bitmap"
	bitmapEncl $i
EDITOR bitmap "X Bitmap"
	bitmapEncl $i

## X10bitmap
#TYPE X10bitmap  2A864886F70F0319 "X10bitmap" F
#VIEWER xloadimage X10bitmap
#       xloadimage -quiet $i
#CONVERTER X10bitmap MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "TEXT X10bitmap"

## X-Bitmap Image
TYPE X-BitmapImage 2B0C02877305018333 "uuencode X-BitmapImage" - - .XBM
MNEMONIC XBM

## Xpixmap
#TYPE Xpixmap  2A864886F70F0318 "Xpixmap uuencode" T
#VIEWER xloadimage Xpixmap
#       xloadimage -quiet $i
#CONVERTER Xpixmap MAILworksImage
#       mv $i $o
#SMTP_SYNONYMS "uuencode Xpixmap"

## Xerox 860 Comm
TYPE Xerox860Comm 2B0C028773050125 "Xerox860Comm uuencode"
MNEMONIC XF
SMTP_SYNONYMS "uuencode Xerox860Comm"

## Xerox Writer III
TYPE  XeroxWriterIII 2B0C028773050126 "XeroxWriterIII uuencode"
MNEMONIC XW
SMTP_SYNONYMS "uuencode XeroxWriterIII"

## Xerox XIF [Unix Format]
TYPE XeroxXIFUnix 2B0C02877305018111 "XeroxXIFUnix uuencode" - - .XIF
MNEMONIC XIF
SMTP_SYNONYMS "uuencode XeroxXIFUnix"

## XWD
TYPE XWD 2A864886F70F031B "XWD uuencode" T
VIEWER xloadimage XWD
       xloadimage -quiet $i
CONVERTER XWD MAILworksImage
       mv $i $o
EDITOR xwd XWD
       xwd -out $i
SMTP_SYNONYMS "uuencode XWD"
# Use the following if you have the xsnap program
# EDITOR xsnap XWD
#       xsnap -xwd -file $i
#

## XyWrite II Plus, III, IV
TYPE XyWrite 2B0C02877305018112 "XyWrite uuencode" - - .DOC
MNEMONIC XYWRITE
SMTP_SYNONYMS "uuencode XyWrite"

## dBASE V2.0
TYPE dBASE2.0 2B0C028773050134 "dBASE2.0 uuencode" - - .DBF
MNEMONIC DBASE2
SMTP_SYNONYMS "uuencode dBASE2.0"

TYPE ZIP 2B0C02877305018203 "ZIP uuencode" - - .ZIP
MNEMONIC ZIP
SMTP_SYNONYMS "uuencode ZIP"

## dBASE V3.
TYPE dBASE3.0 2B0C028773050135 "dBASE3.0 uuencode" - - .DBF
MNEMONIC DBASE3
SMTP_SYNONYMS "uuencode dBASE3.0"

## dBASE V4.0
TYPE dBASE4.0 2B0C028773050136 "dBASE4.0 uuencode" - - .DBF
MNEMONIC DBASE4
SMTP_SYNONYMS "uuencode dBASE4.0"

TYPE ZoomFax 2B0C02877305822E "ZoomFax uuencode"
MNEMONIC ZOOM
SMTP_SYNONYMS "uuencode ZoomFax"
