top ( message# #lines -- seq )
POP3 client library

Prev:list ( -- assoc )
Next:consolidate ( -- seq )


Vocabulary
pop3

Inputs
message#a fixnum
#linesa fixnum


Outputs
seqa sequence


Word description
Lists the header for message# and the first #lines of the message text. For example, 1 0 top would list just the headers for message 1, where as 1 5 top would list the headers and first 5 lines of the message text.

Definition