.name
AmiPOP
.type
Network Utility
.short
A POP 3 client for AmigaDOS.
.description
AmiPOP@ is a POP3 Client for AmigaDOS.  It was written directly from
the POP3 RFC (RFC #1225). AmiPOP is only a simple transport mechanism
for moving electronic mail messages between a POP-Host, typically
a mainframe, and your local AmigaDOS system.  The advantage of POP
over other transports such as SMTP is that all E-mail can still be
directed to the mainframe system.  This is of primary importance when
either a dialup line is used, which has a new IP address for each
connection, or when a user uses many machines, and wishes to be able
to transparently read mail on all of them.

AmiPOP features:
	· AUISG compliant (or at least it tries to be!)
	· Makes heavy use of 2.0 (and higher) functions such as ReadArgs,
	  utility.library, GadTools, and 2.0 functions in Amiga.lib.
	· Written from RFC 1225, not a port of a Unix or a PC application.
	· Small code size, and low system resource usage.
	· Commodities interface
.version
1.18
.date
1995.09.19
.author
Scott Ellis
.requirements
AmigaDOS 2.04+
AmiTCP/IP release 2 or higher.
.reference
GoldFish-Vol2-1:Files/comm/net/AmiPOP/
1.14
FreshFish-Dec93:New/comm/net/AmiTCP_POP/
1.6
.distribution
Freeware
.address
3640 Mt Everest Blvd
San Diego, CA
92111 (USA)
.email
sellis@ucssun1.sdsu.edu
.source
Includes source in C.
.docs
AmiPOP.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "AmiPOP" "Please select an option" "View Guide Files" "View Other Files" "Run AmiPOP" "Cancel"`

if $choice EQ "0"
  quit 5
endif

if $choice EQ "1"
  set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  set dirchoice `pathname $filechoice`
  set filechoice `basename $filechoice`
  failat 21
  cd $dirchoice
  MetaTool $filechoice GUIDE
endif

if $choice EQ "2"
  set filechoice `RequestFile TITLE "Select Text File"`
  set dirchoice `pathname $filechoice`
  set filechoice `basename $filechoice`
  failat 21
  cd $dirchoice
  MetaTool $filechoice TEXT
endif

if $choice EQ "3"
  AmiPOP.000
endif
.aminet-dir
comm/net
