This is an unofficial FAQ on the use of PC (Windows) Pine by the University of Baltimore (UB) community. Pine is an IMAP mail agent, graphical user interface (GUI) to a Mail system. The basic Mail system at UB is VMS Mail, and a basic familiarity with it is assumed in this FAQ.
feature-list =
Set Feature Name
--- ----------------------
[ ] assume-slow-link
[X] auto-move-read-msgs
[ ] auto-open-next-unread
Subject: Re: University of Baltimore logo image Parts/attachments: 1 Shown 39 lines Text 2 19 KB Image, "large ub logo" 3 5.7 KB Image, "small ub logo" ---------------------------------------- ......, glad to hear from an alumnus! I am attaching both images using Pine. .........As you can see, Pine identified that I had one part shown as text, and two attachments, different sizes of the logo gif file. To read the attachments click or press V (ViewAttch) and a list of the attachments will appear, as follows:
PINE 3.95 ATTACHMENT INDEX Folder: SENTMAIL Message 7 of 7 1 39 lines Text/PLAIN 2 19 KB Image/GIF, "large ub logo" 3 5.7 KB Image/GIF, "small ub logo"
You need to create two files MAILCAP and MIMETYPE. When you installed Pine, samples of these files were include as: mailcap.sam and mimetype.sam. The MIMETYPE (do not use the extension) file defines the types of attachment formats you want to use. The MAILCAP (do not use the extension) file indicates the path for the viewer application of a certain type.
Please note: viewing an attachment means opening the attached file in a corresponding application program, what is done automatically by Pine, after you set up MAILCAP and MIMETYPE..
See below my MIMETYPE and MAILCAP files. Please note that I have included mime types for Microsoft Word, WordPerfect and Lotus 1-2-3 in the MIMETYPE file, and have included a path for the viewers (Word, WP and Quattro) in the MAILCAP file.
application/postscript ai eps ps application/rtf rtf application/winword doc application/wordperfect wp application/lotus wk3 wk4 audio/basic au snd audio/x-aiff aif aiff aifc audio/x-wav wav image/gif gif image/ief ief image/jpeg jpeg jpg jpe image/tiff tiff tif image/bmp bmp text/html html text/plain txt c cc h video/mpeg mpeg mpg mpe video/quicktime qt mov video/x-msvideo avi video/x-sgi-movie movie
#For image attachments of all types, invoke lview: image/*;e:\lview32\lviewpro.exe %s # #For typical business applications use: application/winword;c:\msoffice\winword\winword.exe %s application/wordperfect;f:\corel\office7\wpwin7\wpwin.exe %s application/rtf;c:\windows\write.exe %s application/lotus;f:\corel\office7\quattro7\qpw.exe %s