Abstract of INFO-MAC archived Text file 'comm/inet/mail/edr/eudora-offline-reader-unix.shar' Uploaded 09/20/1992 23192 bytes Date: Sun, 20 Sep 1992 19:16:42 -0400 From: kkirksey@world.std.com (Ken B Kirksey) Subject: Eudora As An Offline Reader This archive contains a short Unix program and document explaining how to use Eudora as an offline UNIX mail reader. If you want to use Eudora, but don't have a TCP/IP connection to your mac or access to a slip server, this file is for you. The program (udora.c) and the document are both in the beta stage. I've gotten the program to compile on a SparcStation, but I'd like to know how it compiles on other unix boxes. Any feedback is welcome and appreciated. Ken #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh udora.c <<'END_OF_udora.c' X/******************************************************************************* X* udora.c by Ken Kirksey * X* Version 1.0b1 20 Sep 1992 * X* * X* This program takes the Out file generated by Eudora and automatically parses * X* out and mails each message in the file. Consult the Readme file that came * X* with this source file for complete details on it's use. * X* * X* Eudora )1990 by the University of Illinois Board of Trustees. * X* Eudora was written by Steve Dorner * X* * X* This program )1992 Ken Kirksey. It may be modified for your personal use * X* only. Do not distribute an modified versions of this program. * X*******************************************************************************/ X#include X#include X X#ifdef THINKC X#include X#endif X